summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2021-08-30 08:03:51 +0000
committerNicholas Clark <nick@ccl4.org>2021-08-30 08:03:51 +0000
commitbf7671f1287a3d11deeb11fec2cbf4c73750f455 (patch)
tree2cd3b78634e4cba0c016ef11766c67446fb67214 /dist
parent8a5f7d3067417a9fba552dd2d8a9d400356a7bd5 (diff)
downloadperl-bf7671f1287a3d11deeb11fec2cbf4c73750f455.tar.gz
Release Storable 3.25
Diffstat (limited to 'dist')
-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 e57fc8b66a..b1f4790d15 100644
--- a/dist/Storable/ChangeLog
+++ b/dist/Storable/ChangeLog
@@ -1,3 +1,7 @@
+2021-08-30 07:46:52 nwclark
+ version 3.25
+ * No changes from previous version
+
2021-08-25 08:05:16 nwclark
version 3.24_50
* Remove code and tests only present to support perls before 5.6.1
diff --git a/dist/Storable/Storable.pm b/dist/Storable/Storable.pm
index af71fbfb30..8e6ab25561 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.24_50';
+ our $VERSION = '3.25';
}
our $recursion_limit;