Parent Directory
|
Revision Log
s/What::/Whatpm::/ to avoid name confliction
| 1 | #!/usr/bin/perl |
| 2 | use strict; |
| 3 | use ExtUtils::MakeMaker; |
| 4 | WriteMakefile ( |
| 5 | NAME => 'Whatpm', |
| 6 | 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 |