From 3f173002d4a4a84e7d1fa5a74755fdd00d08a9c2 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 2 Apr 2021 03:20:54 +0000 Subject: CTAN sync 202104020320 --- .../tlnet/tlpkg/tlperl/lib/Module/CoreList.pm | 1686 +++++++++++++++++++- .../tlpkg/tlperl/lib/Module/CoreList/Utils.pm | 129 +- .../tlpkg/tlperl/lib/Module/Load/Conditional.pm | 18 +- .../tlnet/tlpkg/tlperl/lib/Module/Metadata.pm | 46 +- 4 files changed, 1799 insertions(+), 80 deletions(-) (limited to 'systems/texlive/tlnet/tlpkg/tlperl/lib/Module') diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/Module/CoreList.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/Module/CoreList.pm index 75863d3f14..cd63e480ad 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.20191110'; +our $VERSION = '5.20210123'; 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__) } } @@ -134,8 +134,8 @@ sub changes_between { my $left_ver = shift; my $right_ver = shift; - my $left = $version{ $left_ver }; - my $right = $version{ $right_ver }; + my $left = $version{ $left_ver } || {}; + my $right = $version{ $right_ver } || {}; my %uniq = (%$left, %$right); @@ -356,6 +356,24 @@ sub changes_between { 5.031004 => '2019-09-20', 5.031005 => '2019-10-20', 5.030001 => '2019-11-10', + 5.031006 => '2019-11-20', + 5.031007 => '2019-12-20', + 5.031008 => '2020-01-20', + 5.031009 => '2020-02-20', + 5.030002 => '2020-03-14', + 5.031010 => '2020-03-20', + 5.031011 => '2020-04-28', + 5.028003 => '2020-06-01', + 5.030003 => '2020-06-01', + 5.032000 => '2020-06-20', + 5.033000 => '2020-07-17', + 5.033001 => '2020-08-20', + 5.033002 => '2020-09-20', + 5.033003 => '2020-10-20', + 5.033004 => '2020-11-20', + 5.033005 => '2020-12-20', + 5.033006 => '2021-01-20', + 5.032001 => '2021-01-23', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -12406,7 +12424,6 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'Tie::File' => '1.02', 'Time::HiRes' => '1.9732', 'Win32API::File' => '0.1203', - 'Win32API::File::inc::ExtUtils::Myconst2perl'=> '1', 'XS::APItest' => '0.80', 'autouse' => '1.11', 'bytes' => '1.05', @@ -16862,6 +16879,1445 @@ for my $version ( sort { $a <=> $b } keys %released ) { removed => { } }, + 5.031006 => { + delta_from => 5.031005, + changed => { + 'B::Deparse' => '1.51', + 'B::Op_private' => '5.031006', + 'Compress::Raw::Bzip2' => '2.090', + 'Compress::Raw::Zlib' => '2.090', + 'Compress::Zlib' => '2.090', + 'Config' => '5.031006', + 'Devel::PPPort' => '3.55', + 'DynaLoader' => '1.46', + 'IO::Compress::Adapter::Bzip2'=> '2.090', + 'IO::Compress::Adapter::Deflate'=> '2.090', + 'IO::Compress::Adapter::Identity'=> '2.090', + 'IO::Compress::Base' => '2.090', + 'IO::Compress::Base::Common'=> '2.090', + 'IO::Compress::Bzip2' => '2.090', + 'IO::Compress::Deflate' => '2.090', + 'IO::Compress::Gzip' => '2.090', + 'IO::Compress::Gzip::Constants'=> '2.090', + 'IO::Compress::RawDeflate'=> '2.090', + 'IO::Compress::Zip' => '2.090', + 'IO::Compress::Zip::Constants'=> '2.090', + 'IO::Compress::Zlib::Constants'=> '2.090', + 'IO::Compress::Zlib::Extra'=> '2.090', + 'IO::Uncompress::Adapter::Bunzip2'=> '2.090', + 'IO::Uncompress::Adapter::Identity'=> '2.090', + 'IO::Uncompress::Adapter::Inflate'=> '2.090', + 'IO::Uncompress::AnyInflate'=> '2.090', + 'IO::Uncompress::AnyUncompress'=> '2.090', + 'IO::Uncompress::Base' => '2.090', + 'IO::Uncompress::Bunzip2'=> '2.090', + 'IO::Uncompress::Gunzip'=> '2.090', + 'IO::Uncompress::Inflate'=> '2.090', + 'IO::Uncompress::RawInflate'=> '2.090', + 'IO::Uncompress::Unzip' => '2.090', + 'List::Util' => '1.53', + 'List::Util::XS' => '1.53', + 'Math::BigFloat' => '1.999818', + 'Math::BigInt' => '1.999818', + 'Math::BigInt::Calc' => '1.999818', + 'Math::BigInt::Lib' => '1.999818', + 'Module::CoreList' => '5.20191120', + 'Module::CoreList::Utils'=> '5.20191120', + 'Module::Load::Conditional'=> '0.70', + 'POSIX' => '1.90', + 'Pod::Simple' => '3.40', + 'Pod::Simple::BlackBox' => '3.40', + 'Pod::Simple::Checker' => '3.40', + 'Pod::Simple::Debug' => '3.40', + 'Pod::Simple::DumpAsText'=> '3.40', + 'Pod::Simple::DumpAsXML'=> '3.40', + 'Pod::Simple::HTML' => '3.40', + 'Pod::Simple::HTMLBatch'=> '3.40', + 'Pod::Simple::LinkSection'=> '3.40', + 'Pod::Simple::Methody' => '3.40', + 'Pod::Simple::Progress' => '3.40', + 'Pod::Simple::PullParser'=> '3.40', + 'Pod::Simple::PullParserEndToken'=> '3.40', + 'Pod::Simple::PullParserStartToken'=> '3.40', + 'Pod::Simple::PullParserTextToken'=> '3.40', + 'Pod::Simple::PullParserToken'=> '3.40', + 'Pod::Simple::RTF' => '3.40', + 'Pod::Simple::Search' => '3.40', + 'Pod::Simple::SimpleTree'=> '3.40', + 'Pod::Simple::Text' => '3.40', + 'Pod::Simple::TextContent'=> '3.40', + 'Pod::Simple::TiedOutFH'=> '3.40', + 'Pod::Simple::Transcode'=> '3.40', + 'Pod::Simple::TranscodeDumb'=> '3.40', + 'Pod::Simple::TranscodeSmart'=> '3.40', + 'Pod::Simple::XHTML' => '3.40', + 'Pod::Simple::XMLOutStream'=> '3.40', + 'Scalar::Util' => '1.53', + 'Sub::Util' => '1.53', + 'Sys::Syslog' => '0.36', + 'Test2' => '1.302169', + 'Test2::API' => '1.302169', + 'Test2::API::Breakage' => '1.302169', + 'Test2::API::Context' => '1.302169', + 'Test2::API::Instance' => '1.302169', + 'Test2::API::Stack' => '1.302169', + 'Test2::Event' => '1.302169', + 'Test2::Event::Bail' => '1.302169', + 'Test2::Event::Diag' => '1.302169', + 'Test2::Event::Encoding'=> '1.302169', + 'Test2::Event::Exception'=> '1.302169', + 'Test2::Event::Fail' => '1.302169', + 'Test2::Event::Generic' => '1.302169', + 'Test2::Event::Note' => '1.302169', + 'Test2::Event::Ok' => '1.302169', + 'Test2::Event::Pass' => '1.302169', + 'Test2::Event::Plan' => '1.302169', + 'Test2::Event::Skip' => '1.302169', + 'Test2::Event::Subtest' => '1.302169', + 'Test2::Event::TAP::Version'=> '1.302169', + 'Test2::Event::V2' => '1.302169', + 'Test2::Event::Waiting' => '1.302169', + 'Test2::EventFacet' => '1.302169', + 'Test2::EventFacet::About'=> '1.302169', + 'Test2::EventFacet::Amnesty'=> '1.302169', + 'Test2::EventFacet::Assert'=> '1.302169', + 'Test2::EventFacet::Control'=> '1.302169', + 'Test2::EventFacet::Error'=> '1.302169', + 'Test2::EventFacet::Hub'=> '1.302169', + 'Test2::EventFacet::Info'=> '1.302169', + 'Test2::EventFacet::Info::Table'=> '1.302169', + 'Test2::EventFacet::Meta'=> '1.302169', + 'Test2::EventFacet::Parent'=> '1.302169', + 'Test2::EventFacet::Plan'=> '1.302169', + 'Test2::EventFacet::Render'=> '1.302169', + 'Test2::EventFacet::Trace'=> '1.302169', + 'Test2::Formatter' => '1.302169', + 'Test2::Formatter::TAP' => '1.302169', + 'Test2::Hub' => '1.302169', + 'Test2::Hub::Interceptor'=> '1.302169', + 'Test2::Hub::Interceptor::Terminator'=> '1.302169', + 'Test2::Hub::Subtest' => '1.302169', + 'Test2::IPC' => '1.302169', + 'Test2::IPC::Driver' => '1.302169', + 'Test2::IPC::Driver::Files'=> '1.302169', + 'Test2::Tools::Tiny' => '1.302169', + 'Test2::Util' => '1.302169', + 'Test2::Util::ExternalMeta'=> '1.302169', + 'Test2::Util::Facets2Legacy'=> '1.302169', + 'Test2::Util::HashBase' => '1.302169', + 'Test2::Util::Trace' => '1.302169', + 'Test::Builder' => '1.302169', + 'Test::Builder::Formatter'=> '1.302169', + 'Test::Builder::Module' => '1.302169', + 'Test::Builder::Tester' => '1.302169', + 'Test::Builder::Tester::Color'=> '1.302169', + 'Test::Builder::TodoDiag'=> '1.302169', + 'Test::More' => '1.302169', + 'Test::Simple' => '1.302169', + 'Test::Tester' => '1.302169', + 'Test::Tester::Capture' => '1.302169', + 'Test::Tester::CaptureRunner'=> '1.302169', + 'Test::Tester::Delegate'=> '1.302169', + 'Test::use::ok' => '1.302169', + 'Tie::StdHandle' => '4.6', + 'Unicode::UCD' => '0.74', + 'Win32API::File' => '0.1203_01', + 'feature' => '1.56', + 'mro' => '1.23', + 'ok' => '1.302169', + 'perlfaq' => '5.20191102', + }, + removed => { + } + }, + 5.031007 => { + delta_from => 5.031006, + changed => { + 'B' => '1.78', + 'B::Deparse' => '1.52', + 'B::Op_private' => '5.031007', + 'Compress::Raw::Bzip2' => '2.093', + 'Compress::Raw::Zlib' => '2.093', + 'Compress::Zlib' => '2.093', + 'Config' => '5.031007', + 'Devel::PPPort' => '3.56', + 'English' => '1.11', + 'ExtUtils::Command' => '7.42', + 'ExtUtils::Command::MM' => '7.42', + 'ExtUtils::Liblist' => '7.42', + 'ExtUtils::Liblist::Kid'=> '7.42', + 'ExtUtils::MM' => '7.42', + 'ExtUtils::MM_AIX' => '7.42', + 'ExtUtils::MM_Any' => '7.42', + 'ExtUtils::MM_BeOS' => '7.42', + 'ExtUtils::MM_Cygwin' => '7.42', + 'ExtUtils::MM_DOS' => '7.42', + 'ExtUtils::MM_Darwin' => '7.42', + 'ExtUtils::MM_MacOS' => '7.42', + 'ExtUtils::MM_NW5' => '7.42', + 'ExtUtils::MM_OS2' => '7.42', + 'ExtUtils::MM_QNX' => '7.42', + 'ExtUtils::MM_UWIN' => '7.42', + 'ExtUtils::MM_Unix' => '7.42', + 'ExtUtils::MM_VMS' => '7.42', + 'ExtUtils::MM_VOS' => '7.42', + 'ExtUtils::MM_Win32' => '7.42', + 'ExtUtils::MM_Win95' => '7.42', + 'ExtUtils::MY' => '7.42', + 'ExtUtils::MakeMaker' => '7.42', + 'ExtUtils::MakeMaker::Config'=> '7.42', + 'ExtUtils::MakeMaker::Locale'=> '7.42', + 'ExtUtils::MakeMaker::version'=> '7.42', + 'ExtUtils::MakeMaker::version::regex'=> '7.42', + 'ExtUtils::Mkbootstrap' => '7.42', + 'ExtUtils::Mksymlists' => '7.42', + 'ExtUtils::testlib' => '7.42', + 'File::stat' => '1.09', + 'Filter::Simple' => '0.96', + 'IO::Compress::Adapter::Bzip2'=> '2.093', + 'IO::Compress::Adapter::Deflate'=> '2.093', + 'IO::Compress::Adapter::Identity'=> '2.093', + 'IO::Compress::Base' => '2.093', + 'IO::Compress::Base::Common'=> '2.093', + 'IO::Compress::Bzip2' => '2.093', + 'IO::Compress::Deflate' => '2.093', + 'IO::Compress::Gzip' => '2.093', + 'IO::Compress::Gzip::Constants'=> '2.093', + 'IO::Compress::RawDeflate'=> '2.093', + 'IO::Compress::Zip' => '2.093', + 'IO::Compress::Zip::Constants'=> '2.093', + 'IO::Compress::Zlib::Constants'=> '2.093', + 'IO::Compress::Zlib::Extra'=> '2.093', + 'IO::Uncompress::Adapter::Bunzip2'=> '2.093', + 'IO::Uncompress::Adapter::Identity'=> '2.093', + 'IO::Uncompress::Adapter::Inflate'=> '2.093', + 'IO::Uncompress::AnyInflate'=> '2.093', + 'IO::Uncompress::AnyUncompress'=> '2.093', + 'IO::Uncompress::Base' => '2.093', + 'IO::Uncompress::Bunzip2'=> '2.093', + 'IO::Uncompress::Gunzip'=> '2.093', + 'IO::Uncompress::Inflate'=> '2.093', + 'IO::Uncompress::RawInflate'=> '2.093', + 'IO::Uncompress::Unzip' => '2.093', + 'Module::CoreList' => '5.20191220', + 'Module::CoreList::Utils'=> '5.20191220', + 'Net::Ping' => '2.72', + 'Opcode' => '1.45', + 'Storable' => '3.18', + 'Test2' => '1.302170', + 'Test2::API' => '1.302170', + 'Test2::API::Breakage' => '1.302170', + 'Test2::API::Context' => '1.302170', + 'Test2::API::Instance' => '1.302170', + 'Test2::API::Stack' => '1.302170', + 'Test2::Event' => '1.302170', + 'Test2::Event::Bail' => '1.302170', + 'Test2::Event::Diag' => '1.302170', + 'Test2::Event::Encoding'=> '1.302170', + 'Test2::Event::Exception'=> '1.302170', + 'Test2::Event::Fail' => '1.302170', + 'Test2::Event::Generic' => '1.302170', + 'Test2::Event::Note' => '1.302170', + 'Test2::Event::Ok' => '1.302170', + 'Test2::Event::Pass' => '1.302170', + 'Test2::Event::Plan' => '1.302170', + 'Test2::Event::Skip' => '1.302170', + 'Test2::Event::Subtest' => '1.302170', + 'Test2::Event::TAP::Version'=> '1.302170', + 'Test2::Event::V2' => '1.302170', + 'Test2::Event::Waiting' => '1.302170', + 'Test2::EventFacet' => '1.302170', + 'Test2::EventFacet::About'=> '1.302170', + 'Test2::EventFacet::Amnesty'=> '1.302170', + 'Test2::EventFacet::Assert'=> '1.302170', + 'Test2::EventFacet::Control'=> '1.302170', + 'Test2::EventFacet::Error'=> '1.302170', + 'Test2::EventFacet::Hub'=> '1.302170', + 'Test2::EventFacet::Info'=> '1.302170', + 'Test2::EventFacet::Info::Table'=> '1.302170', + 'Test2::EventFacet::Meta'=> '1.302170', + 'Test2::EventFacet::Parent'=> '1.302170', + 'Test2::EventFacet::Plan'=> '1.302170', + 'Test2::EventFacet::Render'=> '1.302170', + 'Test2::EventFacet::Trace'=> '1.302170', + 'Test2::Formatter' => '1.302170', + 'Test2::Formatter::TAP' => '1.302170', + 'Test2::Hub' => '1.302170', + 'Test2::Hub::Interceptor'=> '1.302170', + 'Test2::Hub::Interceptor::Terminator'=> '1.302170', + 'Test2::Hub::Subtest' => '1.302170', + 'Test2::IPC' => '1.302170', + 'Test2::IPC::Driver' => '1.302170', + 'Test2::IPC::Driver::Files'=> '1.302170', + 'Test2::Tools::Tiny' => '1.302170', + 'Test2::Util' => '1.302170', + 'Test2::Util::ExternalMeta'=> '1.302170', + 'Test2::Util::Facets2Legacy'=> '1.302170', + 'Test2::Util::HashBase' => '1.302170', + 'Test2::Util::Trace' => '1.302170', + 'Test::Builder' => '1.302170', + 'Test::Builder::Formatter'=> '1.302170', + 'Test::Builder::Module' => '1.302170', + 'Test::Builder::Tester' => '1.302170', + 'Test::Builder::Tester::Color'=> '1.302170', + 'Test::Builder::TodoDiag'=> '1.302170', + 'Test::More' => '1.302170', + 'Test::Simple' => '1.302170', + 'Test::Tester' => '1.302170', + 'Test::Tester::Capture' => '1.302170', + 'Test::Tester::CaptureRunner'=> '1.302170', + 'Test::Tester::Delegate'=> '1.302170', + 'Test::use::ok' => '1.302170', + 'Tie::Hash::NamedCapture'=> '0.13', + 'VMS::Stdio' => '2.45', + 'XS::APItest' => '1.05', + 'feature' => '1.57', + 'ok' => '1.302170', + 'warnings' => '1.46', + }, + removed => { + } + }, + 5.031008 => { + delta_from => 5.031007, + changed => { + 'B::Op_private' => '5.031008', + 'Config' => '5.031008', + 'DB_File' => '1.853', + 'Encode' => '3.02', + 'ExtUtils::Command' => '7.44', + 'ExtUtils::Command::MM' => '7.44', + 'ExtUtils::Liblist' => '7.44', + 'ExtUtils::Liblist::Kid'=> '7.44', + 'ExtUtils::MM' => '7.44', + 'ExtUtils::MM_AIX' => '7.44', + 'ExtUtils::MM_Any' => '7.44', + 'ExtUtils::MM_BeOS' => '7.44', + 'ExtUtils::MM_Cygwin' => '7.44', + 'ExtUtils::MM_DOS' => '7.44', + 'ExtUtils::MM_Darwin' => '7.44', + 'ExtUtils::MM_MacOS' => '7.44', + 'ExtUtils::MM_NW5' => '7.44', + 'ExtUtils::MM_OS2' => '7.44', + 'ExtUtils::MM_QNX' => '7.44', + 'ExtUtils::MM_UWIN' => '7.44', + 'ExtUtils::MM_Unix' => '7.44', + 'ExtUtils::MM_VMS' => '7.44', + 'ExtUtils::MM_VOS' => '7.44', + 'ExtUtils::MM_Win32' => '7.44', + 'ExtUtils::MM_Win95' => '7.44', + 'ExtUtils::MY' => '7.44', + 'ExtUtils::MakeMaker' => '7.44', + 'ExtUtils::MakeMaker::Config'=> '7.44', + 'ExtUtils::MakeMaker::Locale'=> '7.44', + 'ExtUtils::MakeMaker::version'=> '7.44', + 'ExtUtils::MakeMaker::version::regex'=> '7.44', + 'ExtUtils::Mkbootstrap' => '7.44', + 'ExtUtils::Mksymlists' => '7.44', + 'ExtUtils::testlib' => '7.44', + 'Fatal' => '2.32', + 'Hash::Util' => '0.23', + 'IO' => '1.42', + 'IO::Handle' => '1.42', + 'IO::Socket' => '1.42', + 'Module::CoreList' => '5.20200120', + 'Module::CoreList::Utils'=> '5.20200120', + 'POSIX' => '1.91', + 'Pod::Man' => '4.14', + 'Pod::ParseLink' => '4.14', + 'Pod::Text' => '4.14', + 'Pod::Text::Color' => '4.14', + 'Pod::Text::Overstrike' => '4.14', + 'Pod::Text::Termcap' => '4.14', + 'Term::ANSIColor' => '5.01', + 'Test2' => '1.302171', + 'Test2::API' => '1.302171', + 'Test2::API::Breakage' => '1.302171', + 'Test2::API::Context' => '1.302171', + 'Test2::API::Instance' => '1.302171', + 'Test2::API::Stack' => '1.302171', + 'Test2::Event' => '1.302171', + 'Test2::Event::Bail' => '1.302171', + 'Test2::Event::Diag' => '1.302171', + 'Test2::Event::Encoding'=> '1.302171', + 'Test2::Event::Exception'=> '1.302171', + 'Test2::Event::Fail' => '1.302171', + 'Test2::Event::Generic' => '1.302171', + 'Test2::Event::Note' => '1.302171', + 'Test2::Event::Ok' => '1.302171', + 'Test2::Event::Pass' => '1.302171', + 'Test2::Event::Plan' => '1.302171', + 'Test2::Event::Skip' => '1.302171', + 'Test2::Event::Subtest' => '1.302171', + 'Test2::Event::TAP::Version'=> '1.302171', + 'Test2::Event::V2' => '1.302171', + 'Test2::Event::Waiting' => '1.302171', + 'Test2::EventFacet' => '1.302171', + 'Test2::EventFacet::About'=> '1.302171', + 'Test2::EventFacet::Amnesty'=> '1.302171', + 'Test2::EventFacet::Assert'=> '1.302171', + 'Test2::EventFacet::Control'=> '1.302171', + 'Test2::EventFacet::Error'=> '1.302171', + 'Test2::EventFacet::Hub'=> '1.302171', + 'Test2::EventFacet::Info'=> '1.302171', + 'Test2::EventFacet::Info::Table'=> '1.302171', + 'Test2::EventFacet::Meta'=> '1.302171', + 'Test2::EventFacet::Parent'=> '1.302171', + 'Test2::EventFacet::Plan'=> '1.302171', + 'Test2::EventFacet::Render'=> '1.302171', + 'Test2::EventFacet::Trace'=> '1.302171', + 'Test2::Formatter' => '1.302171', + 'Test2::Formatter::TAP' => '1.302171', + 'Test2::Hub' => '1.302171', + 'Test2::Hub::Interceptor'=> '1.302171', + 'Test2::Hub::Interceptor::Terminator'=> '1.302171', + 'Test2::Hub::Subtest' => '1.302171', + 'Test2::IPC' => '1.302171', + 'Test2::IPC::Driver' => '1.302171', + 'Test2::IPC::Driver::Files'=> '1.302171', + 'Test2::Tools::Tiny' => '1.302171', + 'Test2::Util' => '1.302171', + 'Test2::Util::ExternalMeta'=> '1.302171', + 'Test2::Util::Facets2Legacy'=> '1.302171', + 'Test2::Util::HashBase' => '1.302171', + 'Test2::Util::Trace' => '1.302171', + 'Test::Builder' => '1.302171', + 'Test::Builder::Formatter'=> '1.302171', + 'Test::Builder::Module' => '1.302171', + 'Test::Builder::Tester' => '1.302171', + 'Test::Builder::Tester::Color'=> '1.302171', + 'Test::Builder::TodoDiag'=> '1.302171', + 'Test::More' => '1.302171', + 'Test::Simple' => '1.302171', + 'Test::Tester' => '1.302171', + 'Test::Tester::Capture' => '1.302171', + 'Test::Tester::CaptureRunner'=> '1.302171', + 'Test::Tester::Delegate'=> '1.302171', + 'Test::use::ok' => '1.302171', + 'XS::APItest' => '1.06', + 'autodie' => '2.32', + 'autodie::Scope::Guard' => '2.32', + 'autodie::Scope::GuardStack'=> '2.32', + 'autodie::Util' => '2.32', + 'autodie::exception' => '2.32', + 'autodie::exception::system'=> '2.32', + 'autodie::hints' => '2.32', + 'autodie::skip' => '2.32', + 'ok' => '1.302171', + }, + removed => { + } + }, + 5.031009 => { + delta_from => 5.031008, + changed => { + 'Archive::Tar' => '2.36', + 'Archive::Tar::Constant'=> '2.36', + 'Archive::Tar::File' => '2.36', + 'B' => '1.80', + 'B::Op_private' => '5.031009', + 'Config' => '5.031009', + 'Devel::PPPort' => '3.57', + 'Encode' => '3.03', + 'ExtUtils::CBuilder' => '0.280234', + 'ExtUtils::CBuilder::Base'=> '0.280234', + 'ExtUtils::CBuilder::Platform::Unix'=> '0.280234', + 'ExtUtils::CBuilder::Platform::VMS'=> '0.280234', + 'ExtUtils::CBuilder::Platform::Windows'=> '0.280234', + 'ExtUtils::CBuilder::Platform::Windows::BCC'=> '0.280234', + 'ExtUtils::CBuilder::Platform::Windows::GCC'=> '0.280234', + 'ExtUtils::CBuilder::Platform::Windows::MSVC'=> '0.280234', + 'ExtUtils::CBuilder::Platform::aix'=> '0.280234', + 'ExtUtils::CBuilder::Platform::android'=> '0.280234', + 'ExtUtils::CBuilder::Platform::cygwin'=> '0.280234', + 'ExtUtils::CBuilder::Platform::darwin'=> '0.280234', + 'ExtUtils::CBuilder::Platform::dec_osf'=> '0.280234', + 'ExtUtils::CBuilder::Platform::os2'=> '0.280234', + 'IO' => '1.43', + 'IO::Select' => '1.42', + 'IO::Socket' => '1.43', + 'Module::CoreList' => '5.20200220', + 'Module::CoreList::Utils'=> '5.20200220', + 'POSIX' => '1.92', + 'Pod::Html' => '1.25', + 'Storable' => '3.19', + 'Tie::File' => '1.06', + 'Unicode' => '13.0.0', + 'XS::APItest' => '1.07', + '_charnames' => '1.46', + 'charnames' => '1.46', + 'diagnostics' => '1.37', + 'feature' => '1.58', + 'parent' => '0.238', + 'perlfaq' => '5.20200125', + 'threads' => '2.24', + }, + removed => { + } + }, + 5.030002 => { + delta_from => 5.030001, + changed => { + 'B::Op_private' => '5.030002', + 'Compress::Raw::Bzip2' => '2.089', + 'Config' => '5.030002', + 'Module::CoreList' => '5.20200314', + 'Module::CoreList::Utils'=> '5.20200314', + }, + removed => { + } + }, + 5.031010 => { + delta_from => 5.031009, + changed => { + 'B::Op_private' => '5.031010', + 'Config' => '5.03101', + }, + removed => { + } + }, + 5.031011 => { + delta_from => 5.031010, + changed => { + 'B::Deparse' => '1.53', + 'B::Op_private' => '5.031011', + 'Config' => '5.031011', + 'DynaLoader' => '1.47', + 'Encode' => '3.04', + 'IPC::Open2' => '1.05', + 'IPC::Open3' => '1.21', + 'Module::CoreList' => '5.20200428', + 'Module::CoreList::Utils'=> '5.20200428', + 'Opcode' => '1.47', + 'POSIX' => '1.93', + 'PerlIO' => '1.11', + 'Storable' => '3.20', + 'Test2' => '1.302175', + 'Test2::API' => '1.302175', + 'Test2::API::Breakage' => '1.302175', + 'Test2::API::Context' => '1.302175', + 'Test2::API::Instance' => '1.302175', + 'Test2::API::Stack' => '1.302175', + 'Test2::Event' => '1.302175', + 'Test2::Event::Bail' => '1.302175', + 'Test2::Event::Diag' => '1.302175', + 'Test2::Event::Encoding'=> '1.302175', + 'Test2::Event::Exception'=> '1.302175', + 'Test2::Event::Fail' => '1.302175', + 'Test2::Event::Generic' => '1.302175', + 'Test2::Event::Note' => '1.302175', + 'Test2::Event::Ok' => '1.302175', + 'Test2::Event::Pass' => '1.302175', + 'Test2::Event::Plan' => '1.302175', + 'Test2::Event::Skip' => '1.302175', + 'Test2::Event::Subtest' => '1.302175', + 'Test2::Event::TAP::Version'=> '1.302175', + 'Test2::Event::V2' => '1.302175', + 'Test2::Event::Waiting' => '1.302175', + 'Test2::EventFacet' => '1.302175', + 'Test2::EventFacet::About'=> '1.302175', + 'Test2::EventFacet::Amnesty'=> '1.302175', + 'Test2::EventFacet::Assert'=> '1.302175', + 'Test2::EventFacet::Control'=> '1.302175', + 'Test2::EventFacet::Error'=> '1.302175', + 'Test2::EventFacet::Hub'=> '1.302175', + 'Test2::EventFacet::Info'=> '1.302175', + 'Test2::EventFacet::Info::Table'=> '1.302175', + 'Test2::EventFacet::Meta'=> '1.302175', + 'Test2::EventFacet::Parent'=> '1.302175', + 'Test2::EventFacet::Plan'=> '1.302175', + 'Test2::EventFacet::Render'=> '1.302175', + 'Test2::EventFacet::Trace'=> '1.302175', + 'Test2::Formatter' => '1.302175', + 'Test2::Formatter::TAP' => '1.302175', + 'Test2::Hub' => '1.302175', + 'Test2::Hub::Interceptor'=> '1.302175', + 'Test2::Hub::Interceptor::Terminator'=> '1.302175', + 'Test2::Hub::Subtest' => '1.302175', + 'Test2::IPC' => '1.302175', + 'Test2::IPC::Driver' => '1.302175', + 'Test2::IPC::Driver::Files'=> '1.302175', + 'Test2::Tools::Tiny' => '1.302175', + 'Test2::Util' => '1.302175', + 'Test2::Util::ExternalMeta'=> '1.302175', + 'Test2::Util::Facets2Legacy'=> '1.302175', + 'Test2::Util::HashBase' => '1.302175', + 'Test2::Util::Trace' => '1.302175', + 'Test::Builder' => '1.302175', + 'Test::Builder::Formatter'=> '1.302175', + 'Test::Builder::Module' => '1.302175', + 'Test::Builder::Tester' => '1.302175', + 'Test::Builder::Tester::Color'=> '1.302175', + 'Test::Builder::TodoDiag'=> '1.302175', + 'Test::More' => '1.302175', + 'Test::Simple' => '1.302175', + 'Test::Tester' => '1.302175', + 'Test::Tester::Capture' => '1.302175', + 'Test::Tester::CaptureRunner'=> '1.302175', + 'Test::Tester::Delegate'=> '1.302175', + 'Test::use::ok' => '1.302175', + 'Time::Piece' => '1.3401', + 'Time::Seconds' => '1.3401', + 'Unicode::UCD' => '0.75', + 'XS::APItest' => '1.09', + '_charnames' => '1.47', + 'charnames' => '1.47', + 'ok' => '1.302175', + 'open' => '1.12', + 're' => '0.39', + 'warnings' => '1.47', + }, + removed => { + } + }, + 5.028003 => { + delta_from => 5.028002, + changed => { + 'B::Op_private' => '5.028003', + 'Config' => '5.028003', + 'Module::CoreList' => '5.20200601_28', + 'Module::CoreList::Utils'=> '5.20200601_28', + }, + removed => { + } + }, + 5.030003 => { + delta_from => 5.030002, + changed => { + 'B::Op_private' => '5.030003', + 'Config' => '5.030003', + 'Module::CoreList' => '5.20200601_30', + 'Module::CoreList::Utils'=> '5.20200601_30', + }, + removed => { + } + }, + 5.032000 => { + delta_from => 5.031011, + changed => { + 'B::Deparse' => '1.54', + 'B::Op_private' => '5.032000', + 'Benchmark' => '1.23', + 'Config' => '5.032', + 'Encode' => '3.06', + 'Encode::Guess' => '2.08', + 'File::Glob' => '1.33', + 'List::Util' => '1.55', + 'List::Util::XS' => '1.55', + 'Module::CoreList' => '5.20200620', + 'Module::CoreList::Utils'=> '5.20200620', + 'POSIX' => '1.94', + 'Scalar::Util' => '1.55', + 'Storable' => '3.21', + 'Sub::Util' => '1.55', + 'Thread::Queue' => '3.14', + 'Tie::Scalar' => '1.05', + '_charnames' => '1.48', + 'charnames' => '1.48', + 'encoding' => '3.00', + 'perlfaq' => '5.20200523', + 're' => '0.40', + 'threads' => '2.25', + }, + removed => { + } + }, + 5.033000 => { + delta_from => 5.032000, + changed => { + 'B::Op_private' => '5.033000', + 'Config' => '5.033', + 'Module::CoreList' => '5.20200717', + 'Module::CoreList::Utils'=> '5.20200717', + 'feature' => '1.59', + }, + removed => { + } + }, + 5.033001 => { + delta_from => 5.033, + changed => { + 'B' => '1.81', + 'B::Deparse' => '1.55', + 'B::Op_private' => '5.033001', + 'Config' => '5.033001', + 'Data::Dumper' => '2.175', + 'Devel::PPPort' => '3.60', + 'Devel::Peek' => '1.29', + 'DynaLoader' => '1.48', + 'Errno' => '1.31', + 'Exporter' => '5.75', + 'Exporter::Heavy' => '5.75', + 'ExtUtils::Miniperl' => '1.10', + 'ExtUtils::PL2Bat' => '0.002', + 'ExtUtils::ParseXS' => '3.41', + 'ExtUtils::ParseXS::Constants'=> '3.41', + 'ExtUtils::ParseXS::CountLines'=> '3.41', + 'ExtUtils::ParseXS::Eval'=> '3.41', + 'ExtUtils::ParseXS::Utilities'=> '3.41', + 'Fcntl' => '1.14', + 'File::Path' => '2.17', + 'Hash::Util' => '0.24', + 'Hash::Util::FieldHash' => '1.21', + 'IO' => '1.44', + 'IO::Socket' => '1.44', + 'IO::Socket::UNIX' => '1.42', + 'IPC::Msg' => '2.08', + 'IPC::Semaphore' => '2.08', + 'IPC::SharedMem' => '2.08', + 'IPC::SysV' => '2.08', + 'JSON::PP' => '4.05', + 'JSON::PP::Boolean' => '4.05', + 'Math::Complex' => '1.5902', + 'Module::CoreList' => '5.20200820', + 'Module::CoreList::Utils'=> '5.20200820', + 'Net::Ping' => '2.73_01', + 'POSIX' => '1.95', + 'PerlIO::mmap' => '0.017', + 'Pod::Usage' => '1.70', + 'Safe' => '2.42', + 'Socket' => '2.030', + 'Storable' => '3.22', + 'Time::HiRes' => '1.9765', + 'Unicode::Normalize' => '1.28', + 'XS::APItest' => '1.11', + 'XS::Typemap' => '0.18', + 'feature' => '1.60', + 'mro' => '1.24', + 'strict' => '1.12', + 'threads' => '2.26', + 'threads::shared' => '1.62', + 'warnings' => '1.48', + }, + removed => { + 'Moped::Msg' => 1, + } + }, + 5.033002 => { + delta_from => 5.033001, + changed => { + 'Archive::Tar' => '2.38', + 'Archive::Tar::Constant'=> '2.38', + 'Archive::Tar::File' => '2.38', + 'B::Op_private' => '5.033002', + 'Compress::Raw::Bzip2' => '2.096', + 'Compress::Raw::Zlib' => '2.096', + 'Compress::Zlib' => '2.096', + 'Config' => '5.033002', + 'DB_File' => '1.854', + 'Env' => '1.05', + 'Errno' => '1.32', + 'ExtUtils::Install' => '2.18', + 'ExtUtils::Installed' => '2.18', + 'ExtUtils::Packlist' => '2.18', + 'Filter::Util::Call' => '1.60', + 'IO::Compress::Adapter::Bzip2'=> '2.096', + 'IO::Compress::Adapter::Deflate'=> '2.096', + 'IO::Compress::Adapter::Identity'=> '2.096', + 'IO::Compress::Base' => '2.096', + 'IO::Compress::Base::Common'=> '2.096', + 'IO::Compress::Bzip2' => '2.096', + 'IO::Compress::Deflate' => '2.096', + 'IO::Compress::Gzip' => '2.096', + 'IO::Compress::Gzip::Constants'=> '2.096', + 'IO::Compress::RawDeflate'=> '2.096', + 'IO::Compress::Zip' => '2.096', + 'IO::Compress::Zip::Constants'=> '2.096', + 'IO::Compress::Zlib::Constants'=> '2.096', + 'IO::Compress::Zlib::Extra'=> '2.096', + 'IO::Socket::IP' => '0.41', + 'IO::Uncompress::Adapter::Bunzip2'=> '2.096', + 'IO::Uncompress::Adapter::Identity'=> '2.096', + 'IO::Uncompress::Adapter::Inflate'=> '2.096', + 'IO::Uncompress::AnyInflate'=> '2.096', + 'IO::Uncompress::AnyUncompress'=> '2.096', + 'IO::Uncompress::Base' => '2.096', + 'IO::Uncompress::Bunzip2'=> '2.096', + 'IO::Uncompress::Gunzip'=> '2.096', + 'IO::Uncompress::Inflate'=> '2.096', + 'IO::Uncompress::RawInflate'=> '2.096', + 'IO::Uncompress::Unzip' => '2.096', + 'IO::Zlib' => '1.11', + 'Module::CoreList' => '5.20200920', + 'Module::CoreList::Utils'=> '5.20200920', + 'Module::Load::Conditional'=> '0.74', + 'Opcode' => '1.48', + 'PerlIO::scalar' => '0.31', + 'Safe' => '2.43', + 'Test2' => '1.302181', + 'Test2::API' => '1.302181', + 'Test2::API::Breakage' => '1.302181', + 'Test2::API::Context' => '1.302181', + 'Test2::API::Instance' => '1.302181', + 'Test2::API::InterceptResult'=> '1.302181', + 'Test2::API::InterceptResult::Event'=> '1.302181', + 'Test2::API::InterceptResult::Facet'=> '1.302181', + 'Test2::API::InterceptResult::Hub'=> '1.302181', + 'Test2::API::InterceptResult::Squasher'=> '1.302181', + 'Test2::API::Stack' => '1.302181', + 'Test2::Event' => '1.302181', + 'Test2::Event::Bail' => '1.302181', + 'Test2::Event::Diag' => '1.302181', + 'Test2::Event::Encoding'=> '1.302181', + 'Test2::Event::Exception'=> '1.302181', + 'Test2::Event::Fail' => '1.302181', + 'Test2::Event::Generic' => '1.302181', + 'Test2::Event::Note' => '1.302181', + 'Test2::Event::Ok' => '1.302181', + 'Test2::Event::Pass' => '1.302181', + 'Test2::Event::Plan' => '1.302181', + 'Test2::Event::Skip' => '1.302181', + 'Test2::Event::Subtest' => '1.302181', + 'Test2::Event::TAP::Version'=> '1.302181', + 'Test2::Event::V2' => '1.302181', + 'Test2::Event::Waiting' => '1.302181', + 'Test2::EventFacet' => '1.302181', + 'Test2::EventFacet::About'=> '1.302181', + 'Test2::EventFacet::Amnesty'=> '1.302181', + 'Test2::EventFacet::Assert'=> '1.302181', + 'Test2::EventFacet::Control'=> '1.302181', + 'Test2::EventFacet::Error'=> '1.302181', + 'Test2::EventFacet::Hub'=> '1.302181', + 'Test2::EventFacet::Info'=> '1.302181', + 'Test2::EventFacet::Info::Table'=> '1.302181', + 'Test2::EventFacet::Meta'=> '1.302181', + 'Test2::EventFacet::Parent'=> '1.302181', + 'Test2::EventFacet::Plan'=> '1.302181', + 'Test2::EventFacet::Render'=> '1.302181', + 'Test2::EventFacet::Trace'=> '1.302181', + 'Test2::Formatter' => '1.302181', + 'Test2::Formatter::TAP' => '1.302181', + 'Test2::Hub' => '1.302181', + 'Test2::Hub::Interceptor'=> '1.302181', + 'Test2::Hub::Interceptor::Terminator'=> '1.302181', + 'Test2::Hub::Subtest' => '1.302181', + 'Test2::IPC' => '1.302181', + 'Test2::IPC::Driver' => '1.302181', + 'Test2::IPC::Driver::Files'=> '1.302181', + 'Test2::Tools::Tiny' => '1.302181', + 'Test2::Util' => '1.302181', + 'Test2::Util::ExternalMeta'=> '1.302181', + 'Test2::Util::Facets2Legacy'=> '1.302181', + 'Test2::Util::HashBase' => '1.302181', + 'Test2::Util::Trace' => '1.302181', + 'Test::Builder' => '1.302181', + 'Test::Builder::Formatter'=> '1.302181', + 'Test::Builder::Module' => '1.302181', + 'Test::Builder::Tester' => '1.302181', + 'Test::Builder::Tester::Color'=> '1.302181', + 'Test::Builder::TodoDiag'=> '1.302181', + 'Test::More' => '1.302181', + 'Test::Simple' => '1.302181', + 'Test::Tester' => '1.302181', + 'Test::Tester::Capture' => '1.302181', + 'Test::Tester::CaptureRunner'=> '1.302181', + 'Test::Tester::Delegate'=> '1.302181', + 'Test::use::ok' => '1.302181', + 'ok' => '1.302181', + 'overload' => '1.32', + }, + removed => { + } + }, + 5.033003 => { + delta_from => 5.033002, + changed => { + 'Amiga::ARexx' => '0.05', + 'App::Cpan' => '1.676', + 'B::Op_private' => '5.033003', + 'CPAN' => '2.28', + 'CPAN::FTP' => '5.5013', + 'CPAN::FirstTime' => '5.5315', + 'Config' => '5.033003', + 'DB_File' => '1.855', + 'Data::Dumper' => '2.176', + 'Devel::PPPort' => '3.62', + 'Devel::Peek' => '1.30', + 'Digest' => '1.19', + 'Digest::MD5' => '2.58', + 'Digest::base' => '1.19', + 'Digest::file' => '1.19', + 'Encode' => '3.07', + 'Encode::GSM0338' => '2.08', + 'Errno' => '1.33', + 'Exporter' => '5.76', + 'Exporter::Heavy' => '5.76', + 'ExtUtils::Command' => '7.48', + 'ExtUtils::Command::MM' => '7.48', + 'ExtUtils::Liblist' => '7.48', + 'ExtUtils::Liblist::Kid'=> '7.48', + 'ExtUtils::MM' => '7.48', + 'ExtUtils::MM_AIX' => '7.48', + 'ExtUtils::MM_Any' => '7.48', + 'ExtUtils::MM_BeOS' => '7.48', + 'ExtUtils::MM_Cygwin' => '7.48', + 'ExtUtils::MM_DOS' => '7.48', + 'ExtUtils::MM_Darwin' => '7.48', + 'ExtUtils::MM_MacOS' => '7.48', + 'ExtUtils::MM_NW5' => '7.48', + 'ExtUtils::MM_OS2' => '7.48', + 'ExtUtils::MM_OS390' => '7.48', + 'ExtUtils::MM_QNX' => '7.48', + 'ExtUtils::MM_UWIN' => '7.48', + 'ExtUtils::MM_Unix' => '7.48', + 'ExtUtils::MM_VMS' => '7.48', + 'ExtUtils::MM_VOS' => '7.48', + 'ExtUtils::MM_Win32' => '7.48', + 'ExtUtils::MM_Win95' => '7.48', + 'ExtUtils::MY' => '7.48', + 'ExtUtils::MakeMaker' => '7.48', + 'ExtUtils::MakeMaker::Config'=> '7.48', + 'ExtUtils::MakeMaker::Locale'=> '7.48', + 'ExtUtils::MakeMaker::version'=> '7.48', + 'ExtUtils::MakeMaker::version::regex'=> '7.48', + 'ExtUtils::Mkbootstrap' => '7.48', + 'ExtUtils::Mksymlists' => '7.48', + 'ExtUtils::PL2Bat' => '0.003', + 'ExtUtils::testlib' => '7.48', + 'File::Temp' => '0.2311', + 'FindBin' => '1.52', + 'Getopt::Long' => '2.52', + 'Getopt::Std' => '1.13', + 'I18N::LangTags' => '0.45', + 'MIME::Base64' => '3.16', + 'MIME::QuotedPrint' => '3.16', + 'Module::CoreList' => '5.20201020', + 'Module::CoreList::Utils'=> '5.20201020', + 'Module::Load' => '0.36', + 'Pod::Checker' => '1.74', + 'Pod::Simple' => '3.41', + 'Pod::Simple::BlackBox' => '3.41', + 'Pod::Simple::Checker' => '3.41', + 'Pod::Simple::Debug' => '3.41', + 'Pod::Simple::DumpAsText'=> '3.41', + 'Pod::Simple::DumpAsXML'=> '3.41', + 'Pod::Simple::HTML' => '3.41', + 'Pod::Simple::HTMLBatch'=> '3.41', + 'Pod::Simple::LinkSection'=> '3.41', + 'Pod::Simple::Methody' => '3.41', + 'Pod::Simple::Progress' => '3.41', + 'Pod::Simple::PullParser'=> '3.41', + 'Pod::Simple::PullParserEndToken'=> '3.41', + 'Pod::Simple::PullParserStartToken'=> '3.41', + 'Pod::Simple::PullParserTextToken'=> '3.41', + 'Pod::Simple::PullParserToken'=> '3.41', + 'Pod::Simple::RTF' => '3.41', + 'Pod::Simple::Search' => '3.41', + 'Pod::Simple::SimpleTree'=> '3.41', + 'Pod::Simple::Text' => '3.41', + 'Pod::Simple::TextContent'=> '3.41', + 'Pod::Simple::TiedOutFH'=> '3.41', + 'Pod::Simple::Transcode'=> '3.41', + 'Pod::Simple::TranscodeDumb'=> '3.41', + 'Pod::Simple::TranscodeSmart'=> '3.41', + 'Pod::Simple::XHTML' => '3.41', + 'Pod::Simple::XMLOutStream'=> '3.41', + 'Pod::Usage' => '2.01', + 'Storable' => '3.23', + 'Symbol' => '1.09', + 'Test2' => '1.302182', + 'Test2::API' => '1.302182', + 'Test2::API::Breakage' => '1.302182', + 'Test2::API::Context' => '1.302182', + 'Test2::API::Instance' => '1.302182', + 'Test2::API::InterceptResult'=> '1.302182', + 'Test2::API::InterceptResult::Event'=> '1.302182', + 'Test2::API::InterceptResult::Facet'=> '1.302182', + 'Test2::API::InterceptResult::Hub'=> '1.302182', + 'Test2::API::InterceptResult::Squasher'=> '1.302182', + 'Test2::API::Stack' => '1.302182', + 'Test2::Event' => '1.302182', + 'Test2::Event::Bail' => '1.302182', + 'Test2::Event::Diag' => '1.302182', + 'Test2::Event::Encoding'=> '1.302182', + 'Test2::Event::Exception'=> '1.302182', + 'Test2::Event::Fail' => '1.302182', + 'Test2::Event::Generic' => '1.302182', + 'Test2::Event::Note' => '1.302182', + 'Test2::Event::Ok' => '1.302182', + 'Test2::Event::Pass' => '1.302182', + 'Test2::Event::Plan' => '1.302182', + 'Test2::Event::Skip' => '1.302182', + 'Test2::Event::Subtest' => '1.302182', + 'Test2::Event::TAP::Version'=> '1.302182', + 'Test2::Event::V2' => '1.302182', + 'Test2::Event::Waiting' => '1.302182', + 'Test2::EventFacet' => '1.302182', + 'Test2::EventFacet::About'=> '1.302182', + 'Test2::EventFacet::Amnesty'=> '1.302182', + 'Test2::EventFacet::Assert'=> '1.302182', + 'Test2::EventFacet::Control'=> '1.302182', + 'Test2::EventFacet::Error'=> '1.302182', + 'Test2::EventFacet::Hub'=> '1.302182', + 'Test2::EventFacet::Info'=> '1.302182', + 'Test2::EventFacet::Info::Table'=> '1.302182', + 'Test2::EventFacet::Meta'=> '1.302182', + 'Test2::EventFacet::Parent'=> '1.302182', + 'Test2::EventFacet::Plan'=> '1.302182', + 'Test2::EventFacet::Render'=> '1.302182', + 'Test2::EventFacet::Trace'=> '1.302182', + 'Test2::Formatter' => '1.302182', + 'Test2::Formatter::TAP' => '1.302182', + 'Test2::Hub' => '1.302182', + 'Test2::Hub::Interceptor'=> '1.302182', + 'Test2::Hub::Interceptor::Terminator'=> '1.302182', + 'Test2::Hub::Subtest' => '1.302182', + 'Test2::IPC' => '1.302182', + 'Test2::IPC::Driver' => '1.302182', + 'Test2::IPC::Driver::Files'=> '1.302182', + 'Test2::Tools::Tiny' => '1.302182', + 'Test2::Util' => '1.302182', + 'Test2::Util::ExternalMeta'=> '1.302182', + 'Test2::Util::Facets2Legacy'=> '1.302182', + 'Test2::Util::HashBase' => '1.302182', + 'Test2::Util::Trace' => '1.302182', + 'Test::Builder' => '1.302182', + 'Test::Builder::Formatter'=> '1.302182', + 'Test::Builder::Module' => '1.302182', + 'Test::Builder::Tester' => '1.302182', + 'Test::Builder::Tester::Color'=> '1.302182', + 'Test::Builder::TodoDiag'=> '1.302182', + 'Test::More' => '1.302182', + 'Test::Simple' => '1.302182', + 'Test::Tester' => '1.302182', + 'Test::Tester::Capture' => '1.302182', + 'Test::Tester::CaptureRunner'=> '1.302182', + 'Test::Tester::Delegate'=> '1.302182', + 'Test::use::ok' => '1.302182', + 'Tie::RefHash' => '1.40', + 'Time::Local' => '1.30', + 'Unicode::Collate' => '1.29', + 'Unicode::Collate::CJK::Big5'=> '1.29', + 'Unicode::Collate::CJK::GB2312'=> '1.29', + 'Unicode::Collate::CJK::JISX0208'=> '1.29', + 'Unicode::Collate::CJK::Korean'=> '1.29', + 'Unicode::Collate::CJK::Pinyin'=> '1.29', + 'Unicode::Collate::CJK::Stroke'=> '1.29', + 'Unicode::Collate::CJK::Zhuyin'=> '1.29', + 'Unicode::Collate::Locale'=> '1.29', + 'Win32' => '0.54', + 'XS::APItest' => '1.12', + 'bytes' => '1.08', + 'experimental' => '0.022', + 'feature' => '1.61', + 'if' => '0.0609', + 'locale' => '1.10', + 'mro' => '1.25', + 'ok' => '1.302182', + 'overload' => '1.33', + 're' => '0.41', + 'subs' => '1.04', + 'utf8' => '1.24', + 'version' => '0.9928', + 'version::regex' => '0.9928', + }, + removed => { + } + }, + 5.033004 => { + delta_from => 5.033003, + changed => { + 'B' => '1.82', + 'B::Op_private' => '5.033004', + 'Config' => '5.033004', + 'Cwd' => '3.79', + 'ExtUtils::CBuilder' => '0.280235', + 'ExtUtils::CBuilder::Base'=> '0.280235', + 'ExtUtils::CBuilder::Platform::Unix'=> '0.280235', + 'ExtUtils::CBuilder::Platform::VMS'=> '0.280235', + 'ExtUtils::CBuilder::Platform::Windows'=> '0.280235', + 'ExtUtils::CBuilder::Platform::Windows::BCC'=> '0.280235', + 'ExtUtils::CBuilder::Platform::Windows::GCC'=> '0.280235', + 'ExtUtils::CBuilder::Platform::Windows::MSVC'=> '0.280235', + 'ExtUtils::CBuilder::Platform::aix'=> '0.280235', + 'ExtUtils::CBuilder::Platform::android'=> '0.280235', + 'ExtUtils::CBuilder::Platform::cygwin'=> '0.280235', + 'ExtUtils::CBuilder::Platform::darwin'=> '0.280235', + 'ExtUtils::CBuilder::Platform::dec_osf'=> '0.280235', + 'ExtUtils::CBuilder::Platform::os2'=> '0.280235', + 'ExtUtils::Command' => '7.56', + 'ExtUtils::Command::MM' => '7.56', + 'ExtUtils::Liblist' => '7.56', + 'ExtUtils::Liblist::Kid'=> '7.56', + 'ExtUtils::MM' => '7.56', + 'ExtUtils::MM_AIX' => '7.56', + 'ExtUtils::MM_Any' => '7.56', + 'ExtUtils::MM_BeOS' => '7.56', + 'ExtUtils::MM_Cygwin' => '7.56', + 'ExtUtils::MM_DOS' => '7.56', + 'ExtUtils::MM_Darwin' => '7.56', + 'ExtUtils::MM_MacOS' => '7.56', + 'ExtUtils::MM_NW5' => '7.56', + 'ExtUtils::MM_OS2' => '7.56', + 'ExtUtils::MM_OS390' => '7.56', + 'ExtUtils::MM_QNX' => '7.56', + 'ExtUtils::MM_UWIN' => '7.56', + 'ExtUtils::MM_Unix' => '7.56', + 'ExtUtils::MM_VMS' => '7.56', + 'ExtUtils::MM_VOS' => '7.56', + 'ExtUtils::MM_Win32' => '7.56', + 'ExtUtils::MM_Win95' => '7.56', + 'ExtUtils::MY' => '7.56', + 'ExtUtils::MakeMaker' => '7.56', + 'ExtUtils::MakeMaker::Config'=> '7.56', + 'ExtUtils::MakeMaker::Locale'=> '7.56', + 'ExtUtils::MakeMaker::version'=> '7.56', + 'ExtUtils::MakeMaker::version::regex'=> '7.56', + 'ExtUtils::Mkbootstrap' => '7.56', + 'ExtUtils::Mksymlists' => '7.56', + 'ExtUtils::testlib' => '7.56', + 'File::Fetch' => '1.00', + 'File::Path' => '2.18', + 'File::Spec' => '3.79', + 'File::Spec::AmigaOS' => '3.79', + 'File::Spec::Cygwin' => '3.79', + 'File::Spec::Epoc' => '3.79', + 'File::Spec::Functions' => '3.79', + 'File::Spec::Mac' => '3.79', + 'File::Spec::OS2' => '3.79', + 'File::Spec::Unix' => '3.79', + 'File::Spec::VMS' => '3.79', + 'IPC::Msg' => '2.09', + 'IPC::Semaphore' => '2.09', + 'IPC::SharedMem' => '2.09', + 'IPC::SysV' => '2.09', + 'Module::CoreList' => '5.20201120', + 'Module::CoreList::Utils'=> '5.20201120', + 'Net::Ping' => '2.74', + 'Pod::Html' => '1.26', + 'Pod::Simple' => '3.42', + 'Pod::Simple::BlackBox' => '3.42', + 'Pod::Simple::Checker' => '3.42', + 'Pod::Simple::Debug' => '3.42', + 'Pod::Simple::DumpAsText'=> '3.42', + 'Pod::Simple::DumpAsXML'=> '3.42', + 'Pod::Simple::HTML' => '3.42', + 'Pod::Simple::HTMLBatch'=> '3.42', + 'Pod::Simple::LinkSection'=> '3.42', + 'Pod::Simple::Methody' => '3.42', + 'Pod::Simple::Progress' => '3.42', + 'Pod::Simple::PullParser'=> '3.42', + 'Pod::Simple::PullParserEndToken'=> '3.42', + 'Pod::Simple::PullParserStartToken'=> '3.42', + 'Pod::Simple::PullParserTextToken'=> '3.42', + 'Pod::Simple::PullParserToken'=> '3.42', + 'Pod::Simple::RTF' => '3.42', + 'Pod::Simple::Search' => '3.42', + 'Pod::Simple::SimpleTree'=> '3.42', + 'Pod::Simple::Text' => '3.42', + 'Pod::Simple::TextContent'=> '3.42', + 'Pod::Simple::TiedOutFH'=> '3.42', + 'Pod::Simple::Transcode'=> '3.42', + 'Pod::Simple::TranscodeDumb'=> '3.42', + 'Pod::Simple::TranscodeSmart'=> '3.42', + 'Pod::Simple::XHTML' => '3.42', + 'Pod::Simple::XMLOutStream'=> '3.42', + 'Test2' => '1.302183', + 'Test2::API' => '1.302183', + 'Test2::API::Breakage' => '1.302183', + 'Test2::API::Context' => '1.302183', + 'Test2::API::Instance' => '1.302183', + 'Test2::API::InterceptResult'=> '1.302183', + 'Test2::API::InterceptResult::Event'=> '1.302183', + 'Test2::API::InterceptResult::Facet'=> '1.302183', + 'Test2::API::InterceptResult::Hub'=> '1.302183', + 'Test2::API::InterceptResult::Squasher'=> '1.302183', + 'Test2::API::Stack' => '1.302183', + 'Test2::Event' => '1.302183', + 'Test2::Event::Bail' => '1.302183', + 'Test2::Event::Diag' => '1.302183', + 'Test2::Event::Encoding'=> '1.302183', + 'Test2::Event::Exception'=> '1.302183', + 'Test2::Event::Fail' => '1.302183', + 'Test2::Event::Generic' => '1.302183', + 'Test2::Event::Note' => '1.302183', + 'Test2::Event::Ok' => '1.302183', + 'Test2::Event::Pass' => '1.302183', + 'Test2::Event::Plan' => '1.302183', + 'Test2::Event::Skip' => '1.302183', + 'Test2::Event::Subtest' => '1.302183', + 'Test2::Event::TAP::Version'=> '1.302183', + 'Test2::Event::V2' => '1.302183', + 'Test2::Event::Waiting' => '1.302183', + 'Test2::EventFacet' => '1.302183', + 'Test2::EventFacet::About'=> '1.302183', + 'Test2::EventFacet::Amnesty'=> '1.302183', + 'Test2::EventFacet::Assert'=> '1.302183', + 'Test2::EventFacet::Control'=> '1.302183', + 'Test2::EventFacet::Error'=> '1.302183', + 'Test2::EventFacet::Hub'=> '1.302183', + 'Test2::EventFacet::Info'=> '1.302183', + 'Test2::EventFacet::Info::Table'=> '1.302183', + 'Test2::EventFacet::Meta'=> '1.302183', + 'Test2::EventFacet::Parent'=> '1.302183', + 'Test2::EventFacet::Plan'=> '1.302183', + 'Test2::EventFacet::Render'=> '1.302183', + 'Test2::EventFacet::Trace'=> '1.302183', + 'Test2::Formatter' => '1.302183', + 'Test2::Formatter::TAP' => '1.302183', + 'Test2::Hub' => '1.302183', + 'Test2::Hub::Interceptor'=> '1.302183', + 'Test2::Hub::Interceptor::Terminator'=> '1.302183', + 'Test2::Hub::Subtest' => '1.302183', + 'Test2::IPC' => '1.302183', + 'Test2::IPC::Driver' => '1.302183', + 'Test2::IPC::Driver::Files'=> '1.302183', + 'Test2::Tools::Tiny' => '1.302183', + 'Test2::Util' => '1.302183', + 'Test2::Util::ExternalMeta'=> '1.302183', + 'Test2::Util::Facets2Legacy'=> '1.302183', + 'Test2::Util::HashBase' => '1.302183', + 'Test2::Util::Trace' => '1.302183', + 'Test::Builder' => '1.302183', + 'Test::Builder::Formatter'=> '1.302183', + 'Test::Builder::Module' => '1.302183', + 'Test::Builder::Tester' => '1.302183', + 'Test::Builder::Tester::Color'=> '1.302183', + 'Test::Builder::TodoDiag'=> '1.302183', + 'Test::More' => '1.302183', + 'Test::Simple' => '1.302183', + 'Test::Tester' => '1.302183', + 'Test::Tester::Capture' => '1.302183', + 'Test::Tester::CaptureRunner'=> '1.302183', + 'Test::Tester::Delegate'=> '1.302183', + 'Test::use::ok' => '1.302183', + 'XS::APItest' => '1.13', + 'ok' => '1.302183', + 'perlfaq' => '5.20201107', + }, + removed => { + } + }, + 5.033005 => { + delta_from => 5.033004, + changed => { + 'App::Prove' => '3.43', + 'App::Prove::State' => '3.43', + 'App::Prove::State::Result'=> '3.43', + 'App::Prove::State::Result::Test'=> '3.43', + 'B::Op_private' => '5.033005', + 'Carp' => '1.51', + 'Carp::Heavy' => '1.51', + 'Config' => '5.033005', + 'Config::Perl::V' => '0.33', + 'Cwd' => '3.80', + 'DynaLoader' => '1.49', + 'Encode' => '3.08', + 'Encode::GSM0338' => '2.09', + 'ExtUtils::Install' => '2.20', + 'ExtUtils::Installed' => '2.20', + 'ExtUtils::Packlist' => '2.20', + 'ExtUtils::ParseXS' => '3.42', + 'ExtUtils::ParseXS::Constants'=> '3.42', + 'ExtUtils::ParseXS::CountLines'=> '3.42', + 'ExtUtils::ParseXS::Eval'=> '3.42', + 'ExtUtils::ParseXS::Utilities'=> '3.42', + 'File::Copy' => '2.35', + 'File::Find' => '1.38', + 'File::Spec' => '3.80', + 'File::Spec::AmigaOS' => '3.80', + 'File::Spec::Cygwin' => '3.80', + 'File::Spec::Epoc' => '3.80', + 'File::Spec::Functions' => '3.80', + 'File::Spec::Mac' => '3.80', + 'File::Spec::OS2' => '3.80', + 'File::Spec::Unix' => '3.80', + 'File::Spec::VMS' => '3.80', + 'File::Spec::Win32' => '3.80', + 'Module::CoreList' => '5.20201220', + 'Module::CoreList::Utils'=> '5.20201220', + 'Net::Cmd' => '3.12', + 'Net::Config' => '3.12', + 'Net::Domain' => '3.12', + 'Net::FTP' => '3.12', + 'Net::FTP::A' => '3.12', + 'Net::FTP::E' => '3.12', + 'Net::FTP::I' => '3.12', + 'Net::FTP::L' => '3.12', + 'Net::FTP::dataconn' => '3.12', + 'Net::NNTP' => '3.12', + 'Net::Netrc' => '3.12', + 'Net::POP3' => '3.12', + 'Net::SMTP' => '3.12', + 'Net::Time' => '3.12', + 'ODBM_File' => '1.17', + 'Opcode' => '1.49', + 'POSIX' => '1.96', + 'PerlIO::via::QuotedPrint'=> '0.09', + 'TAP::Base' => '3.43', + 'TAP::Formatter::Base' => '3.43', + 'TAP::Formatter::Color' => '3.43', + 'TAP::Formatter::Console'=> '3.43', + 'TAP::Formatter::Console::ParallelSession'=> '3.43', + 'TAP::Formatter::Console::Session'=> '3.43', + 'TAP::Formatter::File' => '3.43', + 'TAP::Formatter::File::Session'=> '3.43', + 'TAP::Formatter::Session'=> '3.43', + 'TAP::Harness' => '3.43', + 'TAP::Harness::Env' => '3.43', + 'TAP::Object' => '3.43', + 'TAP::Parser' => '3.43', + 'TAP::Parser::Aggregator'=> '3.43', + 'TAP::Parser::Grammar' => '3.43', + 'TAP::Parser::Iterator' => '3.43', + 'TAP::Parser::Iterator::Array'=> '3.43', + 'TAP::Parser::Iterator::Process'=> '3.43', + 'TAP::Parser::Iterator::Stream'=> '3.43', + 'TAP::Parser::IteratorFactory'=> '3.43', + 'TAP::Parser::Multiplexer'=> '3.43', + 'TAP::Parser::Result' => '3.43', + 'TAP::Parser::Result::Bailout'=> '3.43', + 'TAP::Parser::Result::Comment'=> '3.43', + 'TAP::Parser::Result::Plan'=> '3.43', + 'TAP::Parser::Result::Pragma'=> '3.43', + 'TAP::Parser::Result::Test'=> '3.43', + 'TAP::Parser::Result::Unknown'=> '3.43', + 'TAP::Parser::Result::Version'=> '3.43', + 'TAP::Parser::Result::YAML'=> '3.43', + 'TAP::Parser::ResultFactory'=> '3.43', + 'TAP::Parser::Scheduler'=> '3.43', + 'TAP::Parser::Scheduler::Job'=> '3.43', + 'TAP::Parser::Scheduler::Spinner'=> '3.43', + 'TAP::Parser::Source' => '3.43', + 'TAP::Parser::SourceHandler'=> '3.43', + 'TAP::Parser::SourceHandler::Executable'=> '3.43', + 'TAP::Parser::SourceHandler::File'=> '3.43', + 'TAP::Parser::SourceHandler::Handle'=> '3.43', + 'TAP::Parser::SourceHandler::Perl'=> '3.43', + 'TAP::Parser::SourceHandler::RawTAP'=> '3.43', + 'TAP::Parser::YAMLish::Reader'=> '3.43', + 'TAP::Parser::YAMLish::Writer'=> '3.43', + 'Test::Harness' => '3.43', + 'Text::Balanced' => '2.04', + 'Time::HiRes' => '1.9766', + 'XS::APItest' => '1.14', + 'warnings' => '1.49', + }, + removed => { + } + }, + 5.033006 => { + delta_from => 5.033005, + changed => { + 'B::Op_private' => '5.033006', + 'Carp' => '1.52', + 'Carp::Heavy' => '1.52', + 'Compress::Raw::Bzip2' => '2.100', + 'Compress::Raw::Zlib' => '2.100', + 'Compress::Zlib' => '2.100', + 'Config' => '5.033006', + 'DynaLoader' => '1.50', + 'ExtUtils::Command' => '7.58', + 'ExtUtils::Command::MM' => '7.58', + 'ExtUtils::Liblist' => '7.58', + 'ExtUtils::Liblist::Kid'=> '7.58', + 'ExtUtils::MM' => '7.58', + 'ExtUtils::MM_AIX' => '7.58', + 'ExtUtils::MM_Any' => '7.58', + 'ExtUtils::MM_BeOS' => '7.58', + 'ExtUtils::MM_Cygwin' => '7.58', + 'ExtUtils::MM_DOS' => '7.58', + 'ExtUtils::MM_Darwin' => '7.58', + 'ExtUtils::MM_MacOS' => '7.58', + 'ExtUtils::MM_NW5' => '7.58', + 'ExtUtils::MM_OS2' => '7.58', + 'ExtUtils::MM_OS390' => '7.58', + 'ExtUtils::MM_QNX' => '7.58', + 'ExtUtils::MM_UWIN' => '7.58', + 'ExtUtils::MM_Unix' => '7.58', + 'ExtUtils::MM_VMS' => '7.58', + 'ExtUtils::MM_VOS' => '7.58', + 'ExtUtils::MM_Win32' => '7.58', + 'ExtUtils::MM_Win95' => '7.58', + 'ExtUtils::MY' => '7.58', + 'ExtUtils::MakeMaker' => '7.58', + 'ExtUtils::MakeMaker::Config'=> '7.58', + 'ExtUtils::MakeMaker::Locale'=> '7.58', + 'ExtUtils::MakeMaker::version'=> '7.58', + 'ExtUtils::MakeMaker::version::regex'=> '7.58', + 'ExtUtils::Manifest' => '1.73', + 'ExtUtils::Mkbootstrap' => '7.58', + 'ExtUtils::Mksymlists' => '7.58', + 'ExtUtils::testlib' => '7.58', + 'GDBM_File' => '1.19', + 'IO' => '1.45', + 'IO::Compress::Adapter::Bzip2'=> '2.100', + 'IO::Compress::Adapter::Deflate'=> '2.100', + 'IO::Compress::Adapter::Identity'=> '2.100', + 'IO::Compress::Base' => '2.100', + 'IO::Compress::Base::Common'=> '2.100', + 'IO::Compress::Bzip2' => '2.100', + 'IO::Compress::Deflate' => '2.100', + 'IO::Compress::Gzip' => '2.100', + 'IO::Compress::Gzip::Constants'=> '2.100', + 'IO::Compress::RawDeflate'=> '2.100', + 'IO::Compress::Zip' => '2.100', + 'IO::Compress::Zip::Constants'=> '2.100', + 'IO::Compress::Zlib::Constants'=> '2.100', + 'IO::Compress::Zlib::Extra'=> '2.100', + 'IO::Dir' => '1.45', + 'IO::File' => '1.45', + 'IO::Handle' => '1.45', + 'IO::Pipe' => '1.45', + 'IO::Poll' => '1.45', + 'IO::Seekable' => '1.45', + 'IO::Select' => '1.45', + 'IO::Socket' => '1.45', + 'IO::Socket::INET' => '1.45', + 'IO::Socket::UNIX' => '1.45', + 'IO::Uncompress::Adapter::Bunzip2'=> '2.100', + 'IO::Uncompress::Adapter::Identity'=> '2.100', + 'IO::Uncompress::Adapter::Inflate'=> '2.100', + 'IO::Uncompress::AnyInflate'=> '2.100', + 'IO::Uncompress::AnyUncompress'=> '2.100', + 'IO::Uncompress::Base' => '2.100', + 'IO::Uncompress::Bunzip2'=> '2.100', + 'IO::Uncompress::Gunzip'=> '2.100', + 'IO::Uncompress::Inflate'=> '2.100', + 'IO::Uncompress::RawInflate'=> '2.100', + 'IO::Uncompress::Unzip' => '2.100', + 'Module::CoreList' => '5.20210120', + 'Module::CoreList::Utils'=> '5.20210120', + 'Net::Cmd' => '3.13', + 'Net::Config' => '3.13', + 'Net::Domain' => '3.13', + 'Net::FTP' => '3.13', + 'Net::FTP::A' => '3.13', + 'Net::FTP::E' => '3.13', + 'Net::FTP::I' => '3.13', + 'Net::FTP::L' => '3.13', + 'Net::FTP::dataconn' => '3.13', + 'Net::NNTP' => '3.13', + 'Net::Netrc' => '3.13', + 'Net::POP3' => '3.13', + 'Net::SMTP' => '3.13', + 'Net::Time' => '3.13', + 'POSIX' => '1.97', + 'Socket' => '2.031', + 'XS::APItest' => '1.15', + 'feature' => '1.62', + 'warnings' => '1.50', + }, + removed => { + } + }, + 5.032001 => { + delta_from => 5.032000, + changed => { + 'B::Op_private' => '5.032001', + 'Config' => '5.032001', + 'Data::Dumper' => '2.174_01', + 'DynaLoader' => '1.47_01', + 'ExtUtils::Liblist::Kid'=> '7.44_01', + 'Module::CoreList' => '5.20210123', + 'Module::CoreList::Utils'=> '5.20210123', + 'Opcode' => '1.48', + 'Safe' => '2.41_01', + 'Win32API::File::inc::ExtUtils::Myconst2perl'=> '1', + }, + removed => { + } + }, ); sub is_core @@ -17913,6 +19369,132 @@ sub is_core removed => { } }, + 5.031006 => { + delta_from => 5.031005, + changed => { + }, + removed => { + } + }, + 5.031007 => { + delta_from => 5.031006, + changed => { + }, + removed => { + } + }, + 5.031008 => { + delta_from => 5.031007, + changed => { + }, + removed => { + } + }, + 5.031009 => { + delta_from => 5.031008, + changed => { + }, + removed => { + } + }, + 5.030002 => { + delta_from => 5.030001, + changed => { + }, + removed => { + } + }, + 5.031010 => { + delta_from => 5.031009, + changed => { + }, + removed => { + } + }, + 5.031011 => { + delta_from => 5.03101, + changed => { + }, + removed => { + } + }, + 5.028003 => { + delta_from => 5.028002, + changed => { + }, + removed => { + } + }, + 5.030003 => { + delta_from => 5.030002, + changed => { + }, + removed => { + } + }, + 5.032000 => { + delta_from => 5.031011, + changed => { + }, + removed => { + } + }, + 5.033000 => { + delta_from => 5.032, + changed => { + }, + removed => { + } + }, + 5.033001 => { + delta_from => 5.033000, + changed => { + }, + removed => { + } + }, + 5.033002 => { + delta_from => 5.033001, + changed => { + }, + removed => { + } + }, + 5.033003 => { + delta_from => 5.033002, + changed => { + }, + removed => { + } + }, + 5.033004 => { + delta_from => 5.033003, + changed => { + }, + removed => { + } + }, + 5.033005 => { + delta_from => 5.033004, + changed => { + }, + removed => { + } + }, + 5.033006 => { + delta_from => 5.033005, + changed => { + }, + removed => { + } + }, + 5.032001 => { + delta_from => 5.032, + changed => { + }, + removed => { + } + }, ); %deprecated = _undelta(\%deprecated); @@ -18136,12 +19718,8 @@ sub is_core 'PerlIO::via::QuotedPrint'=> 'cpan', 'Pod::Checker' => 'cpan', 'Pod::Escapes' => 'cpan', - 'Pod::Find' => 'cpan', - 'Pod::InputObjects' => 'cpan', 'Pod::Man' => 'cpan', 'Pod::ParseLink' => 'cpan', - 'Pod::ParseUtils' => 'cpan', - 'Pod::Parser' => 'cpan', 'Pod::Perldoc' => 'cpan', 'Pod::Perldoc::BaseTo' => 'cpan', 'Pod::Perldoc::GetOptsOO'=> 'cpan', @@ -18155,8 +19733,6 @@ sub is_core 'Pod::Perldoc::ToText' => 'cpan', 'Pod::Perldoc::ToTk' => 'cpan', 'Pod::Perldoc::ToXml' => 'cpan', - 'Pod::PlainText' => 'cpan', - 'Pod::Select' => 'cpan', 'Pod::Simple' => 'cpan', 'Pod::Simple::BlackBox' => 'cpan', 'Pod::Simple::Checker' => 'cpan', @@ -18166,6 +19742,7 @@ sub is_core 'Pod::Simple::HTML' => 'cpan', 'Pod::Simple::HTMLBatch'=> 'cpan', 'Pod::Simple::HTMLLegacy'=> 'cpan', + 'Pod::Simple::JustPod' => 'cpan', 'Pod::Simple::LinkSection'=> 'cpan', 'Pod::Simple::Methody' => 'cpan', 'Pod::Simple::Progress' => 'cpan', @@ -18325,7 +19902,6 @@ sub is_core 'Unicode::Collate::Locale'=> 'cpan', 'Win32' => 'cpan', 'Win32API::File' => 'cpan', - 'Win32API::File::inc::ExtUtils::Myconst2perl'=> 'cpan', 'autodie' => 'cpan', 'autodie::Scope::Guard' => 'cpan', 'autodie::Scope::GuardStack'=> 'cpan', @@ -18403,13 +19979,13 @@ sub is_core 'Compress::Raw::Bzip2' => 'https://github.com/pmqs/Compress-Raw-Bzip2/issues', 'Compress::Raw::Zlib' => 'https://github.com/pmqs/Compress-Raw-Zlib/issues', 'Compress::Zlib' => 'https://github.com/pmqs/IO-Compress/issues', - 'Config::Perl::V' => undef, + 'Config::Perl::V' => 'https://github.com/Tux/Config-Perl-V/issues', 'DB_File' => 'https://github.com/pmqs/DB_File/issues', - 'Digest' => undef, - 'Digest::MD5' => undef, + 'Digest' => 'https://github.com/Dual-Life/digest/issues', + 'Digest::MD5' => 'https://github.com/Dual-Life/digest-md5/issues', 'Digest::SHA' => undef, - 'Digest::base' => undef, - 'Digest::file' => undef, + 'Digest::base' => 'https://github.com/Dual-Life/digest/issues', + 'Digest::file' => 'https://github.com/Dual-Life/digest/issues', 'Encode' => undef, 'Encode::Alias' => undef, 'Encode::Byte' => undef, @@ -18434,8 +20010,8 @@ sub is_core 'Encode::TW' => undef, 'Encode::Unicode' => undef, 'Encode::Unicode::UTF7' => undef, - 'ExtUtils::Command' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', - 'ExtUtils::Command::MM' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', + 'ExtUtils::Command' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', + 'ExtUtils::Command::MM' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', 'ExtUtils::Constant' => undef, 'ExtUtils::Constant::Base'=> undef, 'ExtUtils::Constant::ProxySubs'=> undef, @@ -18443,36 +20019,36 @@ sub is_core 'ExtUtils::Constant::XS'=> undef, 'ExtUtils::Install' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-Install', 'ExtUtils::Installed' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-Install', - 'ExtUtils::Liblist' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', - 'ExtUtils::Liblist::Kid'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', - 'ExtUtils::MM' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', - 'ExtUtils::MM_AIX' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', - 'ExtUtils::MM_Any' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', - 'ExtUtils::MM_BeOS' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', - 'ExtUtils::MM_Cygwin' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', - 'ExtUtils::MM_DOS' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', - 'ExtUtils::MM_Darwin' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', - 'ExtUtils::MM_MacOS' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', - 'ExtUtils::MM_NW5' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', - 'ExtUtils::MM_OS2' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', - 'ExtUtils::MM_QNX' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', - 'ExtUtils::MM_UWIN' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', - 'ExtUtils::MM_Unix' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', - 'ExtUtils::MM_VMS' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', - 'ExtUtils::MM_VOS' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', - 'ExtUtils::MM_Win32' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', - 'ExtUtils::MM_Win95' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', - 'ExtUtils::MY' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', - 'ExtUtils::MakeMaker' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', - 'ExtUtils::MakeMaker::Config'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', - 'ExtUtils::MakeMaker::Locale'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', - 'ExtUtils::MakeMaker::version'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', - 'ExtUtils::MakeMaker::version::regex'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', + 'ExtUtils::Liblist' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', + 'ExtUtils::Liblist::Kid'=> 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', + 'ExtUtils::MM' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', + 'ExtUtils::MM_AIX' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', + 'ExtUtils::MM_Any' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', + 'ExtUtils::MM_BeOS' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', + 'ExtUtils::MM_Cygwin' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', + 'ExtUtils::MM_DOS' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', + 'ExtUtils::MM_Darwin' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', + '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_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', + 'ExtUtils::MM_VMS' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', + 'ExtUtils::MM_VOS' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', + 'ExtUtils::MM_Win32' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', + 'ExtUtils::MM_Win95' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', + 'ExtUtils::MY' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', + 'ExtUtils::MakeMaker' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', + 'ExtUtils::MakeMaker::Config'=> 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', + 'ExtUtils::MakeMaker::Locale'=> 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', + 'ExtUtils::MakeMaker::version'=> 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', + 'ExtUtils::MakeMaker::version::regex'=> 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', 'ExtUtils::Manifest' => 'http://github.com/Perl-Toolchain-Gang/ExtUtils-Manifest/issues', - 'ExtUtils::Mkbootstrap' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', - 'ExtUtils::Mksymlists' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', + '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::Packlist' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-Install', - 'ExtUtils::testlib' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', + 'ExtUtils::testlib' => 'https://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker', 'Fatal' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie', 'File::Fetch' => undef, 'File::GlobMapper' => 'https://github.com/pmqs/IO-Compress/issues', @@ -18507,7 +20083,7 @@ sub is_core 'IO::Uncompress::Inflate'=> 'https://github.com/pmqs/IO-Compress/issues', 'IO::Uncompress::RawInflate'=> 'https://github.com/pmqs/IO-Compress/issues', 'IO::Uncompress::Unzip' => 'https://github.com/pmqs/IO-Compress/issues', - 'IO::Zlib' => undef, + 'IO::Zlib' => 'https://github.com/tomhughes/IO-Zlib/issues', 'IPC::Cmd' => undef, 'IPC::Msg' => undef, 'IPC::Semaphore' => undef, @@ -18518,8 +20094,8 @@ sub is_core 'List::Util' => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Scalar-List-Utils', 'List::Util::XS' => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Scalar-List-Utils', 'Locale::Maketext::Simple'=> undef, - 'MIME::Base64' => undef, - 'MIME::QuotedPrint' => undef, + 'MIME::Base64' => 'https://github.com/Dual-Life/mime-base64/issues', + 'MIME::QuotedPrint' => 'https://github.com/Dual-Life/mime-base64/issues', 'Math::BigFloat' => undef, 'Math::BigFloat::Trace' => undef, 'Math::BigInt' => undef, @@ -18563,12 +20139,8 @@ sub is_core 'PerlIO::via::QuotedPrint'=> undef, 'Pod::Checker' => undef, 'Pod::Escapes' => undef, - 'Pod::Find' => undef, - 'Pod::InputObjects' => undef, 'Pod::Man' => 'https://rt.cpan.org/Dist/Display.html?Name=podlators', 'Pod::ParseLink' => 'https://rt.cpan.org/Dist/Display.html?Name=podlators', - 'Pod::ParseUtils' => undef, - 'Pod::Parser' => undef, 'Pod::Perldoc' => undef, 'Pod::Perldoc::BaseTo' => undef, 'Pod::Perldoc::GetOptsOO'=> undef, @@ -18582,8 +20154,6 @@ sub is_core 'Pod::Perldoc::ToText' => undef, 'Pod::Perldoc::ToTk' => undef, 'Pod::Perldoc::ToXml' => undef, - 'Pod::PlainText' => undef, - 'Pod::Select' => undef, 'Pod::Simple' => 'https://github.com/perl-pod/pod-simple/issues', 'Pod::Simple::BlackBox' => 'https://github.com/perl-pod/pod-simple/issues', 'Pod::Simple::Checker' => 'https://github.com/perl-pod/pod-simple/issues', @@ -18593,6 +20163,7 @@ sub is_core 'Pod::Simple::HTML' => 'https://github.com/perl-pod/pod-simple/issues', 'Pod::Simple::HTMLBatch'=> 'https://github.com/perl-pod/pod-simple/issues', 'Pod::Simple::HTMLLegacy'=> 'https://github.com/perl-pod/pod-simple/issues', + 'Pod::Simple::JustPod' => 'https://github.com/perl-pod/pod-simple/issues', 'Pod::Simple::LinkSection'=> 'https://github.com/perl-pod/pod-simple/issues', 'Pod::Simple::Methody' => 'https://github.com/perl-pod/pod-simple/issues', 'Pod::Simple::Progress' => 'https://github.com/perl-pod/pod-simple/issues', @@ -18616,7 +20187,7 @@ sub is_core 'Pod::Text::Color' => 'https://rt.cpan.org/Dist/Display.html?Name=podlators', 'Pod::Text::Overstrike' => 'https://rt.cpan.org/Dist/Display.html?Name=podlators', 'Pod::Text::Termcap' => 'https://rt.cpan.org/Dist/Display.html?Name=podlators', - 'Pod::Usage' => undef, + 'Pod::Usage' => 'https://github.com/Dual-Life/Pod-Usage/issues', 'Scalar::Util' => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Scalar-List-Utils', 'Socket' => undef, 'Sub::Util' => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Scalar-List-Utils', @@ -18737,7 +20308,7 @@ sub is_core 'Text::ParseWords' => undef, 'Text::Tabs' => undef, 'Text::Wrap' => undef, - 'Tie::RefHash' => undef, + 'Tie::RefHash' => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Tie-RefHash', 'Time::Local' => 'https://github.com/houseabsolute/Time-Local/issues', 'Time::Piece' => undef, 'Time::Seconds' => undef, @@ -18752,7 +20323,6 @@ sub is_core 'Unicode::Collate::Locale'=> 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', 'autodie::Scope::Guard' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie', 'autodie::Scope::GuardStack'=> 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie', diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/Module/CoreList/Utils.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/Module/CoreList/Utils.pm index 2ced7a66c0..cd8929babf 100755 --- a/systems/texlive/tlnet/tlpkg/tlperl/lib/Module/CoreList/Utils.pm +++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/Module/CoreList/Utils.pm @@ -4,7 +4,7 @@ use strict; use warnings; use Module::CoreList; -our $VERSION = '5.20191110'; +our $VERSION = '5.20210123'; our %utilities; sub utilities { @@ -1551,6 +1551,133 @@ my %delta = ( removed => { } }, + 5.031006 => { + delta_from => 5.031005, + changed => { + 'streamzip' => '1', + }, + removed => { + } + }, + 5.031007 => { + delta_from => 5.031006, + changed => { + }, + removed => { + } + }, + 5.031008 => { + delta_from => 5.031007, + changed => { + }, + removed => { + } + }, + 5.031009 => { + delta_from => 5.031008, + changed => { + }, + removed => { + } + }, + 5.030002 => { + delta_from => 5.030001, + changed => { + }, + removed => { + } + }, + 5.031010 => { + delta_from => 5.031009, + changed => { + }, + removed => { + } + }, + 5.031011 => { + delta_from => 5.031010, + changed => { + }, + removed => { + } + }, + 5.028003 => { + delta_from => 5.028002, + changed => { + }, + removed => { + } + }, + 5.030003 => { + delta_from => 5.030002, + changed => { + }, + removed => { + } + }, + 5.032000 => { + delta_from => 5.031011, + changed => { + }, + removed => { + } + }, + 5.033000 => { + delta_from => 5.032, + changed => { + }, + removed => { + } + }, + 5.033001 => { + delta_from => 5.033000, + changed => { + }, + removed => { + } + }, + 5.033002 => { + delta_from => 5.033001, + changed => { + }, + removed => { + } + }, + 5.033003 => { + delta_from => 5.033002, + changed => { + }, + removed => { + } + }, + 5.033004 => { + delta_from => 5.033003, + changed => { + }, + removed => { + } + }, + 5.033005 => { + delta_from => 5.033004, + changed => { + }, + removed => { + } + }, + 5.033006 => { + delta_from => 5.033005, + changed => { + }, + removed => { + } + }, + 5.032001 => { + delta_from => 5.032000, + changed => { + }, + removed => { + } + }, ); %utilities = Module::CoreList::_undelta(\%delta); diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/Module/Load/Conditional.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/Module/Load/Conditional.pm index 89e22b5720..b0685d2ec1 100644 --- a/systems/texlive/tlnet/tlpkg/tlperl/lib/Module/Load/Conditional.pm +++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/Module/Load/Conditional.pm @@ -22,7 +22,7 @@ BEGIN { $FIND_VERSION $ERROR $CHECK_INC_HASH $FORCE_SAFE_INC ]; use Exporter; @ISA = qw[Exporter]; - $VERSION = '0.68'; + $VERSION = '0.70'; $VERBOSE = 0; $DEPRECATED = 0; $FIND_VERSION = 1; @@ -259,13 +259,19 @@ sub check_install { last DIR unless $FIND_VERSION; ### otherwise, the user wants us to find the version from files - my $mod_info = Module::Metadata->new_from_handle( $fh, $filename ); - my $ver = $mod_info->version( $args->{module} ); - if( defined $ver ) { - $href->{version} = $ver; + { + local $SIG{__WARN__} = sub {}; + my $ver = eval { + my $mod_info = Module::Metadata->new_from_handle( $fh, $filename ); + $mod_info->version( $args->{module} ); + }; - last DIR; + if( defined $ver ) { + $href->{version} = $ver; + + last DIR; + } } } } diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/Module/Metadata.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/Module/Metadata.pm index ecc535f03b..0309d768ae 100644 --- a/systems/texlive/tlnet/tlpkg/tlperl/lib/Module/Metadata.pm +++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/Module/Metadata.pm @@ -1,6 +1,6 @@ # -*- mode: cperl; tab-width: 8; indent-tabs-mode: nil; basic-offset: 2 -*- # vim:ts=8:sw=2:et:sta:sts=2:tw=78 -package Module::Metadata; # git description: v1.000035-3-gaa51be1 +package Module::Metadata; # git description: v1.000036-4-g435a294 # ABSTRACT: Gather package and POD information from perl module files # Adapted from Perl-licensed code originally distributed with @@ -14,7 +14,7 @@ sub __clean_eval { eval $_[0] } use strict; use warnings; -our $VERSION = '1.000036'; +our $VERSION = '1.000037'; use Carp qw/croak/; use File::Spec; @@ -383,7 +383,7 @@ sub _init { my $handle = delete $props{handle}; my( %valid_props, @valid_props ); - @valid_props = qw( collect_pod inc ); + @valid_props = qw( collect_pod inc decode_pod ); @valid_props{@valid_props} = delete( @props{@valid_props} ); warn "Unknown properties: @{[keys %props]}\n" if scalar( %props ); @@ -542,6 +542,7 @@ sub _parse_fh { my $pod_sect = ''; my $pod_data = ''; my $in_end = 0; + my $encoding = ''; while (defined( my $line = <$fh> )) { my $line_num = $.; @@ -570,6 +571,9 @@ sub _parse_fh { $pod_sect = $1; } elsif ( $self->{collect_pod} ) { + if ( $self->{decode_pod} && $line =~ /^=encoding ([\w-]+)/ ) { + $encoding = $1; + } $pod_data .= "$line\n"; } next; @@ -658,6 +662,11 @@ sub _parse_fh { $pod{$pod_sect} = $pod_data; } + if ( $self->{decode_pod} && $encoding ) { + require Encode; + $_ = Encode::decode( $encoding, $_ ) for values %pod; + } + $self->{versions} = \%vers; $self->{packages} = \@packages; $self->{pod} = \%pod; @@ -841,7 +850,7 @@ Module::Metadata - Gather package and POD information from perl module files =head1 VERSION -version 1.000036 +version 1.000037 =head1 SYNOPSIS @@ -865,7 +874,7 @@ in the CPAN toolchain. =head1 CLASS METHODS -=head2 C<< new_from_file($filename, collect_pod => 1) >> +=head2 C<< new_from_file($filename, collect_pod => 1, decode_pod => 1) >> Constructs a C object given the path to a file. Returns undef if the filename does not exist. @@ -878,7 +887,10 @@ If the file begins by an UTF-8, UTF-16BE or UTF-16LE byte-order mark, then it is skipped before processing, and the content of the file is also decoded appropriately starting from perl 5.8. -=head2 C<< new_from_handle($handle, $filename, collect_pod => 1) >> +Alternatively, if C is set, it will decode the collected pod +sections according to the C<=encoding> declaration. + +=head2 C<< new_from_handle($handle, $filename, collect_pod => 1, decode_pod => 1) >> This works just like C, except that a handle can be provided as the first argument. @@ -891,15 +903,15 @@ mandatory or undef will be returned. You are responsible for setting the decoding layers on C<$handle> if required. -=head2 C<< new_from_module($module, collect_pod => 1, inc => \@dirs) >> +=head2 C<< new_from_module($module, collect_pod => 1, inc => \@dirs, decode_pod => 1) >> Constructs a C object given a module or package name. Returns undef if the module cannot be found. -In addition to accepting the C argument as described above, -this method accepts a C argument which is a reference to an array of -directories to search for the module. If none are given, the default is -@INC. +In addition to accepting the C and C arguments as +described above, this method accepts a C argument which is a reference to +an array of directories to search for the module. If none are given, the +default is @INC. If the file that contains the module begins by an UTF-8, UTF-16BE or UTF-16LE byte-order mark, then it is skipped before processing, and the @@ -1070,7 +1082,7 @@ assistance from David Golden (xdg) . =head1 CONTRIBUTORS -=for stopwords Karen Etheridge David Golden Vincent Pit Matt S Trout Chris Nehren Graham Knop Olivier Mengué Tomas Doran tokuhirom Christian Walde Tatsuhiko Miyagawa Peter Rabbitson Steve Hay Jerry D. Hedden Craig A. Berry Mitchell Steinbrunner Edward Zborowski Gareth Harper James Raspass 'BinGOs' Williams Josh Jore Kent Fredric +=for stopwords Karen Etheridge David Golden Vincent Pit Matt S Trout Chris Nehren Tomas Doran Olivier Mengué Graham Knop tokuhirom Tatsuhiko Miyagawa Christian Walde Leon Timmermans Peter Rabbitson Steve Hay Jerry D. Hedden Craig A. Berry Mitchell Steinbrunner Edward Zborowski Gareth Harper James Raspass 'BinGOs' Williams Josh Jore Kent Fredric =over 4 @@ -1096,7 +1108,7 @@ Chris Nehren =item * -Graham Knop +Tomas Doran =item * @@ -1104,7 +1116,7 @@ Olivier Mengué =item * -Tomas Doran +Graham Knop =item * @@ -1112,11 +1124,15 @@ tokuhirom =item * +Tatsuhiko Miyagawa + +=item * + Christian Walde =item * -Tatsuhiko Miyagawa +Leon Timmermans =item * -- cgit v1.2.3