summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2019-04-02 12:21:04 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2019-04-02 12:21:04 +0100
commit26109f4bf06e8b9059b1ccd49877e24c70cd2a9f (patch)
tree0042e5a684f0eb6767759e74f97b5caee8be36e0
parent8ed979a883c79b465a8d62e72312cba957108ccb (diff)
downloadperl-26109f4bf06e8b9059b1ccd49877e24c70cd2a9f.tar.gz
$VERSION++ for previous cherry-pick
(Version 3.09 was already used elsewhere, hence the need for the _01)
-rw-r--r--dist/Storable/__Storable__.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Storable/__Storable__.pm b/dist/Storable/__Storable__.pm
index 71c669daaf..e77b2408a9 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.08_01';
our $recursion_limit;
our $recursion_limit_hash;