projects
/
p5sagit/Try-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3ef3a4f
)
changelog and version bump
Try-Tiny-0.09
Jesse Luehrs [Sun, 28 Nov 2010 22:42:15 +0000 (16:42 -0600)]
Changes
patch
|
blob
|
blame
|
history
lib/Try/Tiny.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
674f40b
..
6035caa
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,6
@@
+0.09
+ - don't index Try::Tiny::ScopeGuard
+
0.08
- fix require vs use issue in blead (RT63410)
diff --git
a/lib/Try/Tiny.pm
b/lib/Try/Tiny.pm
index
7e5a1d0
..
5055cc1
100644
(file)
--- a/
lib/Try/Tiny.pm
+++ b/
lib/Try/Tiny.pm
@@
-10,7
+10,7
@@
BEGIN {
@ISA = qw(Exporter);
}
-$VERSION = "0.08";
+$VERSION = "0.09";
$VERSION = eval $VERSION;