projects
/
p5sagit/Try-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cb57845
)
increment $VERSION after 0.23 release
Karen Etheridge [Fri, 11 Dec 2015 04:05:23 +0000 (20:05 -0800)]
Changes
patch
|
blob
|
blame
|
history
lib/Try/Tiny.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
711e69e
..
aa793c4
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Try-Tiny
+{{$NEXT}}
+
0.23 2015-12-11 04:04:35Z
- fix syntax of example code (Rudolf Leermakers, PR#22)
- 'perl' removed from prerequisite recommendations, to avoid tripping up
diff --git
a/lib/Try/Tiny.pm
b/lib/Try/Tiny.pm
index
c96a02a
..
5eb6aa0
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.23';
+our $VERSION = '0.24';
use strict;
use warnings;