summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2018-04-21 18:25:07 +0200
committerSawyer X <xsawyerx@cpan.org>2018-04-21 18:25:07 +0200
commit5c706b9ec3421c333047c723906f8b71c514ec4d (patch)
tree60d1fc7218331765438b5e49852500815805fc3b
parent36738a86a1ceb3eeb45bbb63da56a0a1547c8478 (diff)
downloadperl-5c706b9ec3421c333047c723906f8b71c514ec4d.tar.gz
Storable: Bump version for release
-rw-r--r--dist/Storable/ChangeLog5
-rw-r--r--dist/Storable/__Storable__.pm2
2 files changed, 6 insertions, 1 deletions
diff --git a/dist/Storable/ChangeLog b/dist/Storable/ChangeLog
index 8dde173b7c..eb2a2fef86 100644
--- a/dist/Storable/ChangeLog
+++ b/dist/Storable/ChangeLog
@@ -1,3 +1,8 @@
+2018-04-21 16:49:00 xsawyerx
+ Version 3.09
+ * Fix "provides" in metadata (META.yml/META.json) to use the Storable
+ template instead of a small other file (which also didn't exist).
+
2018-04-21 11:23:00 xsawyerx
Version 3.08
* (perl #132849) try to disable core files when deliberatly segfaulting.
diff --git a/dist/Storable/__Storable__.pm b/dist/Storable/__Storable__.pm
index 71c669daaf..658e694348 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.08';
+our $VERSION = '3.09';
our $recursion_limit;
our $recursion_limit_hash;