summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2018-02-28 21:16:06 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-02-28 21:16:06 +0000
commit3953afce0ccfb90a56c20a0dc3c3e2a873096e58 (patch)
tree82970f52288ced73e316e7981363a2b8063087ec
parent764f4698942937d647c8a88c459217345b0bbf1d (diff)
downloadperl-3953afce0ccfb90a56c20a0dc3c3e2a873096e58.tar.gz
Update Module::CoreList with data so far for the imminent 5.24.4
(Porting/corelist.pl, plus $VERSION bumps and Changes entry for a tentative release date which is to coincide with a 5.26.2 release)
-rw-r--r--dist/Module-CoreList/Changes3
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm22
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm2
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList/Utils.pm9
4 files changed, 33 insertions, 3 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index 4e173c6738..dc1f4db3ea 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20180315_24
+ - Updated for v5.24.4
+
5.20180220
- Updated for v5.27.9
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 835b1cc552..2bfb46d0af 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.20170922_24';
+$VERSION = '5.20180315_24';
sub _released_order { # Sort helper, to make '?' sort after everything else
(substr($released{$a}, 0, 1) eq "?")
@@ -323,6 +323,7 @@ sub changes_between {
5.027007 => '2017-12-20',
5.027008 => '2018-01-20',
5.027009 => '2018-02-20',
+ 5.024004 => '????-??-??',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -15021,6 +15022,18 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.024004 => {
+ delta_from => 5.024003,
+ changed => {
+ 'B::Op_private' => '5.024004',
+ 'Config' => '5.024004',
+ 'Module::CoreList' => '5.20180315_24',
+ 'Module::CoreList::TieHashDelta'=> '5.20180315_24',
+ 'Module::CoreList::Utils'=> '5.20180315_24',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -15885,6 +15898,13 @@ for my $version (sort { $a <=> $b } keys %delta) {
removed => {
}
},
+ 5.024004 => {
+ delta_from => 5.024003,
+ 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 cdb1df7852..120e1fc4b8 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.20170922_24';
+$VERSION = '5.20180315_24';
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 bfed80b58c..a9c992a518 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.20170922_24';
+$VERSION = '5.20180315_24';
sub utilities {
my $perl = shift;
@@ -1362,6 +1362,13 @@ my %delta = (
removed => {
}
},
+ 5.024004 => {
+ delta_from => 5.024003,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %delta) {