summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2022-07-25 16:53:41 +1000
committerTony Cook <tony@develop-help.com>2022-11-08 10:12:46 +1100
commit311669f7128fe5935b19b20233cc26534ed3062c (patch)
tree0559ad3ba723d931390a33bfbdf0fb91efe8be39
parent42d0708bf6b7cda46f639a0d8517e24f28dc06f1 (diff)
downloadperl-311669f7128fe5935b19b20233cc26534ed3062c.tar.gz
bump $Storable::VERSION
-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 ea305a7d80..317bfaaa6d 100644
--- a/dist/Storable/Storable.pm
+++ b/dist/Storable/Storable.pm
@@ -28,7 +28,7 @@ our @EXPORT_OK = qw(
our ($canonical, $forgive_me);
BEGIN {
- our $VERSION = '3.27';
+ our $VERSION = '3.28';
}
our $recursion_limit;