projects
/
p5sagit/Try-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
53dc90c
)
increment $VERSION after 0.32 release
Karen Etheridge [Fri, 16 Aug 2024 22:24:15 +0000 (15:24 -0700)]
Changes
patch
|
blob
|
blame
|
history
lib/Try/Tiny.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
6a18072
..
cbdf72c
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Try-Tiny
+{{$NEXT}}
+
0.32 2024-08-16 22:23:44Z
- skip given, when tests on perls >= 5.41.3 which removed these constructs
diff --git
a/lib/Try/Tiny.pm
b/lib/Try/Tiny.pm
index
54a2305
..
64fe547
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.32';
+our $VERSION = '0.33';
use strict;
use warnings;