projects
/
p5sagit/Try-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4638078
)
changelog and version bump
Try-Tiny-0.12
Jesse Luehrs [Wed, 2 Jan 2013 16:28:06 +0000 (10:28 -0600)]
Changes
patch
|
blob
|
blame
|
history
lib/Try/Tiny.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
0e9928b
..
b81ae75
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,6
@@
+0.12
+ - doc fixes
+
0.11
- fix broken dist
diff --git
a/lib/Try/Tiny.pm
b/lib/Try/Tiny.pm
index
f09308e
..
a8c22b9
100644
(file)
--- a/
lib/Try/Tiny.pm
+++ b/
lib/Try/Tiny.pm
@@
-10,7
+10,7
@@
BEGIN {
@ISA = qw(Exporter);
}
-$VERSION = "0.11";
+$VERSION = "0.12";
$VERSION = eval $VERSION;