summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2016-08-11 22:08:27 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2016-08-11 22:08:27 +0100
commit88a66be4a5f04ae4a2b2546a2913971810bd3401 (patch)
tree5c92736f5d5b8a968228ac4046b0db81e05ab88e
parent55acfabdc7e61c9e3607d98a6dbfd77b235c3e73 (diff)
downloadperl-88a66be4a5f04ae4a2b2546a2913971810bd3401.tar.gz
Update Module-CoreList for 5.22.3-RC3
-rw-r--r--dist/Module-CoreList/Changes2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm9
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm2
4 files changed, 8 insertions, 7 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 55d92937c3..1f2a54d23f 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20160730_22
+5.20160819_22
- Updated for v5.22.3
5.20160720
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index ec0ba0af9a..b7ca53e7a1 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.20160730_22';
+$VERSION = '5.20160819_22';
sub _released_order { # Sort helper, to make '?' sort after everything else
(substr($released{$a}, 0, 1) eq "?")
@@ -12903,9 +12903,9 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Locale::Maketext' => '1.26_01',
'Locale::Maketext::Simple'=> '0.21_01',
'Memoize' => '1.03_01',
- 'Module::CoreList' => '5.20160730_22',
- 'Module::CoreList::TieHashDelta'=> '5.20160730_22',
- 'Module::CoreList::Utils'=> '5.20160730_22',
+ 'Module::CoreList' => '5.20160819_22',
+ 'Module::CoreList::TieHashDelta'=> '5.20160819_22',
+ 'Module::CoreList::Utils'=> '5.20160819_22',
'Module::Metadata::corpus::BOMTest::UTF16BE'=> undef,
'Module::Metadata::corpus::BOMTest::UTF16LE'=> undef,
'Module::Metadata::corpus::BOMTest::UTF8'=> '1',
@@ -12924,6 +12924,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Net::Ping' => '2.43_01',
'Net::SMTP' => '3.05_01',
'Net::Time' => '3.05_01',
+ 'Parse::CPAN::Meta' => '1.4414_001',
'Pod::Html' => '1.2201',
'Pod::Perldoc' => '3.25_01',
'Storable' => '2.53_02',
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index 5a8160bae9..d67cdc742e 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.20160730_22';
+$VERSION = '5.20160819_22';
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 a4c8bdebff..a46d436ca7 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.20160730_22';
+$VERSION = '5.20160819_22';
sub utilities {
my $perl = shift;