projects
/
p5sagit/Try-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4c82ac8
)
changelog and version bump
Try-Tiny-0.08
Jesse Luehrs [Sun, 28 Nov 2010 22:00:36 +0000 (16:00 -0600)]
Changes
patch
|
blob
|
blame
|
history
lib/Try/Tiny.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
d764631
..
674f40b
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,6
@@
+0.08
+ - fix require vs use issue in blead (RT63410)
+
0.07
- allow multiple finally blocks
- pass the error, if any, to finally blocks when called
diff --git
a/lib/Try/Tiny.pm
b/lib/Try/Tiny.pm
index
4d9c362
..
4a804db
100644
(file)
--- a/
lib/Try/Tiny.pm
+++ b/
lib/Try/Tiny.pm
@@
-10,7
+10,7
@@
BEGIN {
@ISA = qw(Exporter);
}
-$VERSION = "0.07";
+$VERSION = "0.08";
$VERSION = eval $VERSION;