projects
/
p5sagit/Try-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6651956
)
changelog and version bump
Try-Tiny-0.11
Jesse Luehrs [Tue, 30 Aug 2011 15:50:18 +0000 (10:50 -0500)]
Changes
patch
|
blob
|
blame
|
history
lib/Try/Tiny.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
b7d29ed
..
0e9928b
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,6
@@
+0.11
+ - fix broken dist
+
0.10
- clarify some docs
diff --git
a/lib/Try/Tiny.pm
b/lib/Try/Tiny.pm
index
5ab8160
..
3546b3a
100644
(file)
--- a/
lib/Try/Tiny.pm
+++ b/
lib/Try/Tiny.pm
@@
-10,7
+10,7
@@
BEGIN {
@ISA = qw(Exporter);
}
-$VERSION = "0.10";
+$VERSION = "0.11";
$VERSION = eval $VERSION;