Skip to content

Commit 5afa8ff

Browse files
committed
bump $Storable::VERSION
and update Changes
1 parent 16f2ddb commit 5afa8ff

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

dist/Storable/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2019-06-11 10:43:00 TonyC
2+
version 3.16
3+
* (perl #134179) fix self-referencing structures that include regexps
4+
* bless regexps to preserve bless qr//, "Foo"
5+
16
2019-04-23 16:00:00 xsawyerx
27
version 3.15
38
* Fix leaking.

dist/Storable/__Storable__.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ our @EXPORT_OK = qw(
2727

2828
our ($canonical, $forgive_me);
2929

30-
our $VERSION = '3.15';
30+
our $VERSION = '3.16';
3131

3232
our $recursion_limit;
3333
our $recursion_limit_hash;

0 commit comments

Comments
 (0)