diff -Nru libmodule-corelist-perl-5.20191220/Changes libmodule-corelist-perl-5.20200220/Changes --- libmodule-corelist-perl-5.20191220/Changes 2019-12-21 10:47:52.000000000 +0000 +++ libmodule-corelist-perl-5.20200220/Changes 2020-02-10 15:04:35.000000000 +0000 @@ -1,3 +1,9 @@ +5.20200220 + - Updated for v5.31.9 + +5.20200120 + - Updated for v5.31.8 + 5.20191220 - Updated for v5.31.7 diff -Nru libmodule-corelist-perl-5.20191220/debian/changelog libmodule-corelist-perl-5.20200220/debian/changelog --- libmodule-corelist-perl-5.20191220/debian/changelog 2019-12-21 15:54:25.000000000 +0000 +++ libmodule-corelist-perl-5.20200220/debian/changelog 2020-02-21 07:50:59.000000000 +0000 @@ -1,3 +1,17 @@ +libmodule-corelist-perl (5.20200220-1) unstable; urgency=medium + + * New upstream version 5.20200220 + + -- Salvatore Bonaccorso Fri, 21 Feb 2020 08:50:59 +0100 + +libmodule-corelist-perl (5.20200120-1) unstable; urgency=medium + + * New upstream version 5.20200120 + * Update copyright years for debian/* packaging files + * Declare compliance with Debian policy 4.5.0 + + -- Salvatore Bonaccorso Mon, 20 Jan 2020 22:10:45 +0100 + libmodule-corelist-perl (5.20191220-1) unstable; urgency=medium [ Debian Janitor ] diff -Nru libmodule-corelist-perl-5.20191220/debian/control libmodule-corelist-perl-5.20200220/debian/control --- libmodule-corelist-perl-5.20191220/debian/control 2019-12-21 15:54:25.000000000 +0000 +++ libmodule-corelist-perl-5.20200220/debian/control 2020-02-21 07:50:59.000000000 +0000 @@ -11,7 +11,7 @@ Build-Depends: debhelper-compat (= 12) Build-Depends-Indep: libtest-pod-perl, perl -Standards-Version: 4.4.1 +Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmodule-corelist-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmodule-corelist-perl.git Homepage: https://metacpan.org/release/Module-CoreList diff -Nru libmodule-corelist-perl-5.20191220/debian/copyright libmodule-corelist-perl-5.20200220/debian/copyright --- libmodule-corelist-perl-5.20191220/debian/copyright 2019-12-21 15:54:25.000000000 +0000 +++ libmodule-corelist-perl-5.20200220/debian/copyright 2020-02-21 07:50:59.000000000 +0000 @@ -22,7 +22,7 @@ 2008, Niko Tyni 2009-2011, Jonathan Yu 2010, Ansgar Burchardt - 2010-2019, Salvatore Bonaccorso + 2010-2020, Salvatore Bonaccorso 2011, Fabrizio Regalli License: Artistic or GPL-1+ diff -Nru libmodule-corelist-perl-5.20191220/lib/Module/CoreList/Utils.pm libmodule-corelist-perl-5.20200220/lib/Module/CoreList/Utils.pm --- libmodule-corelist-perl-5.20191220/lib/Module/CoreList/Utils.pm 2019-12-21 10:47:52.000000000 +0000 +++ libmodule-corelist-perl-5.20200220/lib/Module/CoreList/Utils.pm 2020-02-10 15:04:35.000000000 +0000 @@ -4,7 +4,7 @@ use warnings; use Module::CoreList; -our $VERSION = '5.20191220'; +our $VERSION = '5.20200220'; our %utilities; sub utilities { @@ -1564,6 +1564,20 @@ changed => { }, removed => { + } + }, + 5.031008 => { + delta_from => 5.031007, + changed => { + }, + removed => { + } + }, + 5.031009 => { + delta_from => 5.031008, + changed => { + }, + removed => { } }, ); diff -Nru libmodule-corelist-perl-5.20191220/lib/Module/CoreList.pm libmodule-corelist-perl-5.20200220/lib/Module/CoreList.pm --- libmodule-corelist-perl-5.20191220/lib/Module/CoreList.pm 2019-12-21 10:47:52.000000000 +0000 +++ libmodule-corelist-perl-5.20200220/lib/Module/CoreList.pm 2020-02-20 23:58:51.000000000 +0000 @@ -4,7 +4,7 @@ our ( %released, %version, %families, %upstream, %bug_tracker, %deprecated, %delta ); use version; -our $VERSION = '5.20191220'; +our $VERSION = '5.20200220'; 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__) } } @@ -358,6 +358,8 @@ 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', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -17163,6 +17165,183 @@ 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 => { + } + }, ); sub is_core @@ -18226,6 +18405,20 @@ changed => { }, removed => { + } + }, + 5.031008 => { + delta_from => 5.031007, + changed => { + }, + removed => { + } + }, + 5.031009 => { + delta_from => 5.031008, + changed => { + }, + removed => { } }, ); diff -Nru libmodule-corelist-perl-5.20191220/META.json libmodule-corelist-perl-5.20200220/META.json --- libmodule-corelist-perl-5.20191220/META.json 2019-12-21 10:49:17.000000000 +0000 +++ libmodule-corelist-perl-5.20200220/META.json 2020-02-21 00:00:20.000000000 +0000 @@ -4,7 +4,7 @@ "unknown" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.38, CPAN::Meta::Converter version 2.150010", + "generated_by" : "ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -49,6 +49,6 @@ "url" : "git://perl5.git.perl.org/perl.git" } }, - "version" : "5.20191220", + "version" : "5.20200220", "x_serialization_backend" : "JSON::PP version 4.04" } diff -Nru libmodule-corelist-perl-5.20191220/META.yml libmodule-corelist-perl-5.20200220/META.yml --- libmodule-corelist-perl-5.20191220/META.yml 2019-12-21 10:49:17.000000000 +0000 +++ libmodule-corelist-perl-5.20200220/META.yml 2020-02-21 00:00:19.000000000 +0000 @@ -7,7 +7,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.38, CPAN::Meta::Converter version 2.150010' +generated_by: 'ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -25,5 +25,5 @@ bugtracker: https://rt.perl.org/rt3/ homepage: http://dev.perl.org/ repository: git://perl5.git.perl.org/perl.git -version: '5.20191220' +version: '5.20200220' x_serialization_backend: 'CPAN::Meta::YAML version 0.018'