summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;