summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2016-05-02 09:41:35 -0400
committerSteve Hay <steve.m.hay@googlemail.com>2016-07-16 00:16:43 +0100
commitde5b79ad2918d142384958411dc29e72398b48cc (patch)
tree7c31e71fa748cd0679fe7175917167e680766182
parenteecc7c27c70c79fcbc6cd08a4762f0d7d03f7cfe (diff)
downloadperl-de5b79ad2918d142384958411dc29e72398b48cc.tar.gz
corelist: bump version past v5.22.2
(cherry picked from commit 1bbb0949bc53208208f0bc7336d62e9724dd4296)
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm5
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm2
3 files changed, 6 insertions, 3 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 9253bc7e3b..ef3361662a 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.20160420';
+$VERSION = '5.20160506';
sub _released_order { # Sort helper, to make '?' sort after everything else
(substr($released{$a}, 0, 1) eq "?")
@@ -12391,6 +12391,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'File::Copy' => '2.31',
'File::Path' => '2.12_01',
'File::Spec::AmigaOS' => '3.64',
+ 'Module::CoreList' => '5.20160506',
+ 'Module::CoreList::TieHashDelta'=> '5.20160506',
+ 'Module::CoreList::Utils'=> '5.20160506',
'ODBM_File' => '1.14',
'POSIX' => '1.65',
'Pod::Man' => '4.07',
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index c58bc4cc73..90662fc2c7 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.20160420';
+$VERSION = '5.20160506';
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 673fe16f9a..9099245b1a 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.20160420';
+$VERSION = '5.20160506';
sub utilities {
my $perl = shift;