projects
/
p5sagit/Try-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b4b1313
)
increment $VERSION after 0.27 release
Karen Etheridge [Tue, 16 Aug 2016 01:44:07 +0000 (18:44 -0700)]
Changes
patch
|
blob
|
blame
|
history
lib/Try/Tiny.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
5f89c34
..
bb0b8c0
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Try-Tiny
+{{$NEXT}}
+
0.27 2016-08-16 01:43:35Z
- repository moved to the github p5sagit organization (the primary is on
shadowcat, mirrored to github)
diff --git
a/lib/Try/Tiny.pm
b/lib/Try/Tiny.pm
index
8aa11cc
..
c4b52a2
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.27';
+our $VERSION = '0.28';
use strict;
use warnings;