summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-10-21 00:09:32 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2015-10-21 00:09:32 +0100
commit7792a6f57ff2d26f28d2ef67be13cf7f9fd31ef3 (patch)
treefd91ed7ca062ced09b3efda4e376ecfa869678ef
parenteaf932ab20d5d50a1bb0904d6a41a4af99081b08 (diff)
downloadperl-7792a6f57ff2d26f28d2ef67be13cf7f9fd31ef3.tar.gz
Prepare Module::CoreList for 5.23.5
-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 0bc5c8cf08..134024bd1b 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20151120
+ - Updated for v5.23.5
+
5.20151020
- Updated for v5.23.4
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 14ee1087fc..3312d6ec50 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.20151020';
+$VERSION = '5.20151120';
sub _released_order { # Sort helper, to make '?' sort after everything else
(substr($released{$a}, 0, 1) eq "?")
@@ -285,6 +285,7 @@ sub changes_between {
5.020003 => '2015-09-12',
5.023003 => '2015-09-20',
5.023004 => '2015-10-20',
+ 5.023005 => '????-??-??',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -11915,6 +11916,18 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.023005 => {
+ delta_from => 5.023004,
+ changed => {
+ 'B::Op_private' => '5.023005',
+ 'Config' => '5.023005',
+ 'Module::CoreList' => '5.20151120',
+ 'Module::CoreList::TieHashDelta'=> '5.20151120',
+ 'Module::CoreList::Utils'=> '5.20151120',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -12513,6 +12526,13 @@ for my $version (sort { $a <=> $b } keys %delta) {
removed => {
}
},
+ 5.023005 => {
+ delta_from => 5.023004,
+ 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 65556671c3..d1f3c9595e 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.20151020';
+$VERSION = '5.20151120';
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 bf9a36f72a..851bf6236f 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.20151020';
+$VERSION = '5.20151120';
sub utilities {
my $perl = shift;
@@ -1094,6 +1094,13 @@ my %delta = (
removed => {
}
},
+ 5.023005 => {
+ delta_from => 5.023004,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %delta) {