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

Contents of /perl/charclass/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Thu Jul 19 13:26:22 2007 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +3 -4 lines
File MIME type: text/plain
++ ChangeLog	19 Jul 2007 13:21:24 -0000
2007-07-19  Wakaba  <wakaba@suika.fam.cx>

	* Makefile.PL: Updated.

	* readme.en.html: New document.

	* .htaccess: New file.

	* release/: New directory.

	* MANIFEST.SKIP: New file.

	* cvscommit.sh: New file.

++ charclass/lib/Char/Class/ChangeLog	19 Jul 2007 13:26:07 -0000
2007-07-19  Wakaba  <wakaba@suika.fam.cx>

	* JISX0221-src.upl (SEE ALSO): Links to |Char::Class::UCS|
	and |Char::Class::RFC1815| are added.

	* Makefile (%.html): New rule.
	(all): Make HTML files.
	(MODULES): |JaInput.pm| was missing.
	(clean): Call |clean-pod|.  Don't delete generated Perl modules.
	(clean-pod): New rule.
	(distclean): New.  (Note that the rule name is incorrect!)

	* RFC1815-src.upl (SEE ALSO): Links to |Char::Class::UCS|
	and |Char::Class::JISX0221| are added.

	* UCS-src.upl (SEE ALSO): Links to |Char::Class::JISX0221|
	and |Char::Class::RFC1815| are added.

	* mkpm.pl (generated pod's NAME): Was generated with a bad style.
	(generated pod's COLLECTION NAMES): |=back| was missing.
	(generated pod's EXAMPLE): Use a real class name.  Note that
	this does not work for e.g. Kana.

++ charclass/t/ChangeLog	19 Jul 2007 11:57:39 -0000
2007-07-19  Wakaba  <wakaba@suika.fam.cx>

	* perlbug.t: Number of tests were wrong.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24