summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tlperl/lib/Module/CoreList.pm
diff options
context:
space:
mode:
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/tlperl/lib/Module/CoreList.pm')
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/Module/CoreList.pm266
1 files changed, 256 insertions, 10 deletions
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/Module/CoreList.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/Module/CoreList.pm
index cd63e480ad..b4f49bd342 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/Module/CoreList.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/Module/CoreList.pm
@@ -4,7 +4,7 @@ use strict;
our ( %released, %version, %families, %upstream, %bug_tracker, %deprecated, %delta );
use version;
-our $VERSION = '5.20210123';
+our $VERSION = '5.20210520';
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__) } }
@@ -374,6 +374,10 @@ sub changes_between {
5.033005 => '2020-12-20',
5.033006 => '2021-01-20',
5.032001 => '2021-01-23',
+ 5.033007 => '2021-02-20',
+ 5.033008 => '2021-03-20',
+ 5.033009 => '2021-04-20',
+ 5.034000 => '2021-05-20',
);
for my $version ( sort { $a <=> $b } keys %released ) {
@@ -18318,6 +18322,206 @@ for my $version ( sort { $a <=> $b } keys %released ) {
removed => {
}
},
+ 5.033007 => {
+ delta_from => 5.033006,
+ changed => {
+ 'B::Deparse' => '1.56',
+ 'B::Op_private' => '5.033007',
+ 'Config' => '5.033007',
+ 'ExtUtils::CBuilder' => '0.280236',
+ 'ExtUtils::CBuilder::Base'=> '0.280236',
+ 'ExtUtils::CBuilder::Platform::Unix'=> '0.280236',
+ 'ExtUtils::CBuilder::Platform::VMS'=> '0.280236',
+ 'ExtUtils::CBuilder::Platform::Windows'=> '0.280236',
+ 'ExtUtils::CBuilder::Platform::Windows::BCC'=> '0.280236',
+ 'ExtUtils::CBuilder::Platform::Windows::GCC'=> '0.280236',
+ 'ExtUtils::CBuilder::Platform::Windows::MSVC'=> '0.280236',
+ 'ExtUtils::CBuilder::Platform::aix'=> '0.280236',
+ 'ExtUtils::CBuilder::Platform::android'=> '0.280236',
+ 'ExtUtils::CBuilder::Platform::cygwin'=> '0.280236',
+ 'ExtUtils::CBuilder::Platform::darwin'=> '0.280236',
+ 'ExtUtils::CBuilder::Platform::dec_osf'=> '0.280236',
+ 'ExtUtils::CBuilder::Platform::os2'=> '0.280236',
+ 'ExtUtils::Command' => '7.60',
+ 'ExtUtils::Command::MM' => '7.60',
+ 'ExtUtils::Liblist' => '7.60',
+ 'ExtUtils::Liblist::Kid'=> '7.60',
+ 'ExtUtils::MM' => '7.60',
+ 'ExtUtils::MM_AIX' => '7.60',
+ 'ExtUtils::MM_Any' => '7.60',
+ 'ExtUtils::MM_BeOS' => '7.60',
+ 'ExtUtils::MM_Cygwin' => '7.60',
+ 'ExtUtils::MM_DOS' => '7.60',
+ 'ExtUtils::MM_Darwin' => '7.60',
+ 'ExtUtils::MM_MacOS' => '7.60',
+ 'ExtUtils::MM_NW5' => '7.60',
+ 'ExtUtils::MM_OS2' => '7.60',
+ 'ExtUtils::MM_OS390' => '7.60',
+ 'ExtUtils::MM_QNX' => '7.60',
+ 'ExtUtils::MM_UWIN' => '7.60',
+ 'ExtUtils::MM_Unix' => '7.60',
+ 'ExtUtils::MM_VMS' => '7.60',
+ 'ExtUtils::MM_VOS' => '7.60',
+ 'ExtUtils::MM_Win32' => '7.60',
+ 'ExtUtils::MM_Win95' => '7.60',
+ 'ExtUtils::MY' => '7.60',
+ 'ExtUtils::MakeMaker' => '7.60',
+ 'ExtUtils::MakeMaker::Config'=> '7.60',
+ 'ExtUtils::MakeMaker::Locale'=> '7.60',
+ 'ExtUtils::MakeMaker::version'=> '7.60',
+ 'ExtUtils::MakeMaker::version::regex'=> '7.60',
+ 'ExtUtils::Mkbootstrap' => '7.60',
+ 'ExtUtils::Mksymlists' => '7.60',
+ 'ExtUtils::PL2Bat' => '0.004',
+ 'ExtUtils::testlib' => '7.60',
+ 'Fatal' => '2.34',
+ 'File::Find' => '1.39',
+ 'Hash::Util' => '0.25',
+ 'IO' => '1.46',
+ 'IO::Dir' => '1.46',
+ 'IO::File' => '1.46',
+ 'IO::Handle' => '1.46',
+ 'IO::Pipe' => '1.46',
+ 'IO::Poll' => '1.46',
+ 'IO::Seekable' => '1.46',
+ 'IO::Select' => '1.46',
+ 'IO::Socket' => '1.46',
+ 'IO::Socket::INET' => '1.46',
+ 'IO::Socket::UNIX' => '1.46',
+ 'JSON::PP' => '4.06',
+ 'JSON::PP::Boolean' => '4.06',
+ 'Module::CoreList' => '5.20210220',
+ 'Module::CoreList::Utils'=> '5.20210220',
+ 'Opcode' => '1.50',
+ 'PerlIO::encoding' => '0.30',
+ 'Time::HiRes' => '1.9767',
+ 'autodie' => '2.34',
+ 'autodie::Scope::Guard' => '2.34',
+ 'autodie::Scope::GuardStack'=> '2.34',
+ 'autodie::Util' => '2.34',
+ 'autodie::exception' => '2.34',
+ 'autodie::exception::system'=> '2.34',
+ 'autodie::hints' => '2.34',
+ 'autodie::skip' => '2.34',
+ 'feature' => '1.63',
+ 'mro' => '1.25_001',
+ 'warnings' => '1.51',
+ },
+ removed => {
+ }
+ },
+ 5.033008 => {
+ delta_from => 5.033007,
+ changed => {
+ 'B::Op_private' => '5.033008',
+ 'Compress::Raw::Bzip2' => '2.101',
+ 'Compress::Raw::Zlib' => '2.101',
+ 'Compress::Zlib' => '2.102',
+ 'Config' => '5.033008',
+ 'Data::Dumper' => '2.177',
+ 'IO::Compress::Adapter::Bzip2'=> '2.102',
+ 'IO::Compress::Adapter::Deflate'=> '2.102',
+ 'IO::Compress::Adapter::Identity'=> '2.102',
+ 'IO::Compress::Base' => '2.102',
+ 'IO::Compress::Base::Common'=> '2.102',
+ 'IO::Compress::Bzip2' => '2.102',
+ 'IO::Compress::Deflate' => '2.102',
+ 'IO::Compress::Gzip' => '2.102',
+ 'IO::Compress::Gzip::Constants'=> '2.102',
+ 'IO::Compress::RawDeflate'=> '2.102',
+ 'IO::Compress::Zip' => '2.102',
+ 'IO::Compress::Zip::Constants'=> '2.102',
+ 'IO::Compress::Zlib::Constants'=> '2.102',
+ 'IO::Compress::Zlib::Extra'=> '2.102',
+ 'IO::Uncompress::Adapter::Bunzip2'=> '2.102',
+ 'IO::Uncompress::Adapter::Identity'=> '2.102',
+ 'IO::Uncompress::Adapter::Inflate'=> '2.102',
+ 'IO::Uncompress::AnyInflate'=> '2.102',
+ 'IO::Uncompress::AnyUncompress'=> '2.102',
+ 'IO::Uncompress::Base' => '2.102',
+ 'IO::Uncompress::Bunzip2'=> '2.102',
+ 'IO::Uncompress::Gunzip'=> '2.102',
+ 'IO::Uncompress::Inflate'=> '2.102',
+ 'IO::Uncompress::RawInflate'=> '2.102',
+ 'IO::Uncompress::Unzip' => '2.102',
+ 'Module::CoreList' => '5.20210320',
+ 'Module::CoreList::Utils'=> '5.20210320',
+ 'Pod::Html' => '1.27',
+ 'Win32' => '0.57',
+ },
+ removed => {
+ }
+ },
+ 5.033009 => {
+ delta_from => 5.033008,
+ changed => {
+ 'B::Op_private' => '5.033009',
+ 'Config' => '5.033009',
+ 'Data::Dumper' => '2.178',
+ 'ExtUtils::Command' => '7.62',
+ 'ExtUtils::Command::MM' => '7.62',
+ 'ExtUtils::Liblist' => '7.62',
+ 'ExtUtils::Liblist::Kid'=> '7.62',
+ 'ExtUtils::MM' => '7.62',
+ 'ExtUtils::MM_AIX' => '7.62',
+ 'ExtUtils::MM_Any' => '7.62',
+ 'ExtUtils::MM_BeOS' => '7.62',
+ 'ExtUtils::MM_Cygwin' => '7.62',
+ 'ExtUtils::MM_DOS' => '7.62',
+ 'ExtUtils::MM_Darwin' => '7.62',
+ 'ExtUtils::MM_MacOS' => '7.62',
+ 'ExtUtils::MM_NW5' => '7.62',
+ 'ExtUtils::MM_OS2' => '7.62',
+ 'ExtUtils::MM_OS390' => '7.62',
+ 'ExtUtils::MM_QNX' => '7.62',
+ 'ExtUtils::MM_UWIN' => '7.62',
+ 'ExtUtils::MM_Unix' => '7.62',
+ 'ExtUtils::MM_VMS' => '7.62',
+ 'ExtUtils::MM_VOS' => '7.62',
+ 'ExtUtils::MM_Win32' => '7.62',
+ 'ExtUtils::MM_Win95' => '7.62',
+ 'ExtUtils::MY' => '7.62',
+ 'ExtUtils::MakeMaker' => '7.62',
+ 'ExtUtils::MakeMaker::Config'=> '7.62',
+ 'ExtUtils::MakeMaker::Locale'=> '7.62',
+ 'ExtUtils::MakeMaker::version'=> '7.62',
+ 'ExtUtils::MakeMaker::version::regex'=> '7.62',
+ 'ExtUtils::Mkbootstrap' => '7.62',
+ 'ExtUtils::Mksymlists' => '7.62',
+ 'ExtUtils::ParseXS' => '3.43',
+ 'ExtUtils::ParseXS::Constants'=> '3.43',
+ 'ExtUtils::ParseXS::CountLines'=> '3.43',
+ 'ExtUtils::ParseXS::Eval'=> '3.43',
+ 'ExtUtils::ParseXS::Utilities'=> '3.43',
+ 'ExtUtils::Typemaps' => '3.43',
+ 'ExtUtils::Typemaps::Cmd'=> '3.43',
+ 'ExtUtils::Typemaps::InputMap'=> '3.43',
+ 'ExtUtils::Typemaps::OutputMap'=> '3.43',
+ 'ExtUtils::Typemaps::Type'=> '3.43',
+ 'ExtUtils::testlib' => '7.62',
+ 'Module::CoreList' => '5.20210420',
+ 'Module::CoreList::Utils'=> '5.20210420',
+ 'NEXT' => '0.68',
+ 'XS::APItest' => '1.16',
+ 'feature' => '1.64',
+ 'perlfaq' => '5.20210411',
+ },
+ removed => {
+ }
+ },
+ 5.034000 => {
+ delta_from => 5.033009,
+ changed => {
+ 'B::Op_private' => '5.034000',
+ 'Config' => '5.034',
+ 'Data::Dumper' => '2.179',
+ 'Module::CoreList' => '5.20210520',
+ 'Module::CoreList::Utils'=> '5.20210520',
+ 'experimental' => '0.024',
+ },
+ removed => {
+ }
+ },
);
sub is_core
@@ -19495,6 +19699,34 @@ sub is_core
removed => {
}
},
+ 5.033007 => {
+ delta_from => 5.033006,
+ changed => {
+ },
+ removed => {
+ }
+ },
+ 5.033008 => {
+ delta_from => 5.033007,
+ changed => {
+ },
+ removed => {
+ }
+ },
+ 5.033009 => {
+ delta_from => 5.033008,
+ changed => {
+ },
+ removed => {
+ }
+ },
+ 5.034000 => {
+ delta_from => 5.033009,
+ changed => {
+ },
+ removed => {
+ }
+ },
);
%deprecated = _undelta(\%deprecated);
@@ -19610,6 +19842,7 @@ sub is_core
'ExtUtils::MM_MacOS' => 'cpan',
'ExtUtils::MM_NW5' => 'cpan',
'ExtUtils::MM_OS2' => 'cpan',
+ 'ExtUtils::MM_OS390' => 'cpan',
'ExtUtils::MM_QNX' => 'cpan',
'ExtUtils::MM_UWIN' => 'cpan',
'ExtUtils::MM_Unix' => 'cpan',
@@ -19626,6 +19859,7 @@ sub is_core
'ExtUtils::Manifest' => 'cpan',
'ExtUtils::Mkbootstrap' => 'cpan',
'ExtUtils::Mksymlists' => 'cpan',
+ 'ExtUtils::PL2Bat' => 'cpan',
'ExtUtils::Packlist' => 'cpan',
'ExtUtils::testlib' => 'cpan',
'Fatal' => 'cpan',
@@ -19822,6 +20056,11 @@ sub is_core
'Test2::API::Breakage' => 'cpan',
'Test2::API::Context' => 'cpan',
'Test2::API::Instance' => 'cpan',
+ 'Test2::API::InterceptResult'=> 'cpan',
+ 'Test2::API::InterceptResult::Event'=> 'cpan',
+ 'Test2::API::InterceptResult::Facet'=> 'cpan',
+ 'Test2::API::InterceptResult::Hub'=> 'cpan',
+ 'Test2::API::InterceptResult::Squasher'=> 'cpan',
'Test2::API::Stack' => 'cpan',
'Test2::Event' => 'cpan',
'Test2::Event::Bail' => 'cpan',
@@ -20031,6 +20270,7 @@ sub is_core
'ExtUtils::MM_MacOS' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
'ExtUtils::MM_NW5' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
'ExtUtils::MM_OS2' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
+ 'ExtUtils::MM_OS390' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
'ExtUtils::MM_QNX' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
'ExtUtils::MM_UWIN' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
'ExtUtils::MM_Unix' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
@@ -20047,9 +20287,10 @@ sub is_core
'ExtUtils::Manifest' => 'http://github.com/Perl-Toolchain-Gang/ExtUtils-Manifest/issues',
'ExtUtils::Mkbootstrap' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
'ExtUtils::Mksymlists' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
+ 'ExtUtils::PL2Bat' => 'https://github.com/Perl-Toolchain-Gang/extutils-pl2bat/issues',
'ExtUtils::Packlist' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-Install',
'ExtUtils::testlib' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker',
- 'Fatal' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
+ 'Fatal' => 'https://github.com/pjf/autodie/issues',
'File::Fetch' => undef,
'File::GlobMapper' => 'https://github.com/pmqs/IO-Compress/issues',
'File::Path' => undef,
@@ -20243,6 +20484,11 @@ sub is_core
'Test2::API::Breakage' => 'http://github.com/Test-More/test-more/issues',
'Test2::API::Context' => 'http://github.com/Test-More/test-more/issues',
'Test2::API::Instance' => 'http://github.com/Test-More/test-more/issues',
+ 'Test2::API::InterceptResult'=> 'http://github.com/Test-More/test-more/issues',
+ 'Test2::API::InterceptResult::Event'=> 'http://github.com/Test-More/test-more/issues',
+ 'Test2::API::InterceptResult::Facet'=> 'http://github.com/Test-More/test-more/issues',
+ 'Test2::API::InterceptResult::Hub'=> 'http://github.com/Test-More/test-more/issues',
+ 'Test2::API::InterceptResult::Squasher'=> 'http://github.com/Test-More/test-more/issues',
'Test2::API::Stack' => 'http://github.com/Test-More/test-more/issues',
'Test2::Event' => 'http://github.com/Test-More/test-more/issues',
'Test2::Event::Bail' => 'http://github.com/Test-More/test-more/issues',
@@ -20323,14 +20569,14 @@ sub is_core
'Unicode::Collate::Locale'=> undef,
'Win32' => 'https://github.com/perl-libwin32/win32/issues',
'Win32API::File' => undef,
- 'autodie' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
- 'autodie::Scope::Guard' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
- 'autodie::Scope::GuardStack'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
- 'autodie::Util' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
- 'autodie::exception' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
- 'autodie::exception::system'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
- 'autodie::hints' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
- 'autodie::skip' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie',
+ 'autodie' => 'https://github.com/pjf/autodie/issues',
+ 'autodie::Scope::Guard' => 'https://github.com/pjf/autodie/issues',
+ 'autodie::Scope::GuardStack'=> 'https://github.com/pjf/autodie/issues',
+ 'autodie::Util' => 'https://github.com/pjf/autodie/issues',
+ 'autodie::exception' => 'https://github.com/pjf/autodie/issues',
+ 'autodie::exception::system'=> 'https://github.com/pjf/autodie/issues',
+ 'autodie::hints' => 'https://github.com/pjf/autodie/issues',
+ 'autodie::skip' => 'https://github.com/pjf/autodie/issues',
'bigint' => undef,
'bignum' => undef,
'bigrat' => undef,