summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-02-14 16:41:24 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-02-14 16:41:24 +0000
commit719a261359d6ec0ab3a24b740ad9d85c6b627945 (patch)
tree41510f5f34f6d0988d7a211dd3f1fdab11979e23
parenta70f793ec187b57a964d86ab297c0ad530314749 (diff)
downloadperl-719a261359d6ec0ab3a24b740ad9d85c6b627945.tar.gz
Update Module-CoreList $VERSIONs
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm2
-rw-r--r--pod/perldelta.pod2
4 files changed, 4 insertions, 4 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index a03ee21c44..54725c87fc 100644
--- a/dist/Module-CoreList/lib/Module/CoreList.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList.pm
@@ -4,7 +4,7 @@ use vars qw/$VERSION %released %version %families %upstream
%bug_tracker %deprecated %delta/;
use Module::CoreList::TieHashDelta;
use version;
-$VERSION = '5.20150131';
+$VERSION = '5.20150214';
my $dumpinc = 0;
sub import {
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index 2d0ac42463..eb769f3070 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.20150131';
+$VERSION = '5.20150214';
sub TIEHASH {
my ($class, $changed, $removed, $parent) = @_;
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 0aa07712a4..b9fde3e27a 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -6,7 +6,7 @@ use vars qw[$VERSION %utilities];
use Module::CoreList;
use Module::CoreList::TieHashDelta;
-$VERSION = '5.20150131';
+$VERSION = '5.20150214';
sub utilities {
my $perl = shift;
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 15035c222b..bba36fd4c0 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -62,7 +62,7 @@ L<[perl #123096]|https://rt.perl.org/Ticket/Display.html?id=123096>
=item *
-L<Module::CoreList> has been upgraded from version 5.020001 to 5.20150131.
+L<Module::CoreList> has been upgraded from version 5.020001 to 5.20150214.
The list of Perl versions covered has been updated.