diff options
author | Todd Rinaldo <toddr@cpan.org> | 2018-03-20 12:11:12 -0500 |
---|---|---|
committer | Todd Rinaldo <toddr@cpan.org> | 2018-03-20 12:13:23 -0500 |
commit | 27ee818c2aa6c1aa9d6223226f7dcb9e4aea75ae (patch) | |
tree | 87cfe9b8b1ba5cd0fa4ca9fd5d70f07bb9fd8ab1 /dist | |
parent | 89a395f43df33c46af151012280877ae1b62c462 (diff) | |
download | perl-27ee818c2aa6c1aa9d6223226f7dcb9e4aea75ae.tar.gz |
update Module::CoreList for v5.27.10
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Module-CoreList/Changes | 3 | ||||
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList.pm | 227 | ||||
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 2 |
3 files changed, 200 insertions, 32 deletions
diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index 10331e0f97..f19640addb 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,3 +1,6 @@ +5.20180221 + - Updated for v5.27.10 + 5.20180220 - Improve handling of broken versions in is_core() - Removed Module::CoreList::TieHashDelta diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 8a69680d43..ad9a9b0676 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -4,7 +4,7 @@ use strict; our ( %released, %version, %families, %upstream, %bug_tracker, %deprecated, %delta ); use version; -our $VERSION = '5.20180220'; +our $VERSION = '5.20180221'; 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__) } } @@ -15168,39 +15168,200 @@ for my $version ( sort { $a <=> $b } keys %released ) { 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', - 'ExtUtils::Command' => '7.33_03', - 'ExtUtils::Command::MM' => '7.33_03', - 'ExtUtils::Liblist' => '7.33_03', - 'ExtUtils::Liblist::Kid'=> '7.33_03', - 'ExtUtils::MM' => '7.33_03', - 'ExtUtils::MM_AIX' => '7.33_03', - 'ExtUtils::MM_Any' => '7.33_03', - 'ExtUtils::MM_BeOS' => '7.33_03', - 'ExtUtils::MM_Cygwin' => '7.33_03', - 'ExtUtils::MM_DOS' => '7.33_03', - 'ExtUtils::MM_Darwin' => '7.33_03', - 'ExtUtils::MM_MacOS' => '7.33_03', - 'ExtUtils::MM_NW5' => '7.33_03', - 'ExtUtils::MM_OS2' => '7.33_03', - 'ExtUtils::MM_QNX' => '7.33_03', - 'ExtUtils::MM_UWIN' => '7.33_03', - 'ExtUtils::MM_Unix' => '7.33_03', - 'ExtUtils::MM_VMS' => '7.33_03', - 'ExtUtils::MM_VOS' => '7.33_03', - 'ExtUtils::MM_Win32' => '7.33_03', - 'ExtUtils::MM_Win95' => '7.33_03', - 'ExtUtils::MY' => '7.33_03', - 'ExtUtils::MakeMaker' => '7.33_03', - 'ExtUtils::MakeMaker::Config'=> '7.33_03', - 'ExtUtils::MakeMaker::Locale'=> '7.33_03', - 'ExtUtils::MakeMaker::version'=> '7.33_03', - 'ExtUtils::MakeMaker::version::regex'=> '7.33_03', - 'ExtUtils::Mkbootstrap' => '7.33_03', - 'ExtUtils::Mksymlists' => '7.33_03', - 'ExtUtils::testlib' => '7.33_03', + '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 => { } @@ -16449,6 +16610,7 @@ sub is_core 'Test2::Event::Skip' => 'cpan', 'Test2::Event::Subtest' => 'cpan', 'Test2::Event::TAP::Version'=> 'cpan', + 'Test2::Event::V2' => 'cpan', 'Test2::Event::Waiting' => 'cpan', 'Test2::EventFacet' => 'cpan', 'Test2::EventFacet::About'=> 'cpan', @@ -16456,6 +16618,7 @@ sub is_core 'Test2::EventFacet::Assert'=> 'cpan', 'Test2::EventFacet::Control'=> 'cpan', 'Test2::EventFacet::Error'=> 'cpan', + 'Test2::EventFacet::Hub'=> 'cpan', 'Test2::EventFacet::Info'=> 'cpan', 'Test2::EventFacet::Meta'=> 'cpan', 'Test2::EventFacet::Parent'=> 'cpan', @@ -16902,6 +17065,7 @@ sub is_core 'Test2::Event::Skip' => 'http://github.com/Test-More/test-more/issues', 'Test2::Event::Subtest' => 'http://github.com/Test-More/test-more/issues', 'Test2::Event::TAP::Version'=> 'http://github.com/Test-More/test-more/issues', + 'Test2::Event::V2' => 'http://github.com/Test-More/test-more/issues', 'Test2::Event::Waiting' => 'http://github.com/Test-More/test-more/issues', 'Test2::EventFacet' => 'http://github.com/Test-More/test-more/issues', 'Test2::EventFacet::About'=> 'http://github.com/Test-More/test-more/issues', @@ -16909,6 +17073,7 @@ sub is_core 'Test2::EventFacet::Assert'=> 'http://github.com/Test-More/test-more/issues', 'Test2::EventFacet::Control'=> 'http://github.com/Test-More/test-more/issues', 'Test2::EventFacet::Error'=> 'http://github.com/Test-More/test-more/issues', + 'Test2::EventFacet::Hub'=> 'http://github.com/Test-More/test-more/issues', 'Test2::EventFacet::Info'=> 'http://github.com/Test-More/test-more/issues', 'Test2::EventFacet::Meta'=> 'http://github.com/Test-More/test-more/issues', 'Test2::EventFacet::Parent'=> 'http://github.com/Test-More/test-more/issues', diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index 25d5c04848..95bb5c71a1 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -4,7 +4,7 @@ use strict; use warnings; use Module::CoreList; -our $VERSION = '5.20180220'; +our $VERSION = '5.20180221'; our %utilities; sub utilities { |