This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Module::CoreList for 5.31.5
[perl5.git] / dist / Module-CoreList / lib / Module / CoreList.pm
index 5af9c29..c9a2d3a 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 our ( %released, %version, %families, %upstream, %bug_tracker, %deprecated, %delta );
 
 use version;
-our $VERSION = '5.20190720';
+our $VERSION = '5.20191020';
 
 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__) } }
@@ -352,6 +352,9 @@ sub changes_between {
     5.031000 => '2019-05-24',
     5.031001 => '2019-06-20',
     5.031002 => '2019-07-20',
+    5.031003 => '2019-08-20',
+    5.031004 => '2019-09-20',
+    5.031005 => '2019-10-20',
   );
 
 for my $version ( sort { $a <=> $b } keys %released ) {
@@ -5760,7 +5763,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'B::Deparse'            => '1.05',
             'Benchmark'             => '1.13',
             'CGI'                   => '3.54',
-            'CGI::Util'             => '3.54',
+            'CGI::Util'             => '3.53',
             'CPAN::Meta'            => '2.110930',
             'CPAN::Meta::Converter' => '2.110930',
             'CPAN::Meta::Feature'   => '2.110930',
@@ -10821,7 +10824,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'ExtUtils::ParseXS::Eval'=> '3.27',
             'ExtUtils::ParseXS::Utilities'=> '3.27',
             'ExtUtils::testlib'     => '7.04',
-            'File::Spec'            => '3.54',
+            'File::Spec'            => '3.53',
             'File::Spec::Cygwin'    => '3.54',
             'File::Spec::Epoc'      => '3.54',
             'File::Spec::Functions' => '3.54',
@@ -16336,7 +16339,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
         delta_from => 5.031000,
         changed => {
             'App::Cpan'             => '1.675',
-            'B::Op_private'         => '5.031002',
+            'B::Op_private'         => '5.031001',
             'CPAN'                  => '2.27',
             'CPAN::Bundle'          => '5.5005',
             'CPAN::Distribution'    => '2.27',
@@ -16353,7 +16356,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'Compress::Zlib'        => '2.086',
             'Config'                => '5.031001',
             'DB_File'               => '1.852',
-            'Devel::PPPort'         => '3.54',
+            'Devel::PPPort'         => '3.53',
             'ExtUtils::CBuilder'    => '0.280232',
             'ExtUtils::Command'     => '7.36',
             'ExtUtils::Command::MM' => '7.36',
@@ -16423,8 +16426,8 @@ for my $version ( sort { $a <=> $b } keys %released ) {
             'IO::Uncompress::Inflate'=> '2.086',
             'IO::Uncompress::RawInflate'=> '2.086',
             'IO::Uncompress::Unzip' => '2.086',
-            'Module::CoreList'      => '5.20190720',
-            'Module::CoreList::Utils'=> '5.20190720',
+            'Module::CoreList'      => '5.20190620',
+            'Module::CoreList::Utils'=> '5.20190620',
             'POSIX'                 => '1.89',
             'Pod::Man'              => '4.12',
             'Pod::ParseLink'        => '4.12',
@@ -16548,7 +16551,301 @@ for my $version ( sort { $a <=> $b } keys %released ) {
     5.031002 => {
         delta_from => 5.031001,
         changed => {
+            'B::Op_private'         => '5.031002',
             'Config'                => '5.031002',
+            'Devel::PPPort'         => '3.54',
+            'Exporter'              => '5.74',
+            'Exporter::Heavy'       => '5.74',
+            'IPC::Cmd'              => '1.04',
+            'JSON::PP'              => '4.04',
+            'JSON::PP::Boolean'     => '4.04',
+            'Module::CoreList'      => '5.20190720',
+            'Module::CoreList::Utils'=> '5.20190720',
+            'Opcode'                => '1.44',
+            'PerlIO::encoding'      => '0.28',
+            'Pod::Simple'           => '3.39',
+            'Pod::Simple::BlackBox' => '3.39',
+            'Pod::Simple::Checker'  => '3.39',
+            'Pod::Simple::Debug'    => '3.39',
+            'Pod::Simple::DumpAsText'=> '3.39',
+            'Pod::Simple::DumpAsXML'=> '3.39',
+            'Pod::Simple::HTML'     => '3.39',
+            'Pod::Simple::HTMLBatch'=> '3.39',
+            'Pod::Simple::LinkSection'=> '3.39',
+            'Pod::Simple::Methody'  => '3.39',
+            'Pod::Simple::Progress' => '3.39',
+            'Pod::Simple::PullParser'=> '3.39',
+            'Pod::Simple::PullParserEndToken'=> '3.39',
+            'Pod::Simple::PullParserStartToken'=> '3.39',
+            'Pod::Simple::PullParserTextToken'=> '3.39',
+            'Pod::Simple::PullParserToken'=> '3.39',
+            'Pod::Simple::RTF'      => '3.39',
+            'Pod::Simple::Search'   => '3.39',
+            'Pod::Simple::SimpleTree'=> '3.39',
+            'Pod::Simple::Text'     => '3.39',
+            'Pod::Simple::TextContent'=> '3.39',
+            'Pod::Simple::TiedOutFH'=> '3.39',
+            'Pod::Simple::Transcode'=> '3.39',
+            'Pod::Simple::TranscodeDumb'=> '3.39',
+            'Pod::Simple::TranscodeSmart'=> '3.39',
+            'Pod::Simple::XHTML'    => '3.39',
+            'Pod::Simple::XMLOutStream'=> '3.39',
+            'threads::shared'       => '1.61',
+        },
+        removed => {
+        }
+    },
+    5.031003 => {
+        delta_from => 5.031002,
+        changed => {
+            'B::Op_private'         => '5.031003',
+            'Compress::Raw::Bzip2'  => '2.087',
+            'Compress::Raw::Zlib'   => '2.087',
+            'Compress::Zlib'        => '2.087',
+            'Config'                => '5.031003',
+            'Devel::PPPort'         => '3.55',
+            'File::Find'            => '1.37',
+            'Getopt::Long'          => '2.51',
+            'I18N::LangTags::Detect'=> '1.08',
+            'IO::Compress::Adapter::Bzip2'=> '2.087',
+            'IO::Compress::Adapter::Deflate'=> '2.087',
+            'IO::Compress::Adapter::Identity'=> '2.087',
+            'IO::Compress::Base'    => '2.087',
+            'IO::Compress::Base::Common'=> '2.087',
+            'IO::Compress::Bzip2'   => '2.087',
+            'IO::Compress::Deflate' => '2.087',
+            'IO::Compress::Gzip'    => '2.087',
+            'IO::Compress::Gzip::Constants'=> '2.087',
+            'IO::Compress::RawDeflate'=> '2.087',
+            'IO::Compress::Zip'     => '2.087',
+            'IO::Compress::Zip::Constants'=> '2.087',
+            'IO::Compress::Zlib::Constants'=> '2.087',
+            'IO::Compress::Zlib::Extra'=> '2.087',
+            'IO::Uncompress::Adapter::Bunzip2'=> '2.087',
+            'IO::Uncompress::Adapter::Identity'=> '2.087',
+            'IO::Uncompress::Adapter::Inflate'=> '2.087',
+            'IO::Uncompress::AnyInflate'=> '2.087',
+            'IO::Uncompress::AnyUncompress'=> '2.087',
+            'IO::Uncompress::Base'  => '2.087',
+            'IO::Uncompress::Bunzip2'=> '2.087',
+            'IO::Uncompress::Gunzip'=> '2.087',
+            'IO::Uncompress::Inflate'=> '2.087',
+            'IO::Uncompress::RawInflate'=> '2.087',
+            'IO::Uncompress::Unzip' => '2.087',
+            'Module::CoreList'      => '5.20190820',
+            'Module::CoreList::Utils'=> '5.20190820',
+            'PerlIO::via'           => '0.18',
+            'Storable'              => '3.17',
+            'Test2'                 => '1.302166',
+            'Test2::API'            => '1.302166',
+            'Test2::API::Breakage'  => '1.302166',
+            'Test2::API::Context'   => '1.302166',
+            'Test2::API::Instance'  => '1.302166',
+            'Test2::API::Stack'     => '1.302166',
+            'Test2::Event'          => '1.302166',
+            'Test2::Event::Bail'    => '1.302166',
+            'Test2::Event::Diag'    => '1.302166',
+            'Test2::Event::Encoding'=> '1.302166',
+            'Test2::Event::Exception'=> '1.302166',
+            'Test2::Event::Fail'    => '1.302166',
+            'Test2::Event::Generic' => '1.302166',
+            'Test2::Event::Note'    => '1.302166',
+            'Test2::Event::Ok'      => '1.302166',
+            'Test2::Event::Pass'    => '1.302166',
+            'Test2::Event::Plan'    => '1.302166',
+            'Test2::Event::Skip'    => '1.302166',
+            'Test2::Event::Subtest' => '1.302166',
+            'Test2::Event::TAP::Version'=> '1.302166',
+            'Test2::Event::V2'      => '1.302166',
+            'Test2::Event::Waiting' => '1.302166',
+            'Test2::EventFacet'     => '1.302166',
+            'Test2::EventFacet::About'=> '1.302166',
+            'Test2::EventFacet::Amnesty'=> '1.302166',
+            'Test2::EventFacet::Assert'=> '1.302166',
+            'Test2::EventFacet::Control'=> '1.302166',
+            'Test2::EventFacet::Error'=> '1.302166',
+            'Test2::EventFacet::Hub'=> '1.302166',
+            'Test2::EventFacet::Info'=> '1.302166',
+            'Test2::EventFacet::Info::Table'=> '1.302166',
+            'Test2::EventFacet::Meta'=> '1.302166',
+            'Test2::EventFacet::Parent'=> '1.302166',
+            'Test2::EventFacet::Plan'=> '1.302166',
+            'Test2::EventFacet::Render'=> '1.302166',
+            'Test2::EventFacet::Trace'=> '1.302166',
+            'Test2::Formatter'      => '1.302166',
+            'Test2::Formatter::TAP' => '1.302166',
+            'Test2::Hub'            => '1.302166',
+            'Test2::Hub::Interceptor'=> '1.302166',
+            'Test2::Hub::Interceptor::Terminator'=> '1.302166',
+            'Test2::Hub::Subtest'   => '1.302166',
+            'Test2::IPC'            => '1.302166',
+            'Test2::IPC::Driver'    => '1.302166',
+            'Test2::IPC::Driver::Files'=> '1.302166',
+            'Test2::Tools::Tiny'    => '1.302166',
+            'Test2::Util'           => '1.302166',
+            'Test2::Util::ExternalMeta'=> '1.302166',
+            'Test2::Util::Facets2Legacy'=> '1.302166',
+            'Test2::Util::HashBase' => '1.302166',
+            'Test2::Util::Trace'    => '1.302166',
+            'Test::Builder'         => '1.302166',
+            'Test::Builder::Formatter'=> '1.302166',
+            'Test::Builder::Module' => '1.302166',
+            'Test::Builder::Tester' => '1.302166',
+            'Test::Builder::Tester::Color'=> '1.302166',
+            'Test::Builder::TodoDiag'=> '1.302166',
+            'Test::More'            => '1.302166',
+            'Test::Simple'          => '1.302166',
+            'Test::Tester'          => '1.302166',
+            'Test::Tester::Capture' => '1.302166',
+            'Test::Tester::CaptureRunner'=> '1.302166',
+            'Test::Tester::Delegate'=> '1.302166',
+            'Test::use::ok'         => '1.302166',
+            'Thread'                => '3.05',
+            'Time::HiRes'           => '1.9762',
+            'Win32'                 => '0.53',
+            'XS::APItest'           => '1.02',
+            'ok'                    => '1.302166',
+        },
+        removed => {
+        }
+    },
+    5.031004 => {
+        delta_from => 5.031003,
+        changed => {
+            'B::Op_private'         => '5.031004',
+            'Config'                => '5.031004',
+            'ExtUtils::Command'     => '7.38',
+            'ExtUtils::Command::MM' => '7.38',
+            'ExtUtils::Liblist'     => '7.38',
+            'ExtUtils::Liblist::Kid'=> '7.38',
+            'ExtUtils::MM'          => '7.38',
+            'ExtUtils::MM_AIX'      => '7.38',
+            'ExtUtils::MM_Any'      => '7.38',
+            'ExtUtils::MM_BeOS'     => '7.38',
+            'ExtUtils::MM_Cygwin'   => '7.38',
+            'ExtUtils::MM_DOS'      => '7.38',
+            'ExtUtils::MM_Darwin'   => '7.38',
+            'ExtUtils::MM_MacOS'    => '7.38',
+            'ExtUtils::MM_NW5'      => '7.38',
+            'ExtUtils::MM_OS2'      => '7.38',
+            'ExtUtils::MM_QNX'      => '7.38',
+            'ExtUtils::MM_UWIN'     => '7.38',
+            'ExtUtils::MM_Unix'     => '7.38',
+            'ExtUtils::MM_VMS'      => '7.38',
+            'ExtUtils::MM_VOS'      => '7.38',
+            'ExtUtils::MM_Win32'    => '7.38',
+            'ExtUtils::MM_Win95'    => '7.38',
+            'ExtUtils::MY'          => '7.38',
+            'ExtUtils::MakeMaker'   => '7.38',
+            'ExtUtils::MakeMaker::Config'=> '7.38',
+            'ExtUtils::MakeMaker::Locale'=> '7.38',
+            'ExtUtils::MakeMaker::version'=> '7.38',
+            'ExtUtils::MakeMaker::version::regex'=> '7.38',
+            'ExtUtils::Mkbootstrap' => '7.38',
+            'ExtUtils::Mksymlists'  => '7.38',
+            'ExtUtils::testlib'     => '7.38',
+            'I18N::Langinfo'        => '0.19',
+            'List::Util'            => '1.52',
+            'List::Util::XS'        => '1.52',
+            'Module::CoreList'      => '5.20190920',
+            'Module::CoreList::Utils'=> '5.20190920',
+            'Module::Metadata'      => '1.000037',
+            'Scalar::Util'          => '1.52',
+            'Sub::Util'             => '1.52',
+            'Test2'                 => '1.302168',
+            'Test2::API'            => '1.302168',
+            'Test2::API::Breakage'  => '1.302168',
+            'Test2::API::Context'   => '1.302168',
+            'Test2::API::Instance'  => '1.302168',
+            'Test2::API::Stack'     => '1.302168',
+            'Test2::Event'          => '1.302168',
+            'Test2::Event::Bail'    => '1.302168',
+            'Test2::Event::Diag'    => '1.302168',
+            'Test2::Event::Encoding'=> '1.302168',
+            'Test2::Event::Exception'=> '1.302168',
+            'Test2::Event::Fail'    => '1.302168',
+            'Test2::Event::Generic' => '1.302168',
+            'Test2::Event::Note'    => '1.302168',
+            'Test2::Event::Ok'      => '1.302168',
+            'Test2::Event::Pass'    => '1.302168',
+            'Test2::Event::Plan'    => '1.302168',
+            'Test2::Event::Skip'    => '1.302168',
+            'Test2::Event::Subtest' => '1.302168',
+            'Test2::Event::TAP::Version'=> '1.302168',
+            'Test2::Event::V2'      => '1.302168',
+            'Test2::Event::Waiting' => '1.302168',
+            'Test2::EventFacet'     => '1.302168',
+            'Test2::EventFacet::About'=> '1.302168',
+            'Test2::EventFacet::Amnesty'=> '1.302168',
+            'Test2::EventFacet::Assert'=> '1.302168',
+            'Test2::EventFacet::Control'=> '1.302168',
+            'Test2::EventFacet::Error'=> '1.302168',
+            'Test2::EventFacet::Hub'=> '1.302168',
+            'Test2::EventFacet::Info'=> '1.302168',
+            'Test2::EventFacet::Info::Table'=> '1.302168',
+            'Test2::EventFacet::Meta'=> '1.302168',
+            'Test2::EventFacet::Parent'=> '1.302168',
+            'Test2::EventFacet::Plan'=> '1.302168',
+            'Test2::EventFacet::Render'=> '1.302168',
+            'Test2::EventFacet::Trace'=> '1.302168',
+            'Test2::Formatter'      => '1.302168',
+            'Test2::Formatter::TAP' => '1.302168',
+            'Test2::Hub'            => '1.302168',
+            'Test2::Hub::Interceptor'=> '1.302168',
+            'Test2::Hub::Interceptor::Terminator'=> '1.302168',
+            'Test2::Hub::Subtest'   => '1.302168',
+            'Test2::IPC'            => '1.302168',
+            'Test2::IPC::Driver'    => '1.302168',
+            'Test2::IPC::Driver::Files'=> '1.302168',
+            'Test2::Tools::Tiny'    => '1.302168',
+            'Test2::Util'           => '1.302168',
+            'Test2::Util::ExternalMeta'=> '1.302168',
+            'Test2::Util::Facets2Legacy'=> '1.302168',
+            'Test2::Util::HashBase' => '1.302168',
+            'Test2::Util::Trace'    => '1.302168',
+            'Test::Builder'         => '1.302168',
+            'Test::Builder::Formatter'=> '1.302168',
+            'Test::Builder::Module' => '1.302168',
+            'Test::Builder::Tester' => '1.302168',
+            'Test::Builder::Tester::Color'=> '1.302168',
+            'Test::Builder::TodoDiag'=> '1.302168',
+            'Test::More'            => '1.302168',
+            'Test::Simple'          => '1.302168',
+            'Test::Tester'          => '1.302168',
+            'Test::Tester::Capture' => '1.302168',
+            'Test::Tester::CaptureRunner'=> '1.302168',
+            'Test::Tester::Delegate'=> '1.302168',
+            'Test::use::ok'         => '1.302168',
+            'Time::HiRes'           => '1.9763',
+            'XS::APItest'           => '1.03',
+            'ok'                    => '1.302168',
+            're'                    => '0.38',
+        },
+        removed => {
+        }
+    },
+    5.031005 => {
+        delta_from => 5.031004,
+        changed => {
+            'B'                     => '1.77',
+            'B::Deparse'            => '1.50',
+            'B::Op_private'         => '5.031005',
+            'Config'                => '5.031005',
+            'Devel::PPPort'         => '3.54',
+            'Digest::MD5'           => '2.55_01',
+            'Dumpvalue'             => '1.21',
+            'ExtUtils::CBuilder'    => '0.280233',
+            'Math::BigFloat'        => '1.999817_01',
+            'Math::BigInt'          => '1.999817_01',
+            'Math::BigInt::Calc'    => '1.999817_01',
+            'Math::BigInt::FastCalc'=> '0.5009',
+            'Math::BigInt::Lib'     => '1.999817_01',
+            'Module::CoreList'      => '5.20191020',
+            'Module::CoreList::Utils'=> '5.20191020',
+            'Safe'                  => '2.41',
+            'Time::HiRes'           => '1.9764',
+            'XS::APItest'           => '1.04',
+            'threads'               => '2.23',
         },
         removed => {
         }
@@ -17576,6 +17873,27 @@ sub is_core
         removed => {
         }
     },
+    5.031003 => {
+        delta_from => 5.031002,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.031004 => {
+        delta_from => 5.031003,
+        changed => {
+        },
+        removed => {
+        }
+    },
+    5.031005 => {
+        delta_from => 5.031004,
+        changed => {
+        },
+        removed => {
+        }
+    },
 );
 
 %deprecated = _undelta(\%deprecated);
@@ -18403,7 +18721,7 @@ sub is_core
     'Unicode::Collate::CJK::Stroke'=> undef,
     'Unicode::Collate::CJK::Zhuyin'=> undef,
     'Unicode::Collate::Locale'=> undef,
-    'Win32'                 => undef,
+    'Win32'                 => 'https://github.com/perl-libwin32/win32/issues',
     'Win32API::File'        => undef,
     'Win32API::File::inc::ExtUtils::Myconst2perl'=> undef,
     'autodie'               => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',