perl-Module-CoreList/SOURCES/Module-CoreList-5.20180120-Upgrade-database-to-5.20180414_24.patch

513 lines
21 KiB
Diff

From a6209761a6209952689d766ab4f4cd99ee9db6bd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Mon, 16 Apr 2018 16:10:37 +0200
Subject: [PATCH] Upgrade database to 5.20180414_24
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Taken from perl-5.24.4.
Signed-off-by: Petr Písař <ppisar@redhat.com>
---
Changes | 9 +
lib/Module/CoreList.pm | 388 +++++++++++++++++++++++++++++++++++-
lib/Module/CoreList/TieHashDelta.pm | 2 +-
lib/Module/CoreList/Utils.pm | 23 ++-
4 files changed, 419 insertions(+), 3 deletions(-)
diff --git a/Changes b/Changes
index 9fb1073..04f5d75 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,12 @@
+5.20180414_24
+ - Updated for v5.24.4
+
+5.20180221
+ - Updated for v5.27.10
+
+5.20180220
+ - Updated for v5.27.9
+
5.20180120
- Updated for v5.27.8
diff --git a/lib/Module/CoreList.pm b/lib/Module/CoreList.pm
index e3db2f9..beae442 100644
--- a/lib/Module/CoreList.pm
+++ b/lib/Module/CoreList.pm
@@ -4,7 +4,7 @@ use strict;
our ( %released, %version, %families, %upstream, %bug_tracker, %deprecated, %delta );
use version;
-our $VERSION = '5.20180120';
+our $VERSION = '5.20180414_24';
sub PKG_PATTERN () { q#\A[a-zA-Z_][0-9a-zA-Z_]*(?:(::|')[0-9a-zA-Z_]+)*\z# }
sub _looks_like_invocant ($) { local $@; !!eval { $_[0]->isa(__PACKAGE__) } }
@@ -328,6 +328,9 @@ sub changes_between {
5.027006 => '2017-11-20',
5.027007 => '2017-12-20',
5.027008 => '2018-01-20',
+ 5.027009 => '2018-02-20',
+ 5.027010 => '2018-03-20',
+ 5.024004 => '2018-04-14',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -15014,6 +15017,368 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.027009 => {
+ delta_from => 5.027008,
+ changed => {
+ 'B::Op_private' => '5.027009',
+ 'Carp' => '1.46',
+ 'Carp::Heavy' => '1.46',
+ 'Config' => '5.027009',
+ 'Cwd' => '3.74',
+ 'Devel::PPPort' => '3.39',
+ 'Encode' => '2.96',
+ 'Encode::Unicode' => '2.17',
+ 'Errno' => '1.29',
+ 'ExtUtils::Command' => '7.32',
+ 'ExtUtils::Command::MM' => '7.32',
+ 'ExtUtils::Liblist' => '7.32',
+ 'ExtUtils::Liblist::Kid'=> '7.32',
+ 'ExtUtils::MM' => '7.32',
+ 'ExtUtils::MM_AIX' => '7.32',
+ 'ExtUtils::MM_Any' => '7.32',
+ 'ExtUtils::MM_BeOS' => '7.32',
+ 'ExtUtils::MM_Cygwin' => '7.32',
+ 'ExtUtils::MM_DOS' => '7.32',
+ 'ExtUtils::MM_Darwin' => '7.32',
+ 'ExtUtils::MM_MacOS' => '7.32',
+ 'ExtUtils::MM_NW5' => '7.32',
+ 'ExtUtils::MM_OS2' => '7.32',
+ 'ExtUtils::MM_QNX' => '7.32',
+ 'ExtUtils::MM_UWIN' => '7.32',
+ 'ExtUtils::MM_Unix' => '7.32',
+ 'ExtUtils::MM_VMS' => '7.32',
+ 'ExtUtils::MM_VOS' => '7.32',
+ 'ExtUtils::MM_Win32' => '7.32',
+ 'ExtUtils::MM_Win95' => '7.32',
+ 'ExtUtils::MY' => '7.32',
+ 'ExtUtils::MakeMaker' => '7.32',
+ 'ExtUtils::MakeMaker::Config'=> '7.32',
+ 'ExtUtils::MakeMaker::Locale'=> '7.32',
+ 'ExtUtils::MakeMaker::version'=> '7.32',
+ 'ExtUtils::MakeMaker::version::regex'=> '7.32',
+ 'ExtUtils::Mkbootstrap' => '7.32',
+ 'ExtUtils::Mksymlists' => '7.32',
+ 'ExtUtils::ParseXS' => '3.38',
+ 'ExtUtils::ParseXS::Constants'=> '3.38',
+ 'ExtUtils::ParseXS::CountLines'=> '3.38',
+ 'ExtUtils::ParseXS::Eval'=> '3.38',
+ 'ExtUtils::ParseXS::Utilities'=> '3.38',
+ 'ExtUtils::Typemaps' => '3.38',
+ 'ExtUtils::Typemaps::Cmd'=> '3.38',
+ 'ExtUtils::Typemaps::InputMap'=> '3.38',
+ 'ExtUtils::Typemaps::OutputMap'=> '3.38',
+ 'ExtUtils::Typemaps::Type'=> '3.38',
+ 'ExtUtils::testlib' => '7.32',
+ 'File::Spec' => '3.74',
+ 'File::Spec::AmigaOS' => '3.74',
+ 'File::Spec::Cygwin' => '3.74',
+ 'File::Spec::Epoc' => '3.74',
+ 'File::Spec::Functions' => '3.74',
+ 'File::Spec::Mac' => '3.74',
+ 'File::Spec::OS2' => '3.74',
+ 'File::Spec::Unix' => '3.74',
+ 'File::Spec::VMS' => '3.74',
+ 'File::Spec::Win32' => '3.74',
+ 'IPC::Cmd' => '1.00',
+ 'Math::BigFloat::Trace' => '0.49',
+ 'Math::BigInt::Trace' => '0.49',
+ 'Module::CoreList' => '5.20180220',
+ 'Module::CoreList::Utils'=> '5.20180220',
+ 'POSIX' => '1.82',
+ 'PerlIO::encoding' => '0.26',
+ 'Storable' => '3.06',
+ 'Storable::Limit' => undef,
+ 'Storable::__Storable__'=> '3.06',
+ 'Test2' => '1.302122',
+ 'Test2::API' => '1.302122',
+ 'Test2::API::Breakage' => '1.302122',
+ 'Test2::API::Context' => '1.302122',
+ 'Test2::API::Instance' => '1.302122',
+ 'Test2::API::Stack' => '1.302122',
+ 'Test2::Event' => '1.302122',
+ 'Test2::Event::Bail' => '1.302122',
+ 'Test2::Event::Diag' => '1.302122',
+ 'Test2::Event::Encoding'=> '1.302122',
+ 'Test2::Event::Exception'=> '1.302122',
+ 'Test2::Event::Fail' => '1.302122',
+ 'Test2::Event::Generic' => '1.302122',
+ 'Test2::Event::Note' => '1.302122',
+ 'Test2::Event::Ok' => '1.302122',
+ 'Test2::Event::Pass' => '1.302122',
+ 'Test2::Event::Plan' => '1.302122',
+ 'Test2::Event::Skip' => '1.302122',
+ 'Test2::Event::Subtest' => '1.302122',
+ 'Test2::Event::TAP::Version'=> '1.302122',
+ 'Test2::Event::Waiting' => '1.302122',
+ 'Test2::EventFacet' => '1.302122',
+ 'Test2::EventFacet::About'=> '1.302122',
+ 'Test2::EventFacet::Amnesty'=> '1.302122',
+ 'Test2::EventFacet::Assert'=> '1.302122',
+ 'Test2::EventFacet::Control'=> '1.302122',
+ 'Test2::EventFacet::Error'=> '1.302122',
+ 'Test2::EventFacet::Info'=> '1.302122',
+ 'Test2::EventFacet::Meta'=> '1.302122',
+ 'Test2::EventFacet::Parent'=> '1.302122',
+ 'Test2::EventFacet::Plan'=> '1.302122',
+ 'Test2::EventFacet::Render'=> '1.302122',
+ 'Test2::EventFacet::Trace'=> '1.302122',
+ 'Test2::Formatter' => '1.302122',
+ 'Test2::Formatter::TAP' => '1.302122',
+ 'Test2::Hub' => '1.302122',
+ 'Test2::Hub::Interceptor'=> '1.302122',
+ 'Test2::Hub::Interceptor::Terminator'=> '1.302122',
+ 'Test2::Hub::Subtest' => '1.302122',
+ 'Test2::IPC' => '1.302122',
+ 'Test2::IPC::Driver' => '1.302122',
+ 'Test2::IPC::Driver::Files'=> '1.302122',
+ 'Test2::Tools::Tiny' => '1.302122',
+ 'Test2::Util' => '1.302122',
+ 'Test2::Util::ExternalMeta'=> '1.302122',
+ 'Test2::Util::Facets2Legacy'=> '1.302122',
+ 'Test2::Util::HashBase' => '1.302122',
+ 'Test2::Util::Trace' => '1.302122',
+ 'Test::Builder' => '1.302122',
+ 'Test::Builder::Formatter'=> '1.302122',
+ 'Test::Builder::Module' => '1.302122',
+ 'Test::Builder::Tester' => '1.302122',
+ 'Test::Builder::Tester::Color'=> '1.302122',
+ 'Test::Builder::TodoDiag'=> '1.302122',
+ 'Test::More' => '1.302122',
+ 'Test::Simple' => '1.302122',
+ 'Test::Tester' => '1.302122',
+ 'Test::Tester::Capture' => '1.302122',
+ 'Test::Tester::CaptureRunner'=> '1.302122',
+ 'Test::Tester::Delegate'=> '1.302122',
+ 'Test::use::ok' => '1.302122',
+ 'Time::HiRes' => '1.9753',
+ 'XS::APItest' => '0.96',
+ 'bigint' => '0.49',
+ 'bignum' => '0.49',
+ 'bigrat' => '0.49',
+ 'encoding' => '2.22',
+ 'if' => '0.0608',
+ 'mro' => '1.22',
+ 'ok' => '1.302122',
+ 'threads' => '2.22',
+ 'warnings' => '1.41',
+ },
+ removed => {
+ 'Module::CoreList::TieHashDelta'=> 1,
+ }
+ },
+ 5.027010 => {
+ delta_from => 5.027009,
+ changed => {
+ 'App::Prove' => '3.42',
+ 'App::Prove::State' => '3.42',
+ 'App::Prove::State::Result'=> '3.42',
+ 'App::Prove::State::Result::Test'=> '3.42',
+ 'B::Deparse' => '1.48',
+ 'B::Op_private' => '5.027010',
+ 'Carp' => '1.49',
+ 'Carp::Heavy' => '1.49',
+ 'Config' => '5.02701',
+ 'Encode' => '2.97',
+ 'ExtUtils::Command' => '7.34',
+ 'ExtUtils::Command::MM' => '7.34',
+ 'ExtUtils::Liblist' => '7.34',
+ 'ExtUtils::Liblist::Kid'=> '7.34',
+ 'ExtUtils::MM' => '7.34',
+ 'ExtUtils::MM_AIX' => '7.34',
+ 'ExtUtils::MM_Any' => '7.34',
+ 'ExtUtils::MM_BeOS' => '7.34',
+ 'ExtUtils::MM_Cygwin' => '7.34',
+ 'ExtUtils::MM_DOS' => '7.34',
+ 'ExtUtils::MM_Darwin' => '7.34',
+ 'ExtUtils::MM_MacOS' => '7.34',
+ 'ExtUtils::MM_NW5' => '7.34',
+ 'ExtUtils::MM_OS2' => '7.34',
+ 'ExtUtils::MM_QNX' => '7.34',
+ 'ExtUtils::MM_UWIN' => '7.34',
+ 'ExtUtils::MM_Unix' => '7.34',
+ 'ExtUtils::MM_VMS' => '7.34',
+ 'ExtUtils::MM_VOS' => '7.34',
+ 'ExtUtils::MM_Win32' => '7.34',
+ 'ExtUtils::MM_Win95' => '7.34',
+ 'ExtUtils::MY' => '7.34',
+ 'ExtUtils::MakeMaker' => '7.34',
+ 'ExtUtils::MakeMaker::Config'=> '7.34',
+ 'ExtUtils::MakeMaker::Locale'=> '7.34',
+ 'ExtUtils::MakeMaker::version'=> '7.34',
+ 'ExtUtils::MakeMaker::version::regex'=> '7.34',
+ 'ExtUtils::Mkbootstrap' => '7.34',
+ 'ExtUtils::Mksymlists' => '7.34',
+ 'ExtUtils::ParseXS' => '3.39',
+ 'ExtUtils::ParseXS::Constants'=> '3.39',
+ 'ExtUtils::ParseXS::CountLines'=> '3.39',
+ 'ExtUtils::ParseXS::Eval'=> '3.39',
+ 'ExtUtils::ParseXS::Utilities'=> '3.39',
+ 'ExtUtils::testlib' => '7.34',
+ 'File::Glob' => '1.31',
+ 'I18N::Langinfo' => '0.16',
+ 'List::Util' => '1.50',
+ 'List::Util::XS' => '1.50',
+ 'Locale::Codes' => '3.56',
+ 'Locale::Codes::Constants'=> '3.56',
+ 'Locale::Codes::Country'=> '3.56',
+ 'Locale::Codes::Country_Codes'=> '3.56',
+ 'Locale::Codes::Country_Retired'=> '3.56',
+ 'Locale::Codes::Currency'=> '3.56',
+ 'Locale::Codes::Currency_Codes'=> '3.56',
+ 'Locale::Codes::Currency_Retired'=> '3.56',
+ 'Locale::Codes::LangExt'=> '3.56',
+ 'Locale::Codes::LangExt_Codes'=> '3.56',
+ 'Locale::Codes::LangExt_Retired'=> '3.56',
+ 'Locale::Codes::LangFam'=> '3.56',
+ 'Locale::Codes::LangFam_Codes'=> '3.56',
+ 'Locale::Codes::LangFam_Retired'=> '3.56',
+ 'Locale::Codes::LangVar'=> '3.56',
+ 'Locale::Codes::LangVar_Codes'=> '3.56',
+ 'Locale::Codes::LangVar_Retired'=> '3.56',
+ 'Locale::Codes::Language'=> '3.56',
+ 'Locale::Codes::Language_Codes'=> '3.56',
+ 'Locale::Codes::Language_Retired'=> '3.56',
+ 'Locale::Codes::Script' => '3.56',
+ 'Locale::Codes::Script_Codes'=> '3.56',
+ 'Locale::Codes::Script_Retired'=> '3.56',
+ 'Locale::Country' => '3.56',
+ 'Locale::Currency' => '3.56',
+ 'Locale::Language' => '3.56',
+ 'Locale::Script' => '3.56',
+ 'Module::CoreList' => '5.20180221',
+ 'Module::CoreList::Utils'=> '5.20180221',
+ 'POSIX' => '1.83',
+ 'Scalar::Util' => '1.50',
+ 'Sub::Util' => '1.50',
+ 'TAP::Base' => '3.42',
+ 'TAP::Formatter::Base' => '3.42',
+ 'TAP::Formatter::Color' => '3.42',
+ 'TAP::Formatter::Console'=> '3.42',
+ 'TAP::Formatter::Console::ParallelSession'=> '3.42',
+ 'TAP::Formatter::Console::Session'=> '3.42',
+ 'TAP::Formatter::File' => '3.42',
+ 'TAP::Formatter::File::Session'=> '3.42',
+ 'TAP::Formatter::Session'=> '3.42',
+ 'TAP::Harness' => '3.42',
+ 'TAP::Harness::Env' => '3.42',
+ 'TAP::Object' => '3.42',
+ 'TAP::Parser' => '3.42',
+ 'TAP::Parser::Aggregator'=> '3.42',
+ 'TAP::Parser::Grammar' => '3.42',
+ 'TAP::Parser::Iterator' => '3.42',
+ 'TAP::Parser::Iterator::Array'=> '3.42',
+ 'TAP::Parser::Iterator::Process'=> '3.42',
+ 'TAP::Parser::Iterator::Stream'=> '3.42',
+ 'TAP::Parser::IteratorFactory'=> '3.42',
+ 'TAP::Parser::Multiplexer'=> '3.42',
+ 'TAP::Parser::Result' => '3.42',
+ 'TAP::Parser::Result::Bailout'=> '3.42',
+ 'TAP::Parser::Result::Comment'=> '3.42',
+ 'TAP::Parser::Result::Plan'=> '3.42',
+ 'TAP::Parser::Result::Pragma'=> '3.42',
+ 'TAP::Parser::Result::Test'=> '3.42',
+ 'TAP::Parser::Result::Unknown'=> '3.42',
+ 'TAP::Parser::Result::Version'=> '3.42',
+ 'TAP::Parser::Result::YAML'=> '3.42',
+ 'TAP::Parser::ResultFactory'=> '3.42',
+ 'TAP::Parser::Scheduler'=> '3.42',
+ 'TAP::Parser::Scheduler::Job'=> '3.42',
+ 'TAP::Parser::Scheduler::Spinner'=> '3.42',
+ 'TAP::Parser::Source' => '3.42',
+ 'TAP::Parser::SourceHandler'=> '3.42',
+ 'TAP::Parser::SourceHandler::Executable'=> '3.42',
+ 'TAP::Parser::SourceHandler::File'=> '3.42',
+ 'TAP::Parser::SourceHandler::Handle'=> '3.42',
+ 'TAP::Parser::SourceHandler::Perl'=> '3.42',
+ 'TAP::Parser::SourceHandler::RawTAP'=> '3.42',
+ 'TAP::Parser::YAMLish::Reader'=> '3.42',
+ 'TAP::Parser::YAMLish::Writer'=> '3.42',
+ 'Test2' => '1.302133',
+ 'Test2::API' => '1.302133',
+ 'Test2::API::Breakage' => '1.302133',
+ 'Test2::API::Context' => '1.302133',
+ 'Test2::API::Instance' => '1.302133',
+ 'Test2::API::Stack' => '1.302133',
+ 'Test2::Event' => '1.302133',
+ 'Test2::Event::Bail' => '1.302133',
+ 'Test2::Event::Diag' => '1.302133',
+ 'Test2::Event::Encoding'=> '1.302133',
+ 'Test2::Event::Exception'=> '1.302133',
+ 'Test2::Event::Fail' => '1.302133',
+ 'Test2::Event::Generic' => '1.302133',
+ 'Test2::Event::Note' => '1.302133',
+ 'Test2::Event::Ok' => '1.302133',
+ 'Test2::Event::Pass' => '1.302133',
+ 'Test2::Event::Plan' => '1.302133',
+ 'Test2::Event::Skip' => '1.302133',
+ 'Test2::Event::Subtest' => '1.302133',
+ 'Test2::Event::TAP::Version'=> '1.302133',
+ 'Test2::Event::V2' => '1.302133',
+ 'Test2::Event::Waiting' => '1.302133',
+ 'Test2::EventFacet' => '1.302133',
+ 'Test2::EventFacet::About'=> '1.302133',
+ 'Test2::EventFacet::Amnesty'=> '1.302133',
+ 'Test2::EventFacet::Assert'=> '1.302133',
+ 'Test2::EventFacet::Control'=> '1.302133',
+ 'Test2::EventFacet::Error'=> '1.302133',
+ 'Test2::EventFacet::Hub'=> '1.302133',
+ 'Test2::EventFacet::Info'=> '1.302133',
+ 'Test2::EventFacet::Meta'=> '1.302133',
+ 'Test2::EventFacet::Parent'=> '1.302133',
+ 'Test2::EventFacet::Plan'=> '1.302133',
+ 'Test2::EventFacet::Render'=> '1.302133',
+ 'Test2::EventFacet::Trace'=> '1.302133',
+ 'Test2::Formatter' => '1.302133',
+ 'Test2::Formatter::TAP' => '1.302133',
+ 'Test2::Hub' => '1.302133',
+ 'Test2::Hub::Interceptor'=> '1.302133',
+ 'Test2::Hub::Interceptor::Terminator'=> '1.302133',
+ 'Test2::Hub::Subtest' => '1.302133',
+ 'Test2::IPC' => '1.302133',
+ 'Test2::IPC::Driver' => '1.302133',
+ 'Test2::IPC::Driver::Files'=> '1.302133',
+ 'Test2::Tools::Tiny' => '1.302133',
+ 'Test2::Util' => '1.302133',
+ 'Test2::Util::ExternalMeta'=> '1.302133',
+ 'Test2::Util::Facets2Legacy'=> '1.302133',
+ 'Test2::Util::HashBase' => '1.302133',
+ 'Test2::Util::Trace' => '1.302133',
+ 'Test::Builder' => '1.302133',
+ 'Test::Builder::Formatter'=> '1.302133',
+ 'Test::Builder::Module' => '1.302133',
+ 'Test::Builder::Tester' => '1.302133',
+ 'Test::Builder::Tester::Color'=> '1.302133',
+ 'Test::Builder::TodoDiag'=> '1.302133',
+ 'Test::Harness' => '3.42',
+ 'Test::More' => '1.302133',
+ 'Test::Simple' => '1.302133',
+ 'Test::Tester' => '1.302133',
+ 'Test::Tester::Capture' => '1.302133',
+ 'Test::Tester::CaptureRunner'=> '1.302133',
+ 'Test::Tester::Delegate'=> '1.302133',
+ 'Test::use::ok' => '1.302133',
+ 'Time::HiRes' => '1.9757',
+ 'Time::Piece' => '1.3204',
+ 'Time::Seconds' => '1.3204',
+ 'attributes' => '0.33',
+ 'ok' => '1.302133',
+ 'warnings' => '1.42',
+ },
+ removed => {
+ }
+ },
+ 5.024004 => {
+ delta_from => 5.024003,
+ changed => {
+ 'B::Op_private' => '5.024004',
+ 'Config' => '5.024004',
+ 'Module::CoreList' => '5.20180414_24',
+ 'Module::CoreList::TieHashDelta'=> '5.20180414_24',
+ 'Module::CoreList::Utils'=> '5.20180414_24',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -15863,6 +16228,27 @@ sub is_core
removed => {
}
},
+ 5.027009 => {
+ delta_from => 5.027008,
+ changed => {
+ },
+ removed => {
+ }
+ },
+ 5.027010 => {
+ delta_from => 5.027009,
+ changed => {
+ },
+ removed => {
+ }
+ },
+ 5.024004 => {
+ delta_from => 5.024003,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%deprecated = _undelta(\%deprecated);
diff --git a/lib/Module/CoreList/TieHashDelta.pm b/lib/Module/CoreList/TieHashDelta.pm
index caec326..cd19f73 100644
--- a/lib/Module/CoreList/TieHashDelta.pm
+++ b/lib/Module/CoreList/TieHashDelta.pm
@@ -1,7 +1,7 @@
# For internal Module::CoreList use only.
package Module::CoreList::TieHashDelta;
use strict;
-our $VERSION = '5.20180120';
+our $VERSION = '5.20180414_24';
sub TIEHASH {
my ($class, $changed, $removed, $parent) = @_;
diff --git a/lib/Module/CoreList/Utils.pm b/lib/Module/CoreList/Utils.pm
index 9a74ddb..228028f 100644
--- a/lib/Module/CoreList/Utils.pm
+++ b/lib/Module/CoreList/Utils.pm
@@ -4,7 +4,7 @@ use strict;
use warnings;
use Module::CoreList;
-our $VERSION = '5.20180120';
+our $VERSION = '5.20180414_24';
our %utilities;
sub utilities {
@@ -1354,6 +1354,27 @@ my %delta = (
removed => {
}
},
+ 5.027009 => {
+ delta_from => 5.027008,
+ changed => {
+ },
+ removed => {
+ }
+ },
+ 5.027010 => {
+ delta_from => 5.027009,
+ changed => {
+ },
+ removed => {
+ }
+ },
+ 5.024004 => {
+ delta_from => 5.024003,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%utilities = Module::CoreList::_undelta(\%delta);
--
2.14.3