projects
/
p5sagit/App-FatPacker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a976705
)
release 0.9.8
v0.9.8
David Leadbeater [Mon, 16 Jul 2012 07:12:03 +0000 (08:12 +0100)]
Changes
patch
|
blob
|
blame
|
history
lib/App/FatPacker.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
787cfa9
..
79d1d0d
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,4
@@
+0.9.8 2012-07-16
- RT #78391: Avoid using $_ when requiring modules
0.9.7 2012-07-12
diff --git
a/lib/App/FatPacker.pm
b/lib/App/FatPacker.pm
index
33a1f95
..
b643d3a
100644
(file)
--- a/
lib/App/FatPacker.pm
+++ b/
lib/App/FatPacker.pm
@@
-13,7
+13,7
@@
use File::Copy qw(copy);
use File::Path qw(mkpath rmtree);
use B qw(perlstring);
-our $VERSION = '0.009007'; # 0.9.7
+our $VERSION = '0.009008'; # 0.9.8
$VERSION = eval $VERSION;