projects
/
p5sagit/Try-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a376967
)
increment $VERSION after 0.25 release
Karen Etheridge [Mon, 22 Feb 2016 20:17:22 +0000 (12:17 -0800)]
Changes
patch
|
blob
|
blame
|
history
lib/Try/Tiny.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
5ea3d05
..
4346852
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Try-Tiny
+{{$NEXT}}
+
0.25 2016-02-22 20:16:51Z (TRIAL RELEASE)
- "finally" blocks are now run for all methods of leaving the try block
(including via exit, goto) (mauke, RT#112099)
diff --git
a/lib/Try/Tiny.pm
b/lib/Try/Tiny.pm
index
cf8f1f7
..
d412758
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.25';
+our $VERSION = '0.26';
use strict;
use warnings;