projects
/
p5sagit/App-FatPacker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ed1c67d
)
fix Getopt::Long prereq
Graham Knop [Thu, 16 Apr 2015 14:05:39 +0000 (10:05 -0400)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
18aa8af
..
f5c64f9
100644
(file)
--- 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 => {