# -*- perl -*- use ExtUtils::MakeMaker qw(WriteMakefile); WriteMakefile( NAME => "P4-Modules", MAKEFILE => "Makefile.lib", VERSION => 0.94, PMLIBDIRS => ['P4'], dist => { COMPRESS => "gzip", SUFFIX => "gz" } );
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 843 | Matthew Rice | Matt's cvs2p4 1.2.25 release |