diff -Nru libcpanplus-perl-0.9904/ChangeLog libcpanplus-perl-0.9906/ChangeLog --- libcpanplus-perl-0.9904/ChangeLog 2019-12-09 21:25:01.000000000 +0000 +++ libcpanplus-perl-0.9906/ChangeLog 2020-01-23 18:40:49.000000000 +0000 @@ -1,3 +1,7 @@ +0.9906 Thu Jan 23 18:39:57 GMT 2020 + +* Correctly resolved testing issues on MSWin32 + 0.9904 Mon Dec 9 21:24:17 GMT 2019 * Fixed tests on MSWin32 diff -Nru libcpanplus-perl-0.9904/debian/changelog libcpanplus-perl-0.9906/debian/changelog --- libcpanplus-perl-0.9904/debian/changelog 2019-12-14 18:19:04.000000000 +0000 +++ libcpanplus-perl-0.9906/debian/changelog 2020-01-27 16:57:27.000000000 +0000 @@ -1,3 +1,12 @@ +libcpanplus-perl (0.9906-1) unstable; urgency=medium + + * Import upstream version 0.9906. + * Update years of packaging copyright. + * Declare compliance with Debian Policy 4.5.0. + * Set upstream metadata fields: Bug-Submit. + + -- gregor herrmann Mon, 27 Jan 2020 17:57:27 +0100 + libcpanplus-perl (0.9904-1) unstable; urgency=medium * Import upstream version 0.9904. diff -Nru libcpanplus-perl-0.9904/debian/control libcpanplus-perl-0.9906/debian/control --- libcpanplus-perl-0.9904/debian/control 2019-12-14 18:19:04.000000000 +0000 +++ libcpanplus-perl-0.9906/debian/control 2020-01-27 16:57:27.000000000 +0000 @@ -5,14 +5,14 @@ Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 12) -Build-Depends-Indep: perl, - libarchive-extract-perl , +Build-Depends-Indep: libarchive-extract-perl , liblog-message-perl , libmodule-pluggable-perl , libobject-accessor-perl , libpackage-constants-perl , - libterm-ui-perl -Standards-Version: 4.4.1 + libterm-ui-perl , + perl +Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcpanplus-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcpanplus-perl.git Homepage: https://metacpan.org/release/CPANPLUS diff -Nru libcpanplus-perl-0.9904/debian/copyright libcpanplus-perl-0.9906/debian/copyright --- libcpanplus-perl-0.9904/debian/copyright 2019-12-14 18:19:04.000000000 +0000 +++ libcpanplus-perl-0.9906/debian/copyright 2020-01-27 16:57:27.000000000 +0000 @@ -135,7 +135,7 @@ License: Artistic or GPL-1+ Files: debian/* -Copyright: 2013-2019, gregor herrmann +Copyright: 2013-2020, gregor herrmann License: Artistic or GPL-1+ License: Artistic diff -Nru libcpanplus-perl-0.9904/debian/upstream/metadata libcpanplus-perl-0.9906/debian/upstream/metadata --- libcpanplus-perl-0.9904/debian/upstream/metadata 2019-12-14 18:19:04.000000000 +0000 +++ libcpanplus-perl-0.9906/debian/upstream/metadata 2020-01-27 16:57:27.000000000 +0000 @@ -1,4 +1,5 @@ Archive: CPAN +Bug-Submit: https://github.com/jib/cpanplus-devel/issues/new Repository: https://github.com/jib/cpanplus-devel.git Bug-Database: https://github.com/jib/cpanplus-devel/issues Repository-Browse: https://github.com/jib/cpanplus-devel diff -Nru libcpanplus-perl-0.9904/inc/bundle/Module/CoreList/Utils.pm libcpanplus-perl-0.9906/inc/bundle/Module/CoreList/Utils.pm --- libcpanplus-perl-0.9904/inc/bundle/Module/CoreList/Utils.pm 2019-11-28 17:51:01.000000000 +0000 +++ libcpanplus-perl-0.9906/inc/bundle/Module/CoreList/Utils.pm 2020-01-23 18:39:38.000000000 +0000 @@ -4,7 +4,7 @@ use warnings; use Module::CoreList; -our $VERSION = '5.20191120'; +our $VERSION = '5.20200120'; our %utilities; sub utilities { @@ -1558,6 +1558,20 @@ }, removed => { } + }, + 5.031007 => { + delta_from => 5.031006, + changed => { + }, + removed => { + } + }, + 5.031008 => { + delta_from => 5.031007, + changed => { + }, + removed => { + } }, ); diff -Nru libcpanplus-perl-0.9904/inc/bundle/Module/CoreList.pm libcpanplus-perl-0.9906/inc/bundle/Module/CoreList.pm --- libcpanplus-perl-0.9904/inc/bundle/Module/CoreList.pm 2019-11-28 17:51:01.000000000 +0000 +++ libcpanplus-perl-0.9906/inc/bundle/Module/CoreList.pm 2020-01-23 18:39:38.000000000 +0000 @@ -4,7 +4,7 @@ our ( %released, %version, %families, %upstream, %bug_tracker, %deprecated, %delta ); use version; -our $VERSION = '5.20191120'; +our $VERSION = '5.20200120'; 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__) } } @@ -357,6 +357,8 @@ 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', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -17014,6 +17016,284 @@ 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 => { + } + }, ); sub is_core @@ -18070,6 +18350,20 @@ changed => { }, removed => { + } + }, + 5.031007 => { + delta_from => 5.031006, + changed => { + }, + removed => { + } + }, + 5.031008 => { + delta_from => 5.031007, + changed => { + }, + removed => { } }, ); diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Backend/RV.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Backend/RV.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Backend/RV.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Backend/RV.pm 2020-01-23 18:41:36.000000000 +0000 @@ -2,7 +2,7 @@ use strict; use vars qw[$STRUCT $VERSION]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; use CPANPLUS::Error; use CPANPLUS::Internals::Constants; diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Backend.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Backend.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Backend.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Backend.pm 2020-01-23 18:41:36.000000000 +0000 @@ -23,7 +23,7 @@ use vars qw[@ISA $VERSION]; @ISA = qw[CPANPLUS::Internals]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; ### mark that we're running under CPANPLUS to spawned processes $ENV{'PERL5_CPANPLUS_IS_RUNNING'} = $$; @@ -1121,7 +1121,7 @@ print $fh < 'CPANPLUS', Style => 'gettext'; use vars qw[$VERSION]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; use base qw[CPANPLUS::Dist::Base]; diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Dist/Base.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Dist/Base.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Dist/Base.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Dist/Base.pm 2020-01-23 18:41:36.000000000 +0000 @@ -4,7 +4,7 @@ use base qw[CPANPLUS::Dist]; use vars qw[$VERSION]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; =head1 NAME diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Dist/MM.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Dist/MM.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Dist/MM.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Dist/MM.pm 2020-01-23 18:41:36.000000000 +0000 @@ -4,7 +4,7 @@ use warnings; use vars qw[@ISA $STATUS $VERSION]; use base 'CPANPLUS::Dist::Base'; -$VERSION = "0.9904"; +$VERSION = "0.9906"; use CPANPLUS::Internals::Constants; use CPANPLUS::Internals::Constants::Report; @@ -1051,7 +1051,22 @@ return () unless length($string); require Text::ParseWords; - return Text::ParseWords::shellwords($string); + return Text::ParseWords::shellwords($self->_quote_literal($string)); +} + +sub _quote_literal { + my ($self, $text) = @_; + return $self->_quote_literal_vms($text) if ON_VMS; + $text =~ s{'}{'\\''}g; + $text =~ s{\$ (?!\() }{\$\$}gx; + return "'$text'"; +} + +sub _quote_literal_vms { + my ($self, $text) = @_; + $text =~ s{"}{""}g; + $text =~ s{\$ (?!\() }{"\$"}gx; + return qq{"$text"}; } 1; diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Dist/Sample.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Dist/Sample.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Dist/Sample.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Dist/Sample.pm 2020-01-23 18:41:36.000000000 +0000 @@ -1,7 +1,7 @@ package CPANPLUS::Dist::Sample; use vars qw[$VERSION]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; =pod diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Dist.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Dist.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Dist.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Dist.pm 2020-01-23 18:41:36.000000000 +0000 @@ -15,7 +15,7 @@ use Locale::Maketext::Simple Class => 'CPANPLUS', Style => 'gettext'; use vars qw[$VERSION]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; use base 'Object::Accessor'; diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Error.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Error.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Error.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Error.pm 2020-01-23 18:41:36.000000000 +0000 @@ -2,7 +2,7 @@ use strict; use vars qw[$VERSION]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; use Log::Message private => 0;; diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Internals/Constants/Report.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Internals/Constants/Report.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Internals/Constants/Report.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Internals/Constants/Report.pm 2020-01-23 18:41:36.000000000 +0000 @@ -14,7 +14,7 @@ ### for the version require CPANPLUS::Internals; -$VERSION = "0.9904"; +$VERSION = "0.9906"; @ISA = qw[Exporter]; @EXPORT = Package::Constants->list( __PACKAGE__ ); diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Internals/Constants.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Internals/Constants.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Internals/Constants.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Internals/Constants.pm 2020-01-23 18:41:36.000000000 +0000 @@ -13,7 +13,7 @@ use Package::Constants; -$VERSION = "0.9904"; +$VERSION = "0.9906"; @ISA = qw[Exporter]; @EXPORT = Package::Constants->list( __PACKAGE__ ); diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Internals/Extract.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Internals/Extract.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Internals/Extract.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Internals/Extract.pm 2020-01-23 18:41:36.000000000 +0000 @@ -16,7 +16,7 @@ use Locale::Maketext::Simple Class => 'CPANPLUS', Style => 'gettext'; use vars qw[$VERSION]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; local $Params::Check::VERBOSE = 1; diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Internals/Fetch.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Internals/Fetch.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Internals/Fetch.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Internals/Fetch.pm 2020-01-23 18:41:36.000000000 +0000 @@ -13,7 +13,7 @@ use Module::Load::Conditional qw[can_load]; use Locale::Maketext::Simple Class => 'CPANPLUS', Style => 'gettext'; use vars qw[$VERSION]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; $Params::Check::VERBOSE = 1; diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Internals/Report.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Internals/Report.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Internals/Report.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Internals/Report.pm 2020-01-23 18:41:36.000000000 +0000 @@ -14,7 +14,7 @@ use version; use vars qw[$VERSION]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; $Params::Check::VERBOSE = 1; diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Internals/Search.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Internals/Search.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Internals/Search.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Internals/Search.pm 2020-01-23 18:41:36.000000000 +0000 @@ -14,7 +14,7 @@ use Locale::Maketext::Simple Class => 'CPANPLUS', Style => 'gettext'; use vars qw[$VERSION]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; $Params::Check::VERBOSE = 1; diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Internals/Source/Memory.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Internals/Source/Memory.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Internals/Source/Memory.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Internals/Source/Memory.pm 2020-01-23 18:41:36.000000000 +0000 @@ -21,7 +21,7 @@ use Locale::Maketext::Simple Class => 'CPANPLUS', Style => 'gettext'; use vars qw[$VERSION]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; $Params::Check::VERBOSE = 1; diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Internals/Source/SQLite/Tie.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Internals/Source/SQLite/Tie.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Internals/Source/SQLite/Tie.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Internals/Source/SQLite/Tie.pm 2020-01-23 18:41:36.000000000 +0000 @@ -14,7 +14,7 @@ use Locale::Maketext::Simple Class => 'CPANPLUS', Style => 'gettext'; use vars qw[@ISA $VERSION]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; require Tie::Hash; push @ISA, 'Tie::StdHash'; diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Internals/Source/SQLite.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Internals/Source/SQLite.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Internals/Source/SQLite.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Internals/Source/SQLite.pm 2020-01-23 18:41:36.000000000 +0000 @@ -17,7 +17,7 @@ use Locale::Maketext::Simple Class => 'CPANPLUS', Style => 'gettext'; use vars qw[$VERSION]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; use constant TXN_COMMIT => 1000; diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Internals/Source.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Internals/Source.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Internals/Source.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Internals/Source.pm 2020-01-23 18:41:36.000000000 +0000 @@ -19,7 +19,7 @@ use Locale::Maketext::Simple Class => 'CPANPLUS', Style => 'gettext'; use vars qw[$VERSION]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; $Params::Check::VERBOSE = 1; diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Internals/Utils/Autoflush.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Internals/Utils/Autoflush.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Internals/Utils/Autoflush.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Internals/Utils/Autoflush.pm 2020-01-23 18:41:36.000000000 +0000 @@ -1,7 +1,7 @@ package CPANPLUS::Internals::Utils::Autoflush; use vars qw[$VERSION]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; BEGIN { my $old = select STDERR; $|++; select $old; $|++; }; diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Internals/Utils.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Internals/Utils.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Internals/Utils.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Internals/Utils.pm 2020-01-23 18:41:36.000000000 +0000 @@ -13,7 +13,7 @@ use version; use vars qw[$VERSION]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; local $Params::Check::VERBOSE = 1; diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Internals.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Internals.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Internals.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Internals.pm 2020-01-23 18:41:36.000000000 +0000 @@ -39,7 +39,7 @@ CPANPLUS::Internals::Report ]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; =pod diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Module/Author/Fake.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Module/Author/Fake.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Module/Author/Fake.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Module/Author/Fake.pm 2020-01-23 18:41:36.000000000 +0000 @@ -9,7 +9,7 @@ use vars qw[@ISA $VERSION]; use Params::Check qw[check]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; @ISA = qw[CPANPLUS::Module::Author]; diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Module/Author.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Module/Author.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Module/Author.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Module/Author.pm 2020-01-23 18:41:36.000000000 +0000 @@ -7,7 +7,7 @@ use Params::Check qw[check]; use Locale::Maketext::Simple Class => 'CPANPLUS', Style => 'gettext'; use vars qw[$VERSION]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; local $Params::Check::VERBOSE = 1; diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Module/Checksums.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Module/Checksums.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Module/Checksums.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Module/Checksums.pm 2020-01-23 18:41:36.000000000 +0000 @@ -15,7 +15,7 @@ $Params::Check::VERBOSE = 1; @ISA = qw[ CPANPLUS::Module::Signature ]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; =head1 NAME diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Module/Fake.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Module/Fake.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Module/Fake.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Module/Fake.pm 2020-01-23 18:41:36.000000000 +0000 @@ -10,7 +10,7 @@ use vars qw[@ISA $VERSION]; use Params::Check qw[check]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; @ISA = qw[CPANPLUS::Module]; $Params::Check::VERBOSE = 1; diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Module/Signature.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Module/Signature.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Module/Signature.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Module/Signature.pm 2020-01-23 18:41:36.000000000 +0000 @@ -7,7 +7,7 @@ use Params::Check qw[check]; use Module::Load::Conditional qw[can_load]; use vars qw[$VERSION]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; ### detached sig, not actually used afaik --kane ### #sub get_signature { diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Module.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Module.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Module.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Module.pm 2020-01-23 18:41:36.000000000 +0000 @@ -2,7 +2,7 @@ use strict; use vars qw[@ISA $VERSION]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; use CPANPLUS::Dist; use CPANPLUS::Error; diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Selfupdate.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Selfupdate.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Selfupdate.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Selfupdate.pm 2020-01-23 18:41:36.000000000 +0000 @@ -10,7 +10,7 @@ use CPANPLUS::Internals::Constants; use vars qw[$VERSION]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; $Params::Check::VERBOSE = 1; diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Shell/Classic.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Shell/Classic.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Shell/Classic.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Shell/Classic.pm 2020-01-23 18:41:36.000000000 +0000 @@ -30,7 +30,7 @@ BEGIN { use vars qw[ $VERSION @ISA ]; @ISA = qw[ CPANPLUS::Shell::_Base::ReadLine ]; - $VERSION = "0.9904"; + $VERSION = "0.9906"; } load CPANPLUS::Shell; diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Shell/Default/Plugins/CustomSource.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Shell/Default/Plugins/CustomSource.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Shell/Default/Plugins/CustomSource.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Shell/Default/Plugins/CustomSource.pm 2020-01-23 18:41:36.000000000 +0000 @@ -8,7 +8,7 @@ use Locale::Maketext::Simple Class => 'CPANPLUS', Style => 'gettext'; use vars qw[$VERSION]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; =head1 NAME diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Shell/Default/Plugins/Remote.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Shell/Default/Plugins/Remote.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Shell/Default/Plugins/Remote.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Shell/Default/Plugins/Remote.pm 2020-01-23 18:41:36.000000000 +0000 @@ -8,7 +8,7 @@ use Locale::Maketext::Simple Class => 'CPANPLUS', Style => 'gettext'; use vars qw[$VERSION]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; =head1 NAME diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Shell/Default/Plugins/Source.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Shell/Default/Plugins/Source.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Shell/Default/Plugins/Source.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Shell/Default/Plugins/Source.pm 2020-01-23 18:41:36.000000000 +0000 @@ -5,7 +5,7 @@ use Locale::Maketext::Simple Class => 'CPANPLUS', Style => 'gettext'; use vars qw[$VERSION]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; =head1 NAME diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Shell/Default.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Shell/Default.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Shell/Default.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Shell/Default.pm 2020-01-23 18:41:36.000000000 +0000 @@ -26,7 +26,7 @@ BEGIN { use vars qw[ $VERSION @ISA ]; @ISA = qw[ CPANPLUS::Shell::_Base::ReadLine ]; - $VERSION = "0.9904"; + $VERSION = "0.9906"; } load CPANPLUS::Shell; diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS/Shell.pm libcpanplus-perl-0.9906/lib/CPANPLUS/Shell.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS/Shell.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS/Shell.pm 2020-01-23 18:41:36.000000000 +0000 @@ -14,7 +14,7 @@ use vars qw[@ISA $SHELL $DEFAULT $VERSION]; -$VERSION = "0.9904"; +$VERSION = "0.9906"; $DEFAULT = SHELL_DEFAULT; =pod diff -Nru libcpanplus-perl-0.9904/lib/CPANPLUS.pm libcpanplus-perl-0.9906/lib/CPANPLUS.pm --- libcpanplus-perl-0.9904/lib/CPANPLUS.pm 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/lib/CPANPLUS.pm 2020-01-23 18:41:36.000000000 +0000 @@ -13,7 +13,7 @@ use vars qw( @EXPORT @ISA $VERSION ); @EXPORT = qw( shell fetch get install ); @ISA = qw( Exporter ); - $VERSION = "0.9904"; #have to hardcode or cpan.org gets unhappy + $VERSION = "0.9906"; #have to hardcode or cpan.org gets unhappy } ### purely for backward compatibility, so we can call it from the commandline: diff -Nru libcpanplus-perl-0.9904/META.json libcpanplus-perl-0.9906/META.json --- libcpanplus-perl-0.9904/META.json 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/META.json 2020-01-23 18:41:36.000000000 +0000 @@ -32,6 +32,6 @@ "url" : "http://github.com/jib/cpanplus-devel" } }, - "version" : "0.9904", + "version" : "0.9906", "x_serialization_backend" : "JSON::PP version 2.27300" } diff -Nru libcpanplus-perl-0.9904/META.yml libcpanplus-perl-0.9906/META.yml --- libcpanplus-perl-0.9904/META.yml 2019-12-09 21:40:47.000000000 +0000 +++ libcpanplus-perl-0.9906/META.yml 2020-01-23 18:41:36.000000000 +0000 @@ -19,4 +19,4 @@ license: http://dev.perl.org/licenses/ homepage: http://github.com/jib/cpanplus-devel repository: http://github.com/jib/cpanplus-devel -version: 0.9904 +version: 0.9906 diff -Nru libcpanplus-perl-0.9904/t/20_CPANPLUS-Dist-MM.t libcpanplus-perl-0.9906/t/20_CPANPLUS-Dist-MM.t --- libcpanplus-perl-0.9904/t/20_CPANPLUS-Dist-MM.t 2019-12-09 14:34:24.000000000 +0000 +++ libcpanplus-perl-0.9906/t/20_CPANPLUS-Dist-MM.t 2020-01-23 16:04:36.000000000 +0000 @@ -151,7 +151,7 @@ $conf->set_conf( lib => [ TEST_CONF_INSTALL_DIR ] ); ok( $Mod->install( force => 1, - makeflags => 'PREFIX='.TEST_CONF_INSTALL_DIR, + makemakerflags => 'PREFIX='.TEST_CONF_INSTALL_DIR, ), "Installing module" ); }