projects
/
p5sagit/App-FatPacker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7bf1d4f
)
now supporting 5.6 (thanks haarg!)
Karen Etheridge [Fri, 18 Jan 2013 19:34:14 +0000 (11:34 -0800)]
Changes
patch
|
blob
|
blame
|
history
Makefile.PL
patch
|
blob
|
blame
|
history
lib/App/FatPacker.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
b6d1c03
..
f83a174
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,6
+1,6
@@
Revision history for App-FatPacker
- - bumping minimum perl to 5.8.0 until RT#57811 is sorted out
+ - support for < 5.8 perls (RT#57811, haarg)
0.009011 - 2012-09-24
- RT #79835: install bin/fatpack (lost in 0.009009 in the
diff --git
a/Makefile.PL
b/Makefile.PL
index
721d8fc
..
a40b13f
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.8.0,
+ perl => 5.6.0,
},
},
);
diff --git
a/lib/App/FatPacker.pm
b/lib/App/FatPacker.pm
index
bd36684
..
2b520fe
100644
(file)
--- a/
lib/App/FatPacker.pm
+++ b/
lib/App/FatPacker.pm
@@
-2,7
+2,6
@@
package App::FatPacker;
use strict;
use warnings FATAL => 'all';
-use 5.008001;
use Getopt::Long;
use Cwd qw(cwd);
use File::Find qw(find);