X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FMakefile.PL;h=167d1f6b937abd3575dece6c669545264a766c1a;hb=f1bd23d56487edd73afc79605a3b82a23f672b81;hp=27a45e87cf74947c5c349d944e1f1b116832caf5;hpb=a365dde37d8d9eee5ae47d5c49a82104ec75c369;p=catagits%2Ffcgi2.git diff --git a/perl/Makefile.PL b/perl/Makefile.PL index 27a45e8..167d1f6 100644 --- a/perl/Makefile.PL +++ b/perl/Makefile.PL @@ -78,7 +78,6 @@ $plfiles = { 'echo.PL' => 'echo.fpl', 'remote.PL' => 'remote.fpl', 'threaded.PL' => 'threaded.fpl', - 'FCGI.PL' => 'FCGI.pm', }; if ("$sys" eq "win32") { @@ -97,7 +96,7 @@ push @extras, # Work around bug in previous versions of MakeMaker WriteMakefile( 'NAME' => 'FCGI', - 'VERSION_FROM' => 'version.pm', + 'VERSION_FROM' => 'FCGI.pm', 'dist' => { 'COMPRESS' => 'gzip -9f', 'SUFFIX' => 'gz',