summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2015-06-20 16:34:32 -0400
committerSteve Hay <steve.m.hay@googlemail.com>2015-08-19 14:15:41 +0100
commit3fcdb10be2ec56985e44e81b288df216a65d99b6 (patch)
tree411eff8704934b0a7f774969ba99f6ed57756965
parenta830612173098c9571cfecd0f3d1ca5f10aeec66 (diff)
downloadperl-3fcdb10be2ec56985e44e81b288df216a65d99b6.tar.gz
corelist: update for v5.23.1
(cherry picked from commit b9e156a2f67931c57816e6104aa7bbd916df4ac9)
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm24
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm9
3 files changed, 31 insertions, 4 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index c763f80ab7..a4df6cd7d1 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.20150620';
+$VERSION = '5.20150720';
sub _released_order { # Sort helper, to make '?' sort after everything else
(substr($released{$a}, 0, 1) eq "?")
@@ -276,7 +276,8 @@ sub changes_between {
5.021010 => '2015-03-20',
5.021011 => '2015-04-20',
5.022000 => '2015-06-01',
- 5.023000 => '????-??-??',
+ 5.023000 => '2015-06-20',
+ 5.023001 => '????-??-??',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -11583,6 +11584,18 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.023001 => {
+ delta_from => 5.023,
+ changed => {
+ 'Config' => '5.023001',
+ 'Module::CoreList' => '5.20150720',
+ 'Module::CoreList::TieHashDelta'=> '5.20150720',
+ 'Module::CoreList::Utils'=> '5.20150720',
+ },
+ removed => {
+ 'autodie::ScopeUtil' => 1,
+ }
+ },
);
sub is_core
@@ -12146,6 +12159,13 @@ for my $version (sort { $a <=> $b } keys %delta) {
removed => {
}
},
+ 5.023001 => {
+ delta_from => 5.023000,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %deprecated) {
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index 3a7fbf3519..f60f5cdb15 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.20150620';
+$VERSION = '5.20150720';
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 f42bb9b81e..3141a874df 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.20150620';
+$VERSION = '5.20150720';
sub utilities {
my $perl = shift;
@@ -1059,6 +1059,13 @@ my %delta = (
removed => {
}
},
+ 5.023001 => {
+ delta_from => 5.023,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %delta) {