projects
/
p5sagit/Try-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0a844ed
)
increment $VERSION after 0.31 release
Karen Etheridge [Tue, 23 Nov 2021 20:29:54 +0000 (12:29 -0800)]
Changes
patch
|
blob
|
blame
|
history
lib/Try/Tiny.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
8bc4935
..
d88924b
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Try-Tiny
+{{$NEXT}}
+
0.31 2021-11-23 20:29:12Z
- plug Syntax::Keyword::Try and Feature::Compat::Try in the docs
diff --git
a/lib/Try/Tiny.pm
b/lib/Try/Tiny.pm
index
b879671
..
54a2305
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.31';
+our $VERSION = '0.32';
use strict;
use warnings;