projects
/
p5sagit/Try-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
658a90e
)
changelog and version bump
Try-Tiny-0.10
Jesse Luehrs [Wed, 27 Apr 2011 22:36:41 +0000 (17:36 -0500)]
Changes
patch
|
blob
|
blame
|
history
lib/Try/Tiny.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
6035caa
..
b7d29ed
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,6
@@
+0.10
+ - clarify some docs
+
0.09
- don't index Try::Tiny::ScopeGuard
diff --git
a/lib/Try/Tiny.pm
b/lib/Try/Tiny.pm
index
17bcf80
..
382bfdb
100644
(file)
--- a/
lib/Try/Tiny.pm
+++ b/
lib/Try/Tiny.pm
@@
-10,7
+10,7
@@
BEGIN {
@ISA = qw(Exporter);
}
-$VERSION = "0.09";
+$VERSION = "0.10";
$VERSION = eval $VERSION;