projects
/
p5sagit/App-FatPacker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
091f3e2
)
still requires perl 5.8; 5.6 only works for the fatpacked scripts, not the fatpacking...
Karen Etheridge [Mon, 21 Jan 2013 19:02:02 +0000 (11:02 -0800)]
Makefile.PL
patch
|
blob
|
blame
|
history
lib/App/FatPacker.pm
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
a40b13f
..
721d8fc
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-19,7
+19,7
@@
WriteMakefile(
homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/App-FatPacker.git',
},
requires => {
- perl => 5.6.0,
+ perl => 5.8.0,
},
},
);
diff --git
a/lib/App/FatPacker.pm
b/lib/App/FatPacker.pm
index
3a0bf06
..
62411b9
100644
(file)
--- a/
lib/App/FatPacker.pm
+++ b/
lib/App/FatPacker.pm
@@
-2,6
+2,7
@@
package App::FatPacker;
use strict;
use warnings FATAL => 'all';
+use 5.008001;
use Getopt::Long;
use Cwd qw(cwd);
use File::Find qw(find);