Parent Directory
|
Revision Log
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 |