projects
/
p5sagit/Try-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0806848
)
increment $VERSION after 0.24 release
Karen Etheridge [Fri, 11 Dec 2015 05:20:43 +0000 (21:20 -0800)]
Changes
patch
|
blob
|
blame
|
history
lib/Try/Tiny.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
e4e04b4
..
27f599e
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Try-Tiny
+{{$NEXT}}
+
0.24 2015-12-11 05:20:09Z
- fix prereq errors in 0.23
diff --git
a/lib/Try/Tiny.pm
b/lib/Try/Tiny.pm
index
5eb6aa0
..
7c97b62
100644
(file)
--- a/
lib/Try/Tiny.pm
+++ b/
lib/Try/Tiny.pm
@@
-2,7
+2,7
@@
package Try::Tiny;
use 5.006;
# ABSTRACT: minimal try/catch with proper preservation of $@
-our $VERSION = '0.24';
+our $VERSION = '0.25';
use strict;
use warnings;