diff options
author | Sawyer X <xsawyerx@cpan.org> | 2018-04-23 17:58:35 +0200 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2018-04-24 16:12:40 +0200 |
commit | 0e2aad0911fda2a674e6c74ae842583a79e15480 (patch) | |
tree | cf6d36205a1be142d2aa51df061eab869af18396 /dist/Storable | |
parent | feb8eb8120992fda19f4de079c37d4a5cd695b1c (diff) | |
download | perl-0e2aad0911fda2a674e6c74ae842583a79e15480.tar.gz |
Reflect changes for 3.10
Diffstat (limited to 'dist/Storable')
-rw-r--r-- | dist/Storable/ChangeLog | 4 | ||||
-rw-r--r-- | dist/Storable/__Storable__.pm | 2 |
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; |