summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-12-02 17:59:46 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-12-02 17:59:46 +0000
commit1969d092215dd4051177b6e60d238b7aeb0e1227 (patch)
tree598c3a05412267d0b271f54da7ed79053472f31a
parentbdc795f49947407b1bc75a61b8da9904889582ee (diff)
downloadperl-1969d092215dd4051177b6e60d238b7aeb0e1227.tar.gz
Complete some unfinished Module::CoreList work from commit 7c294235c2
-rw-r--r--dist/Module-CoreList/Changes3
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm2
2 files changed, 4 insertions, 1 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 134024bd1b..37a04b98d8 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20151220
+ - Updated for v5.23.6
+
5.20151120
- Updated for v5.23.5
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index d1f3c9595e..7781655b86 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
@@ -3,7 +3,7 @@ package Module::CoreList::TieHashDelta;
use strict;
use vars qw($VERSION);
-$VERSION = '5.20151120';
+$VERSION = '5.20151220';
sub TIEHASH {
my ($class, $changed, $removed, $parent) = @_;