summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2016-10-12 08:28:04 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2016-10-12 08:28:04 +0100
commit9747e677cf1a7dbd8fde344b5ab6b3dd5766bf01 (patch)
tree2df2d08717a92a76a646692e466a07e2b4377326
parent6ee385e514e057ac876a4fbea6bcfebeb5ad7efa (diff)
downloadperl-9747e677cf1a7dbd8fde344b5ab6b3dd5766bf01.tar.gz
Bump Module-CoreList $VERSION a bit
-rw-r--r--dist/Module-CoreList/Changes2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm8
-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
5 files changed, 8 insertions, 8 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index c2f17910f4..231ab4715a 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,4 +1,4 @@
-5.20160903_22
+5.20161019_22
- Updated for v5.22.3
5.20160920
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index e83ccbe83a..256b5bd493 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.20160903_22';
+$VERSION = '5.20161019_22';
sub _released_order { # Sort helper, to make '?' sort after everything else
(substr($released{$a}, 0, 1) eq "?")
@@ -13251,9 +13251,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.20160903_22',
- 'Module::CoreList::TieHashDelta'=> '5.20160903_22',
- 'Module::CoreList::Utils'=> '5.20160903_22',
+ 'Module::CoreList' => '5.20161019_22',
+ 'Module::CoreList::TieHashDelta'=> '5.20161019_22',
+ 'Module::CoreList::Utils'=> '5.20161019_22',
'Module::Metadata::corpus::BOMTest::UTF16BE'=> undef,
'Module::Metadata::corpus::BOMTest::UTF16LE'=> undef,
'Module::Metadata::corpus::BOMTest::UTF8'=> '1',
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index 7eac383e81..935b29743e 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.20160903_22';
+$VERSION = '5.20161019_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 560d31beb1..5b2693bff8 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.20160903_22';
+$VERSION = '5.20161019_22';
sub utilities {
my $perl = shift;
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index b78a893e21..11388d9ab7 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -195,7 +195,7 @@ L<Memoize> has been upgraded from version 1.03 to 1.03_01.
=item *
-L<Module::CoreList> has been upgraded from version 5.20160429 to 5.20160903_22.
+L<Module::CoreList> has been upgraded from version 5.20160429 to 5.20161019_22.
=item *