summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2020-02-27 10:40:46 +1100
committerTony Cook <tony@develop-help.com>2020-02-27 10:40:46 +1100
commit2ed9655cc08964550e78264a6ae5c5879c0df6d0 (patch)
treed899e0fb3d53d3ac08fc1961a2600e23a354efae /dist
parent81c45932e79370eb3c7c348514b77fa5864b7233 (diff)
downloadperl-2ed9655cc08964550e78264a6ae5c5879c0df6d0.tar.gz
bump $Storable::VERSION and update ChangeLog
Diffstat (limited to 'dist')
-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 c76009befb..9450caf206 100644
--- a/dist/Storable/ChangeLog
+++ b/dist/Storable/ChangeLog
@@ -1,3 +1,8 @@
+2010-01-27 10:27:00 TonyC
+ version 3.20
+ * fix a format string and arguments for some debugging text
+ * linkify references to alternatives to Storable
+
2020-01-27 11:01:00 TonyC
version 3.19
* add casts to match some I32 parameters to "%d" formats (#17339)
diff --git a/dist/Storable/Storable.pm b/dist/Storable/Storable.pm
index 164615c79c..4c21a5f323 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.19';
+ our $VERSION = '3.20';
}
our $recursion_limit;