summaryrefslogtreecommitdiff
path: root/dist/Storable
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2018-04-23 17:58:35 +0200
committerSawyer X <xsawyerx@cpan.org>2018-04-24 16:12:40 +0200
commit0e2aad0911fda2a674e6c74ae842583a79e15480 (patch)
treecf6d36205a1be142d2aa51df061eab869af18396 /dist/Storable
parentfeb8eb8120992fda19f4de079c37d4a5cd695b1c (diff)
downloadperl-0e2aad0911fda2a674e6c74ae842583a79e15480.tar.gz
Reflect changes for 3.10
Diffstat (limited to 'dist/Storable')
-rw-r--r--dist/Storable/ChangeLog4
-rw-r--r--dist/Storable/__Storable__.pm2
2 files changed, 5 insertions, 1 deletions
diff --git a/dist/Storable/ChangeLog b/dist/Storable/ChangeLog
index eb2a2fef86..2302e3d342 100644
--- a/dist/Storable/ChangeLog
+++ b/dist/Storable/ChangeLog
@@ -1,3 +1,7 @@
+2018-04-21 22:00:00 xsawyerx
+ Version 3.10
+ * Fix binary artifacts from distribution.
+
2018-04-21 16:49:00 xsawyerx
Version 3.09
* Fix "provides" in metadata (META.yml/META.json) to use the Storable
diff --git a/dist/Storable/__Storable__.pm b/dist/Storable/__Storable__.pm
index 658e694348..16b327ebcc 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.09';
+our $VERSION = '3.10';
our $recursion_limit;
our $recursion_limit_hash;