/[suikacvs]/perl/charclass/Makefile.PL
Suika

Contents of /perl/charclass/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Mon Nov 24 04:25:10 2008 UTC (15 years, 5 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
File MIME type: text/plain
++ ChangeLog	24 Nov 2008 04:24:23 -0000
2008-11-24  Wakaba  <wakaba@suika.fam.cx>

	* mkcommitfeed.pl: New script (copied from Harusame).

	* cvscommit.sh: New script (copied from Harusame).

	* Makefile.PL: Version changed to 2.0.

++ charclass/lib/Char/ChangeLog	24 Nov 2008 01:52:26 -0000
2008-11-24  Wakaba  <wakaba@suika.fam.cx>

	* Normalize/: New directory.

++ charclass/lib/Char/Normalize/ChangeLog	24 Nov 2008 04:20:30 -0000
2008-11-24  Wakaba  <wakaba@suika.fam.cx>

	* FullwidthHalfwidth.pod: New documentation.

	* FullwidthHalfwidth.pm: New module (content from SuikaWiki4
	sw.cgi).

	* ChangeLog: New file.

1 #!/usr/bin/perl
2 use strict;
3 use ExtUtils::MakeMaker;
4
5 `cd lib/Char/Class && make all`;
6 WriteMakefile (
7 NAME => 'CharClass',
8 DISTNAME => 'charclass',
9 VERSION => '2.0',
10 PREREQ_PM => {
11 'utf8' => 0,
12 },
13 dist => {COMPRESS => 'gzip', SUFFIX => '.gz'},
14 );

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24