From: Graham Knop Date: Thu, 16 Apr 2015 14:05:39 +0000 (-0400) Subject: fix Getopt::Long prereq X-Git-Tag: v0.010003~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FApp-FatPacker.git;a=commitdiff_plain;h=ee7b216c399a38c112b685e8e855146da1bae954 fix Getopt::Long prereq --- diff --git a/Makefile.PL b/Makefile.PL index 18aa8af..f5c64f9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -41,7 +41,7 @@ WriteMakefile( 'File::Path' => '0', 'File::Spec::Functions' => '0', 'File::Spec::Unix' => '0', - 'Getopt::Long;' => '0', + 'Getopt::Long' => '0', }, }, test => {