summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2016-07-16 01:18:32 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2016-07-16 01:18:32 +0100
commit2401e9285b28d1b9226b711780dabd21ee02a9c1 (patch)
tree49db8666f5450cb84dd56d9b4d5940e65d35ee05
parent6c2bedda3da9eb1dab9a315e12b150418b72bfba (diff)
downloadperl-2401e9285b28d1b9226b711780dabd21ee02a9c1.tar.gz
Update Module::CoreList with data so far for the imminent 5.24.1
(Porting/corelist.pl, plus $VERSION bumps and Changes entry for a tentative release date for 5.24.1)
-rw-r--r--dist/Module-CoreList/Changes3
-rw-r--r--dist/Module-CoreList/lib/Module/CoreList.pm57
-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, 55 insertions, 16 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes
index b106654cee..0029a9f448 100644
--- a/dist/Module-CoreList/Changes
+++ b/dist/Module-CoreList/Changes
@@ -1,3 +1,6 @@
+5.20160730
+ - Updated for v5.24.1
+
5.20160620
- Updated for v5.25.2
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm
index 6f3a44047c..beef140fc0 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.20160620';
+$VERSION = '5.20160730';
sub _released_order { # Sort helper, to make '?' sort after everything else
(substr($released{$a}, 0, 1) eq "?")
@@ -296,6 +296,7 @@ sub changes_between {
5.025000 => '2016-05-09',
5.025001 => '2016-05-20',
5.025002 => '2016-06-20',
+ 5.024001 => '????-??-??',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -12702,6 +12703,21 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.024001 => {
+ delta_from => 5.024000,
+ changed => {
+ 'B::Op_private' => '5.024001',
+ 'Config' => '5.024001',
+ 'Module::CoreList' => '5.20160730',
+ 'Module::CoreList::TieHashDelta'=> '5.20160730',
+ 'Module::CoreList::Utils'=> '5.20160730',
+ 'Module::Metadata::corpus::BOMTest::UTF16BE'=> undef,
+ 'Module::Metadata::corpus::BOMTest::UTF16LE'=> undef,
+ 'Module::Metadata::corpus::BOMTest::UTF8'=> '1',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -13376,6 +13392,13 @@ for my $version (sort { $a <=> $b } keys %delta) {
removed => {
}
},
+ 5.024001 => {
+ delta_from => 5.024000,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %deprecated) {
@@ -13613,6 +13636,9 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
'Module::Load::Conditional'=> 'cpan',
'Module::Loaded' => 'cpan',
'Module::Metadata' => 'cpan',
+ 'Module::Metadata::corpus::BOMTest::UTF16BE'=> 'cpan',
+ 'Module::Metadata::corpus::BOMTest::UTF16LE'=> 'cpan',
+ 'Module::Metadata::corpus::BOMTest::UTF8'=> 'cpan',
'NEXT' => 'cpan',
'Net::Cmd' => 'cpan',
'Net::Config' => 'cpan',
@@ -14017,6 +14043,9 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
'Module::Load::Conditional'=> undef,
'Module::Loaded' => undef,
'Module::Metadata' => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Module-Metadata',
+ 'Module::Metadata::corpus::BOMTest::UTF16BE'=> undef,
+ 'Module::Metadata::corpus::BOMTest::UTF16LE'=> undef,
+ 'Module::Metadata::corpus::BOMTest::UTF8'=> undef,
'NEXT' => undef,
'Net::Cmd' => undef,
'Net::Config' => undef,
@@ -14142,19 +14171,19 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
'TAP::Parser::YAMLish::Writer'=> 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
'Term::ANSIColor' => 'https://rt.cpan.org/Dist/Display.html?Name=Term-ANSIColor',
'Term::Cap' => undef,
- 'Test::Builder' => 'http://github.com/Test-More/test-more/issues/',
- 'Test::Builder::IO::Scalar'=> 'http://github.com/Test-More/test-more/issues/',
- 'Test::Builder::Module' => 'http://github.com/Test-More/test-more/issues/',
- 'Test::Builder::Tester' => 'http://github.com/Test-More/test-more/issues/',
- 'Test::Builder::Tester::Color'=> 'http://github.com/Test-More/test-more/issues/',
+ 'Test::Builder' => 'http://github.com/Test-More/test-more/issues',
+ 'Test::Builder::IO::Scalar'=> 'http://github.com/Test-More/test-more/issues',
+ 'Test::Builder::Module' => 'http://github.com/Test-More/test-more/issues',
+ 'Test::Builder::Tester' => 'http://github.com/Test-More/test-more/issues',
+ 'Test::Builder::Tester::Color'=> 'http://github.com/Test-More/test-more/issues',
'Test::Harness' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Test-Harness',
- 'Test::More' => 'http://github.com/Test-More/test-more/issues/',
- 'Test::Simple' => 'http://github.com/Test-More/test-more/issues/',
- 'Test::Tester' => 'http://github.com/Test-More/test-more/issues/',
- 'Test::Tester::Capture' => 'http://github.com/Test-More/test-more/issues/',
- 'Test::Tester::CaptureRunner'=> 'http://github.com/Test-More/test-more/issues/',
- 'Test::Tester::Delegate'=> 'http://github.com/Test-More/test-more/issues/',
- 'Test::use::ok' => 'http://github.com/Test-More/test-more/issues/',
+ 'Test::More' => 'http://github.com/Test-More/test-more/issues',
+ 'Test::Simple' => 'http://github.com/Test-More/test-more/issues',
+ 'Test::Tester' => 'http://github.com/Test-More/test-more/issues',
+ 'Test::Tester::Capture' => 'http://github.com/Test-More/test-more/issues',
+ 'Test::Tester::CaptureRunner'=> 'http://github.com/Test-More/test-more/issues',
+ 'Test::Tester::Delegate'=> 'http://github.com/Test-More/test-more/issues',
+ 'Test::use::ok' => 'http://github.com/Test-More/test-more/issues',
'Text::Balanced' => undef,
'Text::ParseWords' => undef,
'Text::Tabs' => undef,
@@ -14189,7 +14218,7 @@ for my $version (sort { $a <=> $b } keys %deprecated) {
'bigrat' => undef,
'encoding' => undef,
'experimental' => 'http://rt.cpan.org/Public/Dist/Display.html?Name=experimental',
- 'ok' => 'http://github.com/Test-More/test-more/issues/',
+ 'ok' => 'http://github.com/Test-More/test-more/issues',
'parent' => undef,
'perlfaq' => 'https://github.com/perl-doc-cats/perlfaq/issues',
'version' => 'https://rt.cpan.org/Public/Dist/Display.html?Name=version',
diff --git a/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm b/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
index 69f994ec04..90a0cc3d8c 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.20160620';
+$VERSION = '5.20160730';
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 62ea8c2a4e..c998d78f00 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.20160620';
+$VERSION = '5.20160730';
sub utilities {
my $perl = shift;
@@ -1171,6 +1171,13 @@ my %delta = (
removed => {
}
},
+ 5.024001 => {
+ delta_from => 5.024000,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
for my $version (sort { $a <=> $b } keys %delta) {