projects
/
p5sagit/App-FatPacker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2eef473
)
prep for release
v0.9.7
Matt S Trout [Thu, 12 Jul 2012 13:48:21 +0000 (13:48 +0000)]
Changes
patch
|
blob
|
blame
|
history
lib/App/FatPacker.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
868098e
..
58ea1eb
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,4
@@
+0.9.7 2012-07-12
- Allow capturing of trace information into return value
- Add repsoitory metadata to META.YML
diff --git
a/lib/App/FatPacker.pm
b/lib/App/FatPacker.pm
index
a6585cc
..
433cc0f
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.009006'; # 0.9.6
+our $VERSION = '0.009007'; # 0.9.7
$VERSION = eval $VERSION;