| jan2004.tar |
Listing 2 Makefile.PL
=1= use ExtUtils::MakeMaker;
=2= WriteMakefile(
=3= NAME => 'Acme::Current',
=4= VERSION_FROM => 'lib/Acme/Current.pm',
=5= PREREQ_PM => {
=6= 'Test::More' => 0,
=7= },
=8= );
|