We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f2ddb commit 5afa8ffCopy full SHA for 5afa8ff
dist/Storable/ChangeLog
@@ -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
+
6
2019-04-23 16:00:00 xsawyerx
7
version 3.15
8
* Fix leaking.
dist/Storable/__Storable__.pm
@@ -27,7 +27,7 @@ our @EXPORT_OK = qw(
27
28
our ($canonical, $forgive_me);
29
30
-our $VERSION = '3.15';
+our $VERSION = '3.16';
31
32
our $recursion_limit;
33
our $recursion_limit_hash;
0 commit comments