/[suikacvs]/markup/html/whatpm/Makefile.PL
Suika

Contents of /markup/html/whatpm/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Tue May 1 10:47:37 2007 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
File MIME type: text/plain
s/What::/Whatpm::/ to avoid name confliction

1 wakaba 1.1 #!/usr/bin/perl
2     use strict;
3     use ExtUtils::MakeMaker;
4     WriteMakefile (
5 wakaba 1.2 NAME => 'Whatpm',
6 wakaba 1.1 DISTNAME => 'whatpm',
7     VERSION => '0.1',
8     dist => {COMPRESS => 'gzip', SUFFIX => '.gz'},
9     AUTHOR => q(Wakaba <[email protected]>),
10     );

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24