diff options
author | Tony Cook <tony@develop-help.com> | 2019-06-10 10:42:45 +1000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2019-06-11 11:15:08 +1000 |
commit | 5afa8ffbdf01228399875ca4111e261e206f40cd (patch) | |
tree | 1313bbf2ed5d09d96354498bce873944f7a517a2 /dist/Storable | |
parent | 16f2ddb794883529d5a3ad8326974a07aae7e567 (diff) | |
download | perl-5afa8ffbdf01228399875ca4111e261e206f40cd.tar.gz |
bump $Storable::VERSION
and update Changes
Diffstat (limited to 'dist/Storable')
-rw-r--r-- | dist/Storable/ChangeLog | 5 | ||||
-rw-r--r-- | dist/Storable/__Storable__.pm | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/dist/Storable/ChangeLog b/dist/Storable/ChangeLog index 04881992e2..4745c74b85 100644 --- a/dist/Storable/ChangeLog +++ b/dist/Storable/ChangeLog @@ -1,3 +1,8 @@ +2019-06-11 10:43:00 TonyC + version 3.16 + * (perl #134179) fix self-referencing structures that include regexps + * bless regexps to preserve bless qr//, "Foo" + 2019-04-23 16:00:00 xsawyerx version 3.15 * Fix leaking. diff --git a/dist/Storable/__Storable__.pm b/dist/Storable/__Storable__.pm index 9237371234..8ed247f96f 100644 --- a/dist/Storable/__Storable__.pm +++ b/dist/Storable/__Storable__.pm @@ -27,7 +27,7 @@ our @EXPORT_OK = qw( our ($canonical, $forgive_me); -our $VERSION = '3.15'; +our $VERSION = '3.16'; our $recursion_limit; our $recursion_limit_hash; |