projects
/
p5sagit/Try-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
729300a
)
increment $VERSION after 0.26 release
Karen Etheridge [Tue, 15 Mar 2016 23:42:45 +0000 (16:42 -0700)]
Changes
patch
|
blob
|
blame
|
history
lib/Try/Tiny.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
a1bd0df
..
3af30de
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Try-Tiny
+{{$NEXT}}
+
0.26 2016-03-15 23:42:02Z (TRIAL RELEASE)
- switch from finalizers using an array to a hash, to resolve segfaults when
creating a pseudofork on MSWin before perl 5.20 (Graham Knop,
diff --git
a/lib/Try/Tiny.pm
b/lib/Try/Tiny.pm
index
7c09cbd
..
b568270
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.26';
+our $VERSION = '0.27';
use strict;
use warnings;