projects
/
p5sagit/Try-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e8927e1
)
increment $VERSION after 0.30 release
Karen Etheridge [Thu, 21 Dec 2017 07:23:58 +0000 (23:23 -0800)]
Changes
patch
|
blob
|
blame
|
history
lib/Try/Tiny.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
ec4d9a7
..
657dac5
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Try-Tiny
+{{$NEXT}}
+
0.30 2017-12-21 07:23:03Z
- expand "when" test skippage to more perl versions
diff --git
a/lib/Try/Tiny.pm
b/lib/Try/Tiny.pm
index
cea623c
..
af1c463
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.30';
+our $VERSION = '0.31';
use strict;
use warnings;