diff -Nru libpackage-deprecationmanager-perl-0.16/Changes libpackage-deprecationmanager-perl-0.17/Changes --- libpackage-deprecationmanager-perl-0.16/Changes 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/Changes 2016-06-17 15:15:32.000000000 +0000 @@ -1,3 +1,8 @@ +0.17 2016-06-17 + +- Remove use of namespace::autoclean. + + 0.16 2016-03-21 - The subs installed into the caller are now named with Sub::Name. This makes diff -Nru libpackage-deprecationmanager-perl-0.16/CONTRIBUTING.md libpackage-deprecationmanager-perl-0.17/CONTRIBUTING.md --- libpackage-deprecationmanager-perl-0.16/CONTRIBUTING.md 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/CONTRIBUTING.md 2016-06-17 15:15:32.000000000 +0000 @@ -14,13 +14,18 @@ The distribution is managed with [Dist::Zilla](https://metacpan.org/release/Dist-Zilla). -However, you can still compile and test the code with the `Makefile.PL` in the -repository: +However, you can still compile and test the code with the `Makefile.PL` or +`Build.PL` in the repository: perl Makefile.PL make make test +or + perl Build.PL + ./Build + ./Build test + As well as: $ prove -bvr t @@ -105,8 +110,8 @@ This distribution uses [Code::TidyAll](https://metacpan.org/release/Code-TidyAll) to enforce a -uniform coding style. This is tested as part of the author testing. You can -install and run tidyall by running the following commands: +uniform coding style. This is tested as part of the author testing suite. You +can install and run tidyall by running the following commands: $ cpanm Code::TidyAll $ tidyall -a @@ -123,4 +128,4 @@ request to the .mailmap file to contain the correct mapping. This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.009 from a -template file originating in Dist-Zilla-PluginBundle-DROLSKY-0.45. +template file originating in Dist-Zilla-PluginBundle-DROLSKY-0.62. diff -Nru libpackage-deprecationmanager-perl-0.16/cpanfile libpackage-deprecationmanager-perl-0.17/cpanfile --- libpackage-deprecationmanager-perl-0.16/cpanfile 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/cpanfile 2016-06-17 15:15:32.000000000 +0000 @@ -4,7 +4,6 @@ requires "Params::Util" => "0"; requires "Sub::Install" => "0"; requires "Sub::Name" => "0"; -requires "namespace::autoclean" => "0"; requires "strict" => "0"; requires "warnings" => "0"; @@ -26,25 +25,29 @@ }; on 'develop' => sub { - requires "Code::TidyAll" => "0.24"; + requires "Code::TidyAll::Plugin::Test::Vars" => "0.02"; requires "File::Spec" => "0"; requires "IO::Handle" => "0"; requires "IPC::Open3" => "0"; - requires "Perl::Critic" => "1.123"; - requires "Perl::Tidy" => "20140711"; + requires "Perl::Critic" => "1.126"; + requires "Perl::Tidy" => "20160302"; requires "Pod::Coverage::TrustPod" => "0"; + requires "Pod::Wordlist" => "0"; requires "Test::CPAN::Changes" => "0.19"; requires "Test::CPAN::Meta::JSON" => "0.16"; - requires "Test::CleanNamespaces" => "0.15"; requires "Test::Code::TidyAll" => "0.24"; requires "Test::EOL" => "0"; requires "Test::Mojibake" => "0"; - requires "Test::More" => "0.88"; + requires "Test::More" => "0.96"; requires "Test::NoTabs" => "0"; requires "Test::Pod" => "1.41"; requires "Test::Pod::Coverage" => "1.08"; requires "Test::Pod::LinkCheck" => "0"; requires "Test::Pod::No404s" => "0"; + requires "Test::Portability::Files" => "0"; requires "Test::Spelling" => "0.12"; + requires "Test::Vars" => "0.009"; requires "Test::Version" => "1"; + requires "blib" => "1.01"; + requires "perl" => "5.006"; }; diff -Nru libpackage-deprecationmanager-perl-0.16/debian/changelog libpackage-deprecationmanager-perl-0.17/debian/changelog --- libpackage-deprecationmanager-perl-0.16/debian/changelog 2016-03-27 17:12:33.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/debian/changelog 2016-07-03 14:48:34.000000000 +0000 @@ -1,3 +1,19 @@ +libpackage-deprecationmanager-perl (0.17-1) unstable; urgency=medium + + * Team upload. + + [ gregor herrmann ] + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS. + * debian/upstream/metadata: use HTTPS for GitHub URLs. + + [ Lucas Kanashiro ] + * Import upstream version 0.17 + * Declare compliance with Debian policy 3.9.8 + * debian/control: remove dependency on libnamespace-autoclean-perl + + -- Lucas Kanashiro Sun, 03 Jul 2016 11:48:09 -0300 + libpackage-deprecationmanager-perl (0.16-1) unstable; urgency=medium * Team upload. diff -Nru libpackage-deprecationmanager-perl-0.16/debian/control libpackage-deprecationmanager-perl-0.17/debian/control --- libpackage-deprecationmanager-perl-0.16/debian/control 2016-03-27 17:12:33.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/debian/control 2016-07-03 14:48:34.000000000 +0000 @@ -7,14 +7,13 @@ Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl (>= 5.19.5), - libnamespace-autoclean-perl, libpackage-stash-perl, libparams-util-perl, libsub-install-perl, libsub-name-perl, libtest-fatal-perl, libtest-warnings-perl -Standards-Version: 3.9.7 +Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpackage-deprecationmanager-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpackage-deprecationmanager-perl.git Homepage: https://metacpan.org/release/Package-DeprecationManager @@ -24,7 +23,6 @@ Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.19.5), - libnamespace-autoclean-perl, libpackage-stash-perl, libparams-util-perl, libsub-install-perl, diff -Nru libpackage-deprecationmanager-perl-0.16/debian/copyright libpackage-deprecationmanager-perl-0.17/debian/copyright --- libpackage-deprecationmanager-perl-0.16/debian/copyright 2016-03-27 17:12:33.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/debian/copyright 2016-07-03 14:48:34.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Package-DeprecationManager Upstream-Contact: Dave Rolsky Source: https://metacpan.org/release/Package-DeprecationManager diff -Nru libpackage-deprecationmanager-perl-0.16/debian/upstream/metadata libpackage-deprecationmanager-perl-0.17/debian/upstream/metadata --- libpackage-deprecationmanager-perl-0.16/debian/upstream/metadata 2016-03-27 17:12:33.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/debian/upstream/metadata 2016-07-03 14:48:34.000000000 +0000 @@ -1,8 +1,8 @@ --- Archive: CPAN -Bug-Database: http://rt.cpan.org/Public/Dist/Display.html?Name=Package-DeprecationManager +Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=Package-DeprecationManager Bug-Submit: bug-package-deprecationmanager@rt.cpan.org Contact: Dave Rolsky Name: Package-DeprecationManager -Repository: git://github.com/moose/Package-DeprecationManager.git +Repository: https://github.com/moose/Package-DeprecationManager.git Repository-Browse: https://github.com/moose/Package-DeprecationManager diff -Nru libpackage-deprecationmanager-perl-0.16/dist.ini libpackage-deprecationmanager-perl-0.17/dist.ini --- libpackage-deprecationmanager-perl-0.16/dist.ini 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/dist.ini 2016-06-17 15:15:32.000000000 +0000 @@ -7,4 +7,7 @@ dist = Package-DeprecationManager stopwords = Goro stopwords = deprecations +; We don't want to use ns::clean or autoclean in this distro, so it's easier +; to just skip this test +-remove = Test::CleanNamespaces -remove = Test::Synopsis diff -Nru libpackage-deprecationmanager-perl-0.16/INSTALL libpackage-deprecationmanager-perl-0.17/INSTALL --- libpackage-deprecationmanager-perl-0.16/INSTALL 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/INSTALL 2016-06-17 15:15:32.000000000 +0000 @@ -8,10 +8,10 @@ % cpanm Package::DeprecationManager -If you are installing into a system-wide directory, you may need to pass the -"-S" flag to cpanm, which uses sudo to install the module: - - % cpanm -S Package::DeprecationManager +If it does not have permission to install modules to the current perl, cpanm +will automatically set up and install to a local::lib in your home directory. +See the local::lib documentation (https://metacpan.org/pod/local::lib) for +details on enabling it in your environment. ## Installing with the CPAN shell @@ -31,9 +31,9 @@ % make install -If you are installing into a system-wide directory, you may need to run: - - % sudo make install +If your perl is system-managed, you can create a local::lib in your home +directory to install modules to. For details, see the local::lib documentation: +https://metacpan.org/pod/local::lib ## Documentation diff -Nru libpackage-deprecationmanager-perl-0.16/lib/Package/DeprecationManager.pm libpackage-deprecationmanager-perl-0.17/lib/Package/DeprecationManager.pm --- libpackage-deprecationmanager-perl-0.16/lib/Package/DeprecationManager.pm 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/lib/Package/DeprecationManager.pm 2016-06-17 15:15:32.000000000 +0000 @@ -2,9 +2,8 @@ use strict; use warnings; -use namespace::autoclean; -our $VERSION = '0.16'; +our $VERSION = '0.17'; use Carp qw( croak ); use List::Util 1.33 qw( any ); @@ -167,7 +166,7 @@ =head1 VERSION -version 0.16 +version 0.17 =head1 SYNOPSIS diff -Nru libpackage-deprecationmanager-perl-0.16/Makefile.PL libpackage-deprecationmanager-perl-0.17/Makefile.PL --- libpackage-deprecationmanager-perl-0.16/Makefile.PL 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/Makefile.PL 2016-06-17 15:15:32.000000000 +0000 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.043. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.005. use strict; use warnings; @@ -22,7 +22,6 @@ "Params::Util" => 0, "Sub::Install" => 0, "Sub::Name" => 0, - "namespace::autoclean" => 0, "strict" => 0, "warnings" => 0 }, @@ -34,7 +33,7 @@ "Test::More" => "0.96", "Test::Warnings" => 0 }, - "VERSION" => "0.16", + "VERSION" => "0.17", "test" => { "TESTS" => "t/*.t" } @@ -54,7 +53,6 @@ "Test::Fatal" => 0, "Test::More" => "0.96", "Test::Warnings" => 0, - "namespace::autoclean" => 0, "strict" => 0, "warnings" => 0 ); diff -Nru libpackage-deprecationmanager-perl-0.16/MANIFEST libpackage-deprecationmanager-perl-0.17/MANIFEST --- libpackage-deprecationmanager-perl-0.16/MANIFEST 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/MANIFEST 2016-06-17 15:15:32.000000000 +0000 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.043. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.005. CONTRIBUTING.md Changes INSTALL @@ -15,21 +15,20 @@ perltidyrc t/00-report-prereqs.dd t/00-report-prereqs.t -t/author-00-compile.t -t/author-clean-namespaces.t -t/author-eol.t -t/author-mojibake.t -t/author-no-tabs.t -t/author-pod-spell.t -t/author-pod-syntax.t -t/author-test-version.t t/basic.t t/export.t -t/release-cpan-changes.t -t/release-meta-json.t -t/release-pod-coverage.t -t/release-pod-linkcheck.t -t/release-pod-no404s.t -t/release-portability.t -t/release-tidyall.t tidyall.ini +xt/author/00-compile.t +xt/author/eol.t +xt/author/mojibake.t +xt/author/no-tabs.t +xt/author/pod-coverage.t +xt/author/pod-no404s.t +xt/author/pod-spell.t +xt/author/pod-syntax.t +xt/author/portability.t +xt/author/test-version.t +xt/release/cpan-changes.t +xt/release/meta-json.t +xt/release/pod-linkcheck.t +xt/release/tidyall.t diff -Nru libpackage-deprecationmanager-perl-0.16/META.json libpackage-deprecationmanager-perl-0.17/META.json --- libpackage-deprecationmanager-perl-0.16/META.json 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/META.json 2016-06-17 15:15:32.000000000 +0000 @@ -4,7 +4,7 @@ "Dave Rolsky " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.043, CPAN::Meta::Converter version 2.150005", + "generated_by" : "Dist::Zilla version 6.005, CPAN::Meta::Converter version 2.150005", "license" : [ "artistic_2" ], @@ -21,27 +21,31 @@ }, "develop" : { "requires" : { - "Code::TidyAll" : "0.24", + "Code::TidyAll::Plugin::Test::Vars" : "0.02", "File::Spec" : "0", "IO::Handle" : "0", "IPC::Open3" : "0", - "Perl::Critic" : "1.123", - "Perl::Tidy" : "20140711", + "Perl::Critic" : "1.126", + "Perl::Tidy" : "20160302", "Pod::Coverage::TrustPod" : "0", + "Pod::Wordlist" : "0", "Test::CPAN::Changes" : "0.19", "Test::CPAN::Meta::JSON" : "0.16", - "Test::CleanNamespaces" : "0.15", "Test::Code::TidyAll" : "0.24", "Test::EOL" : "0", "Test::Mojibake" : "0", - "Test::More" : "0.88", + "Test::More" : "0.96", "Test::NoTabs" : "0", "Test::Pod" : "1.41", "Test::Pod::Coverage" : "1.08", "Test::Pod::LinkCheck" : "0", "Test::Pod::No404s" : "0", + "Test::Portability::Files" : "0", "Test::Spelling" : "0.12", - "Test::Version" : "1" + "Test::Vars" : "0.009", + "Test::Version" : "1", + "blib" : "1.01", + "perl" : "5.006" } }, "runtime" : { @@ -52,7 +56,6 @@ "Params::Util" : "0", "Sub::Install" : "0", "Sub::Name" : "0", - "namespace::autoclean" : "0", "strict" : "0", "warnings" : "0" } @@ -74,7 +77,7 @@ "provides" : { "Package::DeprecationManager" : { "file" : "lib/Package/DeprecationManager.pm", - "version" : "0.16" + "version" : "0.17" } }, "release_status" : "stable", @@ -90,10 +93,10 @@ "web" : "https://github.com/moose/Package-DeprecationManager" } }, - "version" : "0.16", + "version" : "0.17", "x_Dist_Zilla" : { "perl" : { - "version" : "5.022001" + "version" : "5.024000" }, "plugins" : [ { @@ -104,22 +107,7 @@ } }, "name" : "@DROLSKY/MakeMaker", - "version" : "5.043" - }, - { - "class" : "Dist::Zilla::Plugin::Authority", - "name" : "@DROLSKY/Authority", - "version" : "1.009" - }, - { - "class" : "Dist::Zilla::Plugin::AutoPrereqs", - "name" : "@DROLSKY/AutoPrereqs", - "version" : "5.043" - }, - { - "class" : "Dist::Zilla::Plugin::CopyFilesFromBuild", - "name" : "@DROLSKY/CopyFilesFromBuild", - "version" : "0.151680" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::Git::GatherDir", @@ -146,7 +134,72 @@ } }, "name" : "@DROLSKY/Git::GatherDir", - "version" : "2.036" + "version" : "2.039" + }, + { + "class" : "Dist::Zilla::Plugin::ManifestSkip", + "name" : "@DROLSKY/ManifestSkip", + "version" : "6.005" + }, + { + "class" : "Dist::Zilla::Plugin::License", + "name" : "@DROLSKY/License", + "version" : "6.005" + }, + { + "class" : "Dist::Zilla::Plugin::ExecDir", + "name" : "@DROLSKY/ExecDir", + "version" : "6.005" + }, + { + "class" : "Dist::Zilla::Plugin::ShareDir", + "name" : "@DROLSKY/ShareDir", + "version" : "6.005" + }, + { + "class" : "Dist::Zilla::Plugin::Manifest", + "name" : "@DROLSKY/Manifest", + "version" : "6.005" + }, + { + "class" : "Dist::Zilla::Plugin::CheckVersionIncrement", + "name" : "@DROLSKY/CheckVersionIncrement", + "version" : "0.121750" + }, + { + "class" : "Dist::Zilla::Plugin::TestRelease", + "name" : "@DROLSKY/TestRelease", + "version" : "6.005" + }, + { + "class" : "Dist::Zilla::Plugin::ConfirmRelease", + "name" : "@DROLSKY/ConfirmRelease", + "version" : "6.005" + }, + { + "class" : "Dist::Zilla::Plugin::UploadToCPAN", + "name" : "@DROLSKY/UploadToCPAN", + "version" : "6.005" + }, + { + "class" : "Dist::Zilla::Plugin::DROLSKY::VersionProvider", + "name" : "@DROLSKY/DROLSKY::VersionProvider", + "version" : "0.62" + }, + { + "class" : "Dist::Zilla::Plugin::Authority", + "name" : "@DROLSKY/Authority", + "version" : "1.009" + }, + { + "class" : "Dist::Zilla::Plugin::AutoPrereqs", + "name" : "@DROLSKY/AutoPrereqs", + "version" : "6.005" + }, + { + "class" : "Dist::Zilla::Plugin::CopyFilesFromBuild", + "name" : "@DROLSKY/CopyFilesFromBuild", + "version" : "0.161350" }, { "class" : "Dist::Zilla::Plugin::GitHub::Meta", @@ -166,7 +219,7 @@ { "class" : "Dist::Zilla::Plugin::MetaResources", "name" : "@DROLSKY/MetaResources", - "version" : "5.043" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::MetaProvides::Package", @@ -176,23 +229,44 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@DROLSKY/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "5.043" + "version" : "6.005" } ] }, "Dist::Zilla::Role::MetaProvider::Provider" : { + "Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.001011", "inherit_missing" : "1", "inherit_version" : "1", "meta_noindex" : "1" } }, "name" : "@DROLSKY/MetaProvides::Package", - "version" : "2.003001" + "version" : "2.003002" + }, + { + "class" : "Dist::Zilla::Plugin::MetaYAML", + "name" : "@DROLSKY/MetaYAML", + "version" : "6.005" + }, + { + "class" : "Dist::Zilla::Plugin::Meta::Contributors", + "name" : "@DROLSKY/Meta::Contributors", + "version" : "0.003" + }, + { + "class" : "Dist::Zilla::Plugin::MetaConfig", + "name" : "@DROLSKY/MetaConfig", + "version" : "6.005" + }, + { + "class" : "Dist::Zilla::Plugin::MetaJSON", + "name" : "@DROLSKY/MetaJSON", + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::NextRelease", "name" : "@DROLSKY/NextRelease", - "version" : "5.043" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -203,7 +277,7 @@ } }, "name" : "@DROLSKY/Test::More with subtest", - "version" : "5.043" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -214,7 +288,24 @@ } }, "name" : "@DROLSKY/Modules for use with tidyall", - "version" : "5.043" + "version" : "6.005" + }, + { + "class" : "Dist::Zilla::Plugin::PromptIfStale", + "config" : { + "Dist::Zilla::Plugin::PromptIfStale" : { + "check_all_plugins" : 0, + "check_all_prereqs" : 0, + "modules" : [ + "Dist::Zilla::PluginBundle::DROLSKY" + ], + "phase" : "build", + "run_under_travis" : 0, + "skip" : [] + } + }, + "name" : "@DROLSKY/Dist::Zilla::PluginBundle::DROLSKY", + "version" : "0.051" }, { "class" : "Dist::Zilla::Plugin::PromptIfStale", @@ -224,23 +315,25 @@ "check_all_prereqs" : 1, "modules" : [], "phase" : "release", + "run_under_travis" : 0, "skip" : [ "Dist::Zilla::Plugin::DROLSKY::CheckChangesHasContent", "Dist::Zilla::Plugin::DROLSKY::Contributors", "Dist::Zilla::Plugin::DROLSKY::Git::CheckFor::CorrectBranch", "Dist::Zilla::Plugin::DROLSKY::License", "Dist::Zilla::Plugin::DROLSKY::TidyAll", - "Dist::Zilla::Plugin::DROLSKY::VersionProvider" + "Dist::Zilla::Plugin::DROLSKY::VersionProvider", + "Pod::Weaver::PluginBundle::DROLSKY" ] } }, "name" : "@DROLSKY/PromptIfStale", - "version" : "0.047" + "version" : "0.051" }, { "class" : "Dist::Zilla::Plugin::Test::Pod::Coverage::Configurable", "name" : "@DROLSKY/Test::Pod::Coverage::Configurable", - "version" : "0.05" + "version" : "0.06" }, { "class" : "Dist::Zilla::Plugin::Test::PodSpelling", @@ -262,147 +355,130 @@ } }, "name" : "@DROLSKY/Test::PodSpelling", - "version" : "2.007000" - }, - { - "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs", - "name" : "@DROLSKY/Test::ReportPrereqs", - "version" : "0.024" + "version" : "2.007002" }, { - "class" : "Dist::Zilla::Plugin::Test::Version", - "name" : "@DROLSKY/Test::Version", - "version" : "1.05" - }, - { - "class" : "Dist::Zilla::Plugin::ManifestSkip", - "name" : "@DROLSKY/ManifestSkip", - "version" : "5.043" + "class" : "Dist::Zilla::Plugin::PodSyntaxTests", + "name" : "@DROLSKY/PodSyntaxTests", + "version" : "6.005" }, { - "class" : "Dist::Zilla::Plugin::MetaYAML", - "name" : "@DROLSKY/MetaYAML", - "version" : "5.043" + "class" : "Dist::Zilla::Plugin::Test::Pod::LinkCheck", + "name" : "@DROLSKY/Test::Pod::LinkCheck", + "version" : "1.002" }, { - "class" : "Dist::Zilla::Plugin::License", - "name" : "@DROLSKY/License", - "version" : "5.043" + "class" : "Dist::Zilla::Plugin::Test::Pod::No404s", + "name" : "@DROLSKY/Test::Pod::No404s", + "version" : "1.003" }, { - "class" : "Dist::Zilla::Plugin::ExtraTests", - "name" : "@DROLSKY/ExtraTests", - "version" : "5.043" + "class" : "Dist::Zilla::Plugin::RunExtraTests", + "config" : { + "Dist::Zilla::Role::TestRunner" : { + "default_jobs" : 1 + } + }, + "name" : "@DROLSKY/RunExtraTests", + "version" : "0.029" }, { - "class" : "Dist::Zilla::Plugin::ExecDir", - "name" : "@DROLSKY/ExecDir", - "version" : "5.043" + "class" : "Dist::Zilla::Plugin::MojibakeTests", + "name" : "@DROLSKY/MojibakeTests", + "version" : "0.8" }, { - "class" : "Dist::Zilla::Plugin::ShareDir", - "name" : "@DROLSKY/ShareDir", - "version" : "5.043" + "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes", + "config" : { + "Dist::Zilla::Plugin::Test::CPAN::Changes" : { + "changelog" : "Changes" + } + }, + "name" : "@DROLSKY/Test::CPAN::Changes", + "version" : "0.012" }, { - "class" : "Dist::Zilla::Plugin::Manifest", - "name" : "@DROLSKY/Manifest", - "version" : "5.043" + "class" : "Dist::Zilla::Plugin::Test::CPAN::Meta::JSON", + "name" : "@DROLSKY/Test::CPAN::Meta::JSON", + "version" : "0.004" }, { - "class" : "Dist::Zilla::Plugin::CheckVersionIncrement", - "name" : "@DROLSKY/CheckVersionIncrement", - "version" : "0.121750" + "class" : "Dist::Zilla::Plugin::Test::EOL", + "config" : { + "Dist::Zilla::Plugin::Test::EOL" : { + "filename" : "xt/author/eol.t", + "finder" : [ + ":InstallModules", + ":ExecFiles", + ":TestFiles" + ], + "trailing_whitespace" : "1" + } + }, + "name" : "@DROLSKY/Test::EOL", + "version" : "0.18" }, { - "class" : "Dist::Zilla::Plugin::TestRelease", - "name" : "@DROLSKY/TestRelease", - "version" : "5.043" + "class" : "Dist::Zilla::Plugin::Test::NoTabs", + "config" : { + "Dist::Zilla::Plugin::Test::NoTabs" : { + "filename" : "xt/author/no-tabs.t", + "finder" : [ + ":InstallModules", + ":ExecFiles", + ":TestFiles" + ] + } + }, + "name" : "@DROLSKY/Test::NoTabs", + "version" : "0.15" }, { - "class" : "Dist::Zilla::Plugin::ConfirmRelease", - "name" : "@DROLSKY/ConfirmRelease", - "version" : "5.043" + "class" : "Dist::Zilla::Plugin::Test::Portability", + "name" : "@DROLSKY/Test::Portability", + "version" : "2.000007" }, { - "class" : "Dist::Zilla::Plugin::UploadToCPAN", - "name" : "@DROLSKY/UploadToCPAN", - "version" : "5.043" + "class" : "Dist::Zilla::Plugin::Test::TidyAll", + "name" : "@DROLSKY/Test::TidyAll", + "version" : "0.03" }, { - "class" : "Dist::Zilla::Plugin::GenerateFile::FromShareDir", + "class" : "Dist::Zilla::Plugin::Test::Compile", "config" : { - "Dist::Zilla::Plugin::GenerateFile::FromShareDir" : { - "destination_filename" : "CONTRIBUTING.md", - "dist" : "Dist-Zilla-PluginBundle-DROLSKY", - "encoding" : "UTF-8", - "has_xs" : "", - "location" : "build", - "source_filename" : "CONTRIBUTING.md" - }, - "Dist::Zilla::Role::RepoFileInjector" : { - "allow_overwrite" : 1, - "repo_root" : ".", - "version" : "0.005" + "Dist::Zilla::Plugin::Test::Compile" : { + "bail_out_on_fail" : "0", + "fail_on_warning" : "author", + "fake_home" : 0, + "filename" : "xt/author/00-compile.t", + "module_finder" : [ + ":InstallModules" + ], + "needs_display" : 0, + "phase" : "develop", + "script_finder" : [ + ":PerlExecFiles" + ], + "skips" : [] } }, - "name" : "@DROLSKY/generate CONTRIBUTING", - "version" : "0.009" - }, - { - "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed", - "name" : "@DROLSKY/CheckPrereqsIndexed", - "version" : "0.017" + "name" : "@DROLSKY/Test::Compile", + "version" : "2.054" }, { - "class" : "Dist::Zilla::Plugin::CPANFile", - "name" : "@DROLSKY/CPANFile", - "version" : "5.043" + "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs", + "name" : "@DROLSKY/Test::ReportPrereqs", + "version" : "0.025" }, { - "class" : "Dist::Zilla::Plugin::DROLSKY::CheckChangesHasContent", - "name" : "@DROLSKY/DROLSKY::CheckChangesHasContent", - "version" : "0.45" + "class" : "Dist::Zilla::Plugin::Test::Version", + "name" : "@DROLSKY/Test::Version", + "version" : "1.09" }, { "class" : "Dist::Zilla::Plugin::DROLSKY::Contributors", "name" : "@DROLSKY/DROLSKY::Contributors", - "version" : "0.45" - }, - { - "class" : "Dist::Zilla::Plugin::DROLSKY::License", - "name" : "@DROLSKY/DROLSKY::License", - "version" : "0.45" - }, - { - "class" : "Dist::Zilla::Plugin::DROLSKY::TidyAll", - "name" : "@DROLSKY/DROLSKY::TidyAll", - "version" : "0.45" - }, - { - "class" : "Dist::Zilla::Plugin::DROLSKY::VersionProvider", - "name" : "@DROLSKY/DROLSKY::VersionProvider", - "version" : "0.45" - }, - { - "class" : "Dist::Zilla::Plugin::DROLSKY::Git::CheckFor::CorrectBranch", - "config" : { - "Dist::Zilla::Role::Git::Repo" : { - "repo_root" : "." - } - }, - "name" : "@DROLSKY/DROLSKY::Git::CheckFor::CorrectBranch", - "version" : "0.45" - }, - { - "class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts", - "config" : { - "Dist::Zilla::Role::Git::Repo" : { - "repo_root" : "." - } - }, - "name" : "@DROLSKY/Git::CheckFor::MergeConflicts", - "version" : "0.013" + "version" : "0.62" }, { "class" : "Dist::Zilla::Plugin::Git::Contributors", @@ -417,27 +493,7 @@ } }, "name" : "@DROLSKY/Git::Contributors", - "version" : "0.020" - }, - { - "class" : "Dist::Zilla::Plugin::InstallGuide", - "name" : "@DROLSKY/InstallGuide", - "version" : "1.200006" - }, - { - "class" : "Dist::Zilla::Plugin::Meta::Contributors", - "name" : "@DROLSKY/Meta::Contributors", - "version" : "0.003" - }, - { - "class" : "Dist::Zilla::Plugin::MetaConfig", - "name" : "@DROLSKY/MetaConfig", - "version" : "5.043" - }, - { - "class" : "Dist::Zilla::Plugin::MetaJSON", - "name" : "@DROLSKY/MetaJSON", - "version" : "5.043" + "version" : "0.023" }, { "class" : "Dist::Zilla::Plugin::SurgicalPodWeaver", @@ -454,92 +510,92 @@ { "class" : "Pod::Weaver::Plugin::EnsurePod5", "name" : "@CorePrep/EnsurePod5", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Plugin::H1Nester", "name" : "@CorePrep/H1Nester", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Plugin::SingleEncoding", "name" : "@DROLSKY/SingleEncoding", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Plugin::Transformer", "name" : "@DROLSKY/List", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Plugin::Transformer", "name" : "@DROLSKY/Verbatim", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@DROLSKY/header", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Name", "name" : "@DROLSKY/Name", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Version", "name" : "@DROLSKY/Version", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@DROLSKY/prelude", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "SYNOPSIS", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "DESCRIPTION", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "OVERVIEW", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "ATTRIBUTES", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "METHODS", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "FUNCTIONS", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "TYPES", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Leftovers", "name" : "@DROLSKY/Leftovers", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@DROLSKY/postlude", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::GenerateSection", @@ -559,7 +615,7 @@ { "class" : "Pod::Weaver::Section::Authors", "name" : "@DROLSKY/Authors", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Contributors", @@ -569,12 +625,12 @@ { "class" : "Pod::Weaver::Section::Legal", "name" : "@DROLSKY/Legal", - "version" : "4.012" + "version" : "4.013" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@DROLSKY/footer", - "version" : "4.012" + "version" : "4.013" } ] } @@ -590,101 +646,77 @@ } }, "name" : "@DROLSKY/README.md in build", - "version" : "0.160630" - }, - { - "class" : "Dist::Zilla::Plugin::MojibakeTests", - "name" : "@DROLSKY/MojibakeTests", - "version" : "0.8" - }, - { - "class" : "Dist::Zilla::Plugin::PodSyntaxTests", - "name" : "@DROLSKY/PodSyntaxTests", - "version" : "5.043" + "version" : "0.161170" }, { - "class" : "Dist::Zilla::Plugin::Test::CleanNamespaces", + "class" : "Dist::Zilla::Plugin::GenerateFile::FromShareDir", "config" : { - "Dist::Zilla::Plugin::Test::CleanNamespaces" : { - "filename" : "xt/author/clean-namespaces.t", - "skips" : [] + "Dist::Zilla::Plugin::GenerateFile::FromShareDir" : { + "destination_filename" : "CONTRIBUTING.md", + "dist" : "Dist-Zilla-PluginBundle-DROLSKY", + "encoding" : "UTF-8", + "has_xs" : "0", + "location" : "build", + "source_filename" : "CONTRIBUTING.md" + }, + "Dist::Zilla::Role::RepoFileInjector" : { + "allow_overwrite" : 1, + "repo_root" : ".", + "version" : "0.006" } }, - "name" : "@DROLSKY/Test::CleanNamespaces", - "version" : "0.006" + "name" : "@DROLSKY/generate CONTRIBUTING", + "version" : "0.009" }, { - "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes", - "name" : "@DROLSKY/Test::CPAN::Changes", - "version" : "0.009" + "class" : "Dist::Zilla::Plugin::InstallGuide", + "name" : "@DROLSKY/InstallGuide", + "version" : "1.200007" }, { - "class" : "Dist::Zilla::Plugin::Test::CPAN::Meta::JSON", - "name" : "@DROLSKY/Test::CPAN::Meta::JSON", - "version" : "0.004" + "class" : "Dist::Zilla::Plugin::CPANFile", + "name" : "@DROLSKY/CPANFile", + "version" : "6.005" }, { - "class" : "Dist::Zilla::Plugin::Test::EOL", - "config" : { - "Dist::Zilla::Plugin::Test::EOL" : { - "filename" : "xt/author/eol.t", - "finder" : [ - ":InstallModules", - ":ExecFiles", - ":TestFiles" - ], - "trailing_whitespace" : "1" - } - }, - "name" : "@DROLSKY/Test::EOL", - "version" : "0.18" + "class" : "Dist::Zilla::Plugin::DROLSKY::License", + "name" : "@DROLSKY/DROLSKY::License", + "version" : "0.62" }, { - "class" : "Dist::Zilla::Plugin::Test::NoTabs", - "config" : { - "Dist::Zilla::Plugin::Test::NoTabs" : { - "filename" : "xt/author/no-tabs.t", - "finder" : [ - ":InstallModules", - ":ExecFiles", - ":TestFiles" - ] - } - }, - "name" : "@DROLSKY/Test::NoTabs", - "version" : "0.15" + "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed", + "name" : "@DROLSKY/CheckPrereqsIndexed", + "version" : "0.018" }, { - "class" : "Dist::Zilla::Plugin::Test::Portability", - "name" : "@DROLSKY/Test::Portability", - "version" : "2.000006" + "class" : "Dist::Zilla::Plugin::DROLSKY::CheckChangesHasContent", + "name" : "@DROLSKY/DROLSKY::CheckChangesHasContent", + "version" : "0.62" }, { - "class" : "Dist::Zilla::Plugin::Test::TidyAll", - "name" : "@DROLSKY/Test::TidyAll", - "version" : "0.01" + "class" : "Dist::Zilla::Plugin::DROLSKY::Git::CheckFor::CorrectBranch", + "config" : { + "Dist::Zilla::Role::Git::Repo" : { + "repo_root" : "." + } + }, + "name" : "@DROLSKY/DROLSKY::Git::CheckFor::CorrectBranch", + "version" : "0.62" }, { - "class" : "Dist::Zilla::Plugin::Test::Compile", + "class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts", "config" : { - "Dist::Zilla::Plugin::Test::Compile" : { - "bail_out_on_fail" : "0", - "fail_on_warning" : "author", - "fake_home" : 0, - "filename" : "xt/author/00-compile.t", - "module_finder" : [ - ":InstallModules" - ], - "needs_display" : 0, - "phase" : "develop", - "script_finder" : [ - ":PerlExecFiles" - ], - "skips" : [] + "Dist::Zilla::Role::Git::Repo" : { + "repo_root" : "." } }, - "name" : "@DROLSKY/Test::Compile", - "version" : "2.054" + "name" : "@DROLSKY/Git::CheckFor::MergeConflicts", + "version" : "0.013" + }, + { + "class" : "Dist::Zilla::Plugin::DROLSKY::TidyAll", + "name" : "@DROLSKY/DROLSKY::TidyAll", + "version" : "0.62" }, { "class" : "Dist::Zilla::Plugin::Git::Check", @@ -701,7 +733,8 @@ "Makefile.PL", "README.md", "cpanfile", - "ppport.h" + "ppport.h", + "tidyall.ini" ], "allow_dirty_match" : [], "changelog" : "Changes" @@ -711,7 +744,7 @@ } }, "name" : "@DROLSKY/Git::Check", - "version" : "2.036" + "version" : "2.039" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", @@ -729,7 +762,8 @@ "Makefile.PL", "README.md", "cpanfile", - "ppport.h" + "ppport.h", + "tidyall.ini" ], "allow_dirty_match" : [], "changelog" : "Changes" @@ -742,7 +776,7 @@ } }, "name" : "@DROLSKY/commit generated files", - "version" : "2.036" + "version" : "2.039" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", @@ -751,7 +785,7 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "v0.16", + "tag" : "v0.17", "tag_format" : "v%v", "tag_message" : "v%v" }, @@ -763,7 +797,7 @@ } }, "name" : "@DROLSKY/Git::Tag", - "version" : "2.036" + "version" : "2.039" }, { "class" : "Dist::Zilla::Plugin::Git::Push", @@ -779,7 +813,7 @@ } }, "name" : "@DROLSKY/Git::Push", - "version" : "2.036" + "version" : "2.039" }, { "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease", @@ -794,7 +828,7 @@ } }, "name" : "@DROLSKY/BumpVersionAfterRelease", - "version" : "0.014" + "version" : "0.015" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", @@ -821,7 +855,7 @@ } }, "name" : "@DROLSKY/commit version bump", - "version" : "2.036" + "version" : "2.039" }, { "class" : "Dist::Zilla::Plugin::Git::Push", @@ -837,72 +871,62 @@ } }, "name" : "@DROLSKY/push version bump", - "version" : "2.036" - }, - { - "class" : "Dist::Zilla::Plugin::Test::Pod::LinkCheck", - "name" : "@DROLSKY/Test::Pod::LinkCheck", - "version" : "1.002" - }, - { - "class" : "Dist::Zilla::Plugin::Test::Pod::No404s", - "name" : "@DROLSKY/Test::Pod::No404s", - "version" : "1.002" + "version" : "2.039" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "5.043" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "5.043" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "5.043" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExtraTestFiles", - "version" : "5.043" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "5.043" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":PerlExecFiles", - "version" : "5.043" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "5.043" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "5.043" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "5.043" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "5.043" + "version" : "6.005" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@DROLSKY/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "5.043" + "version" : "6.005" } ], "zilla" : { @@ -910,7 +934,7 @@ "config" : { "is_trial" : "0" }, - "version" : "5.043" + "version" : "6.005" } }, "x_authority" : "cpan:DROLSKY", diff -Nru libpackage-deprecationmanager-perl-0.16/META.yml libpackage-deprecationmanager-perl-0.17/META.yml --- libpackage-deprecationmanager-perl-0.16/META.yml 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/META.yml 2016-06-17 15:15:32.000000000 +0000 @@ -12,7 +12,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 0 -generated_by: 'Dist::Zilla version 5.043, CPAN::Meta::Converter version 2.150005' +generated_by: 'Dist::Zilla version 6.005, CPAN::Meta::Converter version 2.150005' license: artistic_2 meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -21,7 +21,7 @@ provides: Package::DeprecationManager: file: lib/Package/DeprecationManager.pm - version: '0.16' + version: '0.17' requires: Carp: '0' List::Util: '1.33' @@ -29,17 +29,16 @@ Params::Util: '0' Sub::Install: '0' Sub::Name: '0' - namespace::autoclean: '0' strict: '0' warnings: '0' resources: bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Package-DeprecationManager homepage: http://metacpan.org/release/Package-DeprecationManager repository: git://github.com/moose/Package-DeprecationManager.git -version: '0.16' +version: '0.17' x_Dist_Zilla: perl: - version: '5.022001' + version: '5.024000' plugins: - class: Dist::Zilla::Plugin::MakeMaker @@ -47,19 +46,7 @@ Dist::Zilla::Role::TestRunner: default_jobs: 1 name: '@DROLSKY/MakeMaker' - version: '5.043' - - - class: Dist::Zilla::Plugin::Authority - name: '@DROLSKY/Authority' - version: '1.009' - - - class: Dist::Zilla::Plugin::AutoPrereqs - name: '@DROLSKY/AutoPrereqs' - version: '5.043' - - - class: Dist::Zilla::Plugin::CopyFilesFromBuild - name: '@DROLSKY/CopyFilesFromBuild' - version: '0.151680' + version: '6.005' - class: Dist::Zilla::Plugin::Git::GatherDir config: @@ -81,7 +68,59 @@ Dist::Zilla::Plugin::Git::GatherDir: include_untracked: 0 name: '@DROLSKY/Git::GatherDir' - version: '2.036' + version: '2.039' + - + class: Dist::Zilla::Plugin::ManifestSkip + name: '@DROLSKY/ManifestSkip' + version: '6.005' + - + class: Dist::Zilla::Plugin::License + name: '@DROLSKY/License' + version: '6.005' + - + class: Dist::Zilla::Plugin::ExecDir + name: '@DROLSKY/ExecDir' + version: '6.005' + - + class: Dist::Zilla::Plugin::ShareDir + name: '@DROLSKY/ShareDir' + version: '6.005' + - + class: Dist::Zilla::Plugin::Manifest + name: '@DROLSKY/Manifest' + version: '6.005' + - + class: Dist::Zilla::Plugin::CheckVersionIncrement + name: '@DROLSKY/CheckVersionIncrement' + version: '0.121750' + - + class: Dist::Zilla::Plugin::TestRelease + name: '@DROLSKY/TestRelease' + version: '6.005' + - + class: Dist::Zilla::Plugin::ConfirmRelease + name: '@DROLSKY/ConfirmRelease' + version: '6.005' + - + class: Dist::Zilla::Plugin::UploadToCPAN + name: '@DROLSKY/UploadToCPAN' + version: '6.005' + - + class: Dist::Zilla::Plugin::DROLSKY::VersionProvider + name: '@DROLSKY/DROLSKY::VersionProvider' + version: '0.62' + - + class: Dist::Zilla::Plugin::Authority + name: '@DROLSKY/Authority' + version: '1.009' + - + class: Dist::Zilla::Plugin::AutoPrereqs + name: '@DROLSKY/AutoPrereqs' + version: '6.005' + - + class: Dist::Zilla::Plugin::CopyFilesFromBuild + name: '@DROLSKY/CopyFilesFromBuild' + version: '0.161350' - class: Dist::Zilla::Plugin::GitHub::Meta name: '@DROLSKY/GitHub::Meta' @@ -96,7 +135,7 @@ - class: Dist::Zilla::Plugin::MetaResources name: '@DROLSKY/MetaResources' - version: '5.043' + version: '6.005' - class: Dist::Zilla::Plugin::MetaProvides::Package config: @@ -105,17 +144,34 @@ - class: Dist::Zilla::Plugin::FinderCode name: '@DROLSKY/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '5.043' + version: '6.005' Dist::Zilla::Role::MetaProvider::Provider: + Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.001011' inherit_missing: '1' inherit_version: '1' meta_noindex: '1' name: '@DROLSKY/MetaProvides::Package' - version: '2.003001' + version: '2.003002' + - + class: Dist::Zilla::Plugin::MetaYAML + name: '@DROLSKY/MetaYAML' + version: '6.005' + - + class: Dist::Zilla::Plugin::Meta::Contributors + name: '@DROLSKY/Meta::Contributors' + version: '0.003' + - + class: Dist::Zilla::Plugin::MetaConfig + name: '@DROLSKY/MetaConfig' + version: '6.005' + - + class: Dist::Zilla::Plugin::MetaJSON + name: '@DROLSKY/MetaJSON' + version: '6.005' - class: Dist::Zilla::Plugin::NextRelease name: '@DROLSKY/NextRelease' - version: '5.043' + version: '6.005' - class: Dist::Zilla::Plugin::Prereqs config: @@ -123,7 +179,7 @@ phase: test type: requires name: '@DROLSKY/Test::More with subtest' - version: '5.043' + version: '6.005' - class: Dist::Zilla::Plugin::Prereqs config: @@ -131,7 +187,20 @@ phase: develop type: requires name: '@DROLSKY/Modules for use with tidyall' - version: '5.043' + version: '6.005' + - + class: Dist::Zilla::Plugin::PromptIfStale + config: + Dist::Zilla::Plugin::PromptIfStale: + check_all_plugins: 0 + check_all_prereqs: 0 + modules: + - Dist::Zilla::PluginBundle::DROLSKY + phase: build + run_under_travis: 0 + skip: [] + name: '@DROLSKY/Dist::Zilla::PluginBundle::DROLSKY' + version: '0.051' - class: Dist::Zilla::Plugin::PromptIfStale config: @@ -140,6 +209,7 @@ check_all_prereqs: 1 modules: [] phase: release + run_under_travis: 0 skip: - Dist::Zilla::Plugin::DROLSKY::CheckChangesHasContent - Dist::Zilla::Plugin::DROLSKY::Contributors @@ -147,12 +217,13 @@ - Dist::Zilla::Plugin::DROLSKY::License - Dist::Zilla::Plugin::DROLSKY::TidyAll - Dist::Zilla::Plugin::DROLSKY::VersionProvider + - Pod::Weaver::PluginBundle::DROLSKY name: '@DROLSKY/PromptIfStale' - version: '0.047' + version: '0.051' - class: Dist::Zilla::Plugin::Test::Pod::Coverage::Configurable name: '@DROLSKY/Test::Pod::Coverage::Configurable' - version: '0.05' + version: '0.06' - class: Dist::Zilla::Plugin::Test::PodSpelling config: @@ -170,117 +241,101 @@ - drolsky wordlist: Pod::Wordlist name: '@DROLSKY/Test::PodSpelling' - version: '2.007000' + version: '2.007002' - - class: Dist::Zilla::Plugin::Test::ReportPrereqs - name: '@DROLSKY/Test::ReportPrereqs' - version: '0.024' - - - class: Dist::Zilla::Plugin::Test::Version - name: '@DROLSKY/Test::Version' - version: '1.05' - - - class: Dist::Zilla::Plugin::ManifestSkip - name: '@DROLSKY/ManifestSkip' - version: '5.043' + class: Dist::Zilla::Plugin::PodSyntaxTests + name: '@DROLSKY/PodSyntaxTests' + version: '6.005' - - class: Dist::Zilla::Plugin::MetaYAML - name: '@DROLSKY/MetaYAML' - version: '5.043' + class: Dist::Zilla::Plugin::Test::Pod::LinkCheck + name: '@DROLSKY/Test::Pod::LinkCheck' + version: '1.002' - - class: Dist::Zilla::Plugin::License - name: '@DROLSKY/License' - version: '5.043' + class: Dist::Zilla::Plugin::Test::Pod::No404s + name: '@DROLSKY/Test::Pod::No404s' + version: '1.003' - - class: Dist::Zilla::Plugin::ExtraTests - name: '@DROLSKY/ExtraTests' - version: '5.043' + class: Dist::Zilla::Plugin::RunExtraTests + config: + Dist::Zilla::Role::TestRunner: + default_jobs: 1 + name: '@DROLSKY/RunExtraTests' + version: '0.029' - - class: Dist::Zilla::Plugin::ExecDir - name: '@DROLSKY/ExecDir' - version: '5.043' + class: Dist::Zilla::Plugin::MojibakeTests + name: '@DROLSKY/MojibakeTests' + version: '0.8' - - class: Dist::Zilla::Plugin::ShareDir - name: '@DROLSKY/ShareDir' - version: '5.043' + class: Dist::Zilla::Plugin::Test::CPAN::Changes + config: + Dist::Zilla::Plugin::Test::CPAN::Changes: + changelog: Changes + name: '@DROLSKY/Test::CPAN::Changes' + version: '0.012' - - class: Dist::Zilla::Plugin::Manifest - name: '@DROLSKY/Manifest' - version: '5.043' + class: Dist::Zilla::Plugin::Test::CPAN::Meta::JSON + name: '@DROLSKY/Test::CPAN::Meta::JSON' + version: '0.004' - - class: Dist::Zilla::Plugin::CheckVersionIncrement - name: '@DROLSKY/CheckVersionIncrement' - version: '0.121750' + class: Dist::Zilla::Plugin::Test::EOL + config: + Dist::Zilla::Plugin::Test::EOL: + filename: xt/author/eol.t + finder: + - ':InstallModules' + - ':ExecFiles' + - ':TestFiles' + trailing_whitespace: '1' + name: '@DROLSKY/Test::EOL' + version: '0.18' - - class: Dist::Zilla::Plugin::TestRelease - name: '@DROLSKY/TestRelease' - version: '5.043' + class: Dist::Zilla::Plugin::Test::NoTabs + config: + Dist::Zilla::Plugin::Test::NoTabs: + filename: xt/author/no-tabs.t + finder: + - ':InstallModules' + - ':ExecFiles' + - ':TestFiles' + name: '@DROLSKY/Test::NoTabs' + version: '0.15' - - class: Dist::Zilla::Plugin::ConfirmRelease - name: '@DROLSKY/ConfirmRelease' - version: '5.043' + class: Dist::Zilla::Plugin::Test::Portability + name: '@DROLSKY/Test::Portability' + version: '2.000007' - - class: Dist::Zilla::Plugin::UploadToCPAN - name: '@DROLSKY/UploadToCPAN' - version: '5.043' + class: Dist::Zilla::Plugin::Test::TidyAll + name: '@DROLSKY/Test::TidyAll' + version: '0.03' - - class: Dist::Zilla::Plugin::GenerateFile::FromShareDir + class: Dist::Zilla::Plugin::Test::Compile config: - Dist::Zilla::Plugin::GenerateFile::FromShareDir: - destination_filename: CONTRIBUTING.md - dist: Dist-Zilla-PluginBundle-DROLSKY - encoding: UTF-8 - has_xs: '' - location: build - source_filename: CONTRIBUTING.md - Dist::Zilla::Role::RepoFileInjector: - allow_overwrite: 1 - repo_root: . - version: '0.005' - name: '@DROLSKY/generate CONTRIBUTING' - version: '0.009' - - - class: Dist::Zilla::Plugin::CheckPrereqsIndexed - name: '@DROLSKY/CheckPrereqsIndexed' - version: '0.017' + Dist::Zilla::Plugin::Test::Compile: + bail_out_on_fail: '0' + fail_on_warning: author + fake_home: 0 + filename: xt/author/00-compile.t + module_finder: + - ':InstallModules' + needs_display: 0 + phase: develop + script_finder: + - ':PerlExecFiles' + skips: [] + name: '@DROLSKY/Test::Compile' + version: '2.054' - - class: Dist::Zilla::Plugin::CPANFile - name: '@DROLSKY/CPANFile' - version: '5.043' + class: Dist::Zilla::Plugin::Test::ReportPrereqs + name: '@DROLSKY/Test::ReportPrereqs' + version: '0.025' - - class: Dist::Zilla::Plugin::DROLSKY::CheckChangesHasContent - name: '@DROLSKY/DROLSKY::CheckChangesHasContent' - version: '0.45' + class: Dist::Zilla::Plugin::Test::Version + name: '@DROLSKY/Test::Version' + version: '1.09' - class: Dist::Zilla::Plugin::DROLSKY::Contributors name: '@DROLSKY/DROLSKY::Contributors' - version: '0.45' - - - class: Dist::Zilla::Plugin::DROLSKY::License - name: '@DROLSKY/DROLSKY::License' - version: '0.45' - - - class: Dist::Zilla::Plugin::DROLSKY::TidyAll - name: '@DROLSKY/DROLSKY::TidyAll' - version: '0.45' - - - class: Dist::Zilla::Plugin::DROLSKY::VersionProvider - name: '@DROLSKY/DROLSKY::VersionProvider' - version: '0.45' - - - class: Dist::Zilla::Plugin::DROLSKY::Git::CheckFor::CorrectBranch - config: - Dist::Zilla::Role::Git::Repo: - repo_root: . - name: '@DROLSKY/DROLSKY::Git::CheckFor::CorrectBranch' - version: '0.45' - - - class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts - config: - Dist::Zilla::Role::Git::Repo: - repo_root: . - name: '@DROLSKY/Git::CheckFor::MergeConflicts' - version: '0.013' + version: '0.62' - class: Dist::Zilla::Plugin::Git::Contributors config: @@ -291,23 +346,7 @@ paths: - . name: '@DROLSKY/Git::Contributors' - version: '0.020' - - - class: Dist::Zilla::Plugin::InstallGuide - name: '@DROLSKY/InstallGuide' - version: '1.200006' - - - class: Dist::Zilla::Plugin::Meta::Contributors - name: '@DROLSKY/Meta::Contributors' - version: '0.003' - - - class: Dist::Zilla::Plugin::MetaConfig - name: '@DROLSKY/MetaConfig' - version: '5.043' - - - class: Dist::Zilla::Plugin::MetaJSON - name: '@DROLSKY/MetaJSON' - version: '5.043' + version: '0.023' - class: Dist::Zilla::Plugin::SurgicalPodWeaver config: @@ -321,75 +360,75 @@ - class: Pod::Weaver::Plugin::EnsurePod5 name: '@CorePrep/EnsurePod5' - version: '4.012' + version: '4.013' - class: Pod::Weaver::Plugin::H1Nester name: '@CorePrep/H1Nester' - version: '4.012' + version: '4.013' - class: Pod::Weaver::Plugin::SingleEncoding name: '@DROLSKY/SingleEncoding' - version: '4.012' + version: '4.013' - class: Pod::Weaver::Plugin::Transformer name: '@DROLSKY/List' - version: '4.012' + version: '4.013' - class: Pod::Weaver::Plugin::Transformer name: '@DROLSKY/Verbatim' - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Region name: '@DROLSKY/header' - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Name name: '@DROLSKY/Name' - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Version name: '@DROLSKY/Version' - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Region name: '@DROLSKY/prelude' - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Generic name: SYNOPSIS - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Generic name: DESCRIPTION - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Generic name: OVERVIEW - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Collect name: ATTRIBUTES - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Collect name: METHODS - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Collect name: FUNCTIONS - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Collect name: TYPES - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Leftovers name: '@DROLSKY/Leftovers' - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Region name: '@DROLSKY/postlude' - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::GenerateSection name: '@DROLSKY/generate SUPPORT' @@ -405,7 +444,7 @@ - class: Pod::Weaver::Section::Authors name: '@DROLSKY/Authors' - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Contributors name: '@DROLSKY/Contributors' @@ -413,11 +452,11 @@ - class: Pod::Weaver::Section::Legal name: '@DROLSKY/Legal' - version: '4.012' + version: '4.013' - class: Pod::Weaver::Section::Region name: '@DROLSKY/footer' - version: '4.012' + version: '4.013' name: '@DROLSKY/SurgicalPodWeaver' version: '0.0023' - @@ -426,79 +465,61 @@ Dist::Zilla::Role::FileWatcher: version: '0.006' name: '@DROLSKY/README.md in build' - version: '0.160630' + version: '0.161170' - - class: Dist::Zilla::Plugin::MojibakeTests - name: '@DROLSKY/MojibakeTests' - version: '0.8' - - - class: Dist::Zilla::Plugin::PodSyntaxTests - name: '@DROLSKY/PodSyntaxTests' - version: '5.043' - - - class: Dist::Zilla::Plugin::Test::CleanNamespaces + class: Dist::Zilla::Plugin::GenerateFile::FromShareDir config: - Dist::Zilla::Plugin::Test::CleanNamespaces: - filename: xt/author/clean-namespaces.t - skips: [] - name: '@DROLSKY/Test::CleanNamespaces' - version: '0.006' - - - class: Dist::Zilla::Plugin::Test::CPAN::Changes - name: '@DROLSKY/Test::CPAN::Changes' + Dist::Zilla::Plugin::GenerateFile::FromShareDir: + destination_filename: CONTRIBUTING.md + dist: Dist-Zilla-PluginBundle-DROLSKY + encoding: UTF-8 + has_xs: '0' + location: build + source_filename: CONTRIBUTING.md + Dist::Zilla::Role::RepoFileInjector: + allow_overwrite: 1 + repo_root: . + version: '0.006' + name: '@DROLSKY/generate CONTRIBUTING' version: '0.009' - - class: Dist::Zilla::Plugin::Test::CPAN::Meta::JSON - name: '@DROLSKY/Test::CPAN::Meta::JSON' - version: '0.004' + class: Dist::Zilla::Plugin::InstallGuide + name: '@DROLSKY/InstallGuide' + version: '1.200007' - - class: Dist::Zilla::Plugin::Test::EOL - config: - Dist::Zilla::Plugin::Test::EOL: - filename: xt/author/eol.t - finder: - - ':InstallModules' - - ':ExecFiles' - - ':TestFiles' - trailing_whitespace: '1' - name: '@DROLSKY/Test::EOL' - version: '0.18' + class: Dist::Zilla::Plugin::CPANFile + name: '@DROLSKY/CPANFile' + version: '6.005' - - class: Dist::Zilla::Plugin::Test::NoTabs - config: - Dist::Zilla::Plugin::Test::NoTabs: - filename: xt/author/no-tabs.t - finder: - - ':InstallModules' - - ':ExecFiles' - - ':TestFiles' - name: '@DROLSKY/Test::NoTabs' - version: '0.15' + class: Dist::Zilla::Plugin::DROLSKY::License + name: '@DROLSKY/DROLSKY::License' + version: '0.62' - - class: Dist::Zilla::Plugin::Test::Portability - name: '@DROLSKY/Test::Portability' - version: '2.000006' + class: Dist::Zilla::Plugin::CheckPrereqsIndexed + name: '@DROLSKY/CheckPrereqsIndexed' + version: '0.018' - - class: Dist::Zilla::Plugin::Test::TidyAll - name: '@DROLSKY/Test::TidyAll' - version: '0.01' + class: Dist::Zilla::Plugin::DROLSKY::CheckChangesHasContent + name: '@DROLSKY/DROLSKY::CheckChangesHasContent' + version: '0.62' - - class: Dist::Zilla::Plugin::Test::Compile + class: Dist::Zilla::Plugin::DROLSKY::Git::CheckFor::CorrectBranch config: - Dist::Zilla::Plugin::Test::Compile: - bail_out_on_fail: '0' - fail_on_warning: author - fake_home: 0 - filename: xt/author/00-compile.t - module_finder: - - ':InstallModules' - needs_display: 0 - phase: develop - script_finder: - - ':PerlExecFiles' - skips: [] - name: '@DROLSKY/Test::Compile' - version: '2.054' + Dist::Zilla::Role::Git::Repo: + repo_root: . + name: '@DROLSKY/DROLSKY::Git::CheckFor::CorrectBranch' + version: '0.62' + - + class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts + config: + Dist::Zilla::Role::Git::Repo: + repo_root: . + name: '@DROLSKY/Git::CheckFor::MergeConflicts' + version: '0.013' + - + class: Dist::Zilla::Plugin::DROLSKY::TidyAll + name: '@DROLSKY/DROLSKY::TidyAll' + version: '0.62' - class: Dist::Zilla::Plugin::Git::Check config: @@ -514,12 +535,13 @@ - README.md - cpanfile - ppport.h + - tidyall.ini allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: repo_root: . name: '@DROLSKY/Git::Check' - version: '2.036' + version: '2.039' - class: Dist::Zilla::Plugin::Git::Commit config: @@ -536,6 +558,7 @@ - README.md - cpanfile - ppport.h + - tidyall.ini allow_dirty_match: [] changelog: Changes Dist::Zilla::Role::Git::Repo: @@ -543,7 +566,7 @@ Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: '@DROLSKY/commit generated files' - version: '2.036' + version: '2.039' - class: Dist::Zilla::Plugin::Git::Tag config: @@ -551,7 +574,7 @@ branch: ~ changelog: Changes signed: 0 - tag: v0.16 + tag: v0.17 tag_format: v%v tag_message: v%v Dist::Zilla::Role::Git::Repo: @@ -559,7 +582,7 @@ Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: '@DROLSKY/Git::Tag' - version: '2.036' + version: '2.039' - class: Dist::Zilla::Plugin::Git::Push config: @@ -570,7 +593,7 @@ Dist::Zilla::Role::Git::Repo: repo_root: . name: '@DROLSKY/Git::Push' - version: '2.036' + version: '2.039' - class: Dist::Zilla::Plugin::BumpVersionAfterRelease config: @@ -581,7 +604,7 @@ global: 0 munge_makefile_pl: 1 name: '@DROLSKY/BumpVersionAfterRelease' - version: '0.014' + version: '0.015' - class: Dist::Zilla::Plugin::Git::Commit config: @@ -600,7 +623,7 @@ Dist::Zilla::Role::Git::StringFormatter: time_zone: local name: '@DROLSKY/commit version bump' - version: '2.036' + version: '2.039' - class: Dist::Zilla::Plugin::Git::Push config: @@ -611,64 +634,56 @@ Dist::Zilla::Role::Git::Repo: repo_root: . name: '@DROLSKY/push version bump' - version: '2.036' - - - class: Dist::Zilla::Plugin::Test::Pod::LinkCheck - name: '@DROLSKY/Test::Pod::LinkCheck' - version: '1.002' - - - class: Dist::Zilla::Plugin::Test::Pod::No404s - name: '@DROLSKY/Test::Pod::No404s' - version: '1.002' + version: '2.039' - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '5.043' + version: '6.005' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: '5.043' + version: '6.005' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: '5.043' + version: '6.005' - class: Dist::Zilla::Plugin::FinderCode name: ':ExtraTestFiles' - version: '5.043' + version: '6.005' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: '5.043' + version: '6.005' - class: Dist::Zilla::Plugin::FinderCode name: ':PerlExecFiles' - version: '5.043' + version: '6.005' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: '5.043' + version: '6.005' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: '5.043' + version: '6.005' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' - version: '5.043' + version: '6.005' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' - version: '5.043' + version: '6.005' - class: Dist::Zilla::Plugin::FinderCode name: '@DROLSKY/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '5.043' + version: '6.005' zilla: class: Dist::Zilla::Dist::Builder config: is_trial: '0' - version: '5.043' + version: '6.005' x_authority: cpan:DROLSKY x_contributors: - 'Jesse Luehrs ' diff -Nru libpackage-deprecationmanager-perl-0.16/perlcriticrc libpackage-deprecationmanager-perl-0.17/perlcriticrc --- libpackage-deprecationmanager-perl-0.16/perlcriticrc 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/perlcriticrc 2016-06-17 15:15:32.000000000 +0000 @@ -1,6 +1,7 @@ severity = 3 verbose = 11 theme = core + pbp + bugs + maintenance + cosmetic + complexity + security + tests + moose +program-extensions = pl psgi t exclude = Subroutines::ProhibitCallsToUndeclaredSubs @@ -44,6 +45,9 @@ [-Subroutines::RequireFinalReturn] +# This incorrectly thinks signatures are prototypes. +[-Subroutines::ProhibitSubroutinePrototypes] + [-ErrorHandling::RequireCarping] # No need for /xsm everywhere @@ -56,3 +60,8 @@ # "use v5.14" is more readable than "use 5.014" [-ValuesAndExpressions::ProhibitVersionStrings] + +# Explicitly returning undef is a _good_ thing in many cases, since it +# prevents very common errors when using a sub in list context to construct a +# hash and ending up with a missing value or key. +[-Subroutines::ProhibitExplicitReturnUndef] diff -Nru libpackage-deprecationmanager-perl-0.16/README.md libpackage-deprecationmanager-perl-0.17/README.md --- libpackage-deprecationmanager-perl-0.16/README.md 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/README.md 2016-06-17 15:15:32.000000000 +0000 @@ -4,7 +4,7 @@ # VERSION -version 0.16 +version 0.17 # SYNOPSIS @@ -166,13 +166,13 @@ # AUTHOR -Dave Rolsky <autarch@urth.org> +Dave Rolsky # CONTRIBUTORS -- Jesse Luehrs <doy@tozt.net> -- Karen Etheridge <ether@cpan.org> -- Tomas Doran <bobtfish@bobtfish.net> +- Jesse Luehrs +- Karen Etheridge +- Tomas Doran # COPYRIGHT AND LICENCE diff -Nru libpackage-deprecationmanager-perl-0.16/t/00-report-prereqs.dd libpackage-deprecationmanager-perl-0.17/t/00-report-prereqs.dd --- libpackage-deprecationmanager-perl-0.16/t/00-report-prereqs.dd 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/t/00-report-prereqs.dd 2016-06-17 15:15:32.000000000 +0000 @@ -6,27 +6,31 @@ }, 'develop' => { 'requires' => { - 'Code::TidyAll' => '0.24', + 'Code::TidyAll::Plugin::Test::Vars' => '0.02', 'File::Spec' => '0', 'IO::Handle' => '0', 'IPC::Open3' => '0', - 'Perl::Critic' => '1.123', - 'Perl::Tidy' => '20140711', + 'Perl::Critic' => '1.126', + 'Perl::Tidy' => '20160302', 'Pod::Coverage::TrustPod' => '0', + 'Pod::Wordlist' => '0', 'Test::CPAN::Changes' => '0.19', 'Test::CPAN::Meta::JSON' => '0.16', - 'Test::CleanNamespaces' => '0.15', 'Test::Code::TidyAll' => '0.24', 'Test::EOL' => '0', 'Test::Mojibake' => '0', - 'Test::More' => '0.88', + 'Test::More' => '0.96', 'Test::NoTabs' => '0', 'Test::Pod' => '1.41', 'Test::Pod::Coverage' => '1.08', 'Test::Pod::LinkCheck' => '0', 'Test::Pod::No404s' => '0', + 'Test::Portability::Files' => '0', 'Test::Spelling' => '0.12', - 'Test::Version' => '1' + 'Test::Vars' => '0.009', + 'Test::Version' => '1', + 'blib' => '1.01', + 'perl' => '5.006' } }, 'runtime' => { @@ -37,7 +41,6 @@ 'Params::Util' => '0', 'Sub::Install' => '0', 'Sub::Name' => '0', - 'namespace::autoclean' => '0', 'strict' => '0', 'warnings' => '0' } diff -Nru libpackage-deprecationmanager-perl-0.16/t/00-report-prereqs.t libpackage-deprecationmanager-perl-0.17/t/00-report-prereqs.t --- libpackage-deprecationmanager-perl-0.16/t/00-report-prereqs.t 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/t/00-report-prereqs.t 2016-06-17 15:15:32.000000000 +0000 @@ -3,7 +3,7 @@ use strict; use warnings; -# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.024 +# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.025 use Test::More tests => 1; @@ -78,10 +78,10 @@ # Add dynamic prereqs to the included modules list (if we can) my ($source) = grep { -f } 'MYMETA.json', 'MYMETA.yml'; -if ( $source && $HAS_CPAN_META ) { - if ( my $meta = eval { CPAN::Meta->load_file($source) } ) { - $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs); - } +if ( $source && $HAS_CPAN_META + && (my $meta = eval { CPAN::Meta->load_file($source) } ) +) { + $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs); } else { $source = 'static metadata'; diff -Nru libpackage-deprecationmanager-perl-0.16/t/author-00-compile.t libpackage-deprecationmanager-perl-0.17/t/author-00-compile.t --- libpackage-deprecationmanager-perl-0.16/t/author-00-compile.t 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/t/author-00-compile.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,62 +0,0 @@ - -BEGIN { - unless ($ENV{AUTHOR_TESTING}) { - require Test::More; - Test::More::plan(skip_all => 'these tests are for testing by the author'); - } -} - -use 5.006; -use strict; -use warnings; - -# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.054 - -use Test::More; - -plan tests => 2; - -my @module_files = ( - 'Package/DeprecationManager.pm' -); - - - -# no fake home requested - -my $inc_switch = -d 'blib' ? '-Mblib' : '-Ilib'; - -use File::Spec; -use IPC::Open3; -use IO::Handle; - -open my $stdin, '<', File::Spec->devnull or die "can't open devnull: $!"; - -my @warnings; -for my $lib (@module_files) -{ - # see L - my $stderr = IO::Handle->new; - - my $pid = open3($stdin, '>&STDERR', $stderr, $^X, $inc_switch, '-e', "require q[$lib]"); - binmode $stderr, ':crlf' if $^O eq 'MSWin32'; - my @_warnings = <$stderr>; - waitpid($pid, 0); - is($?, 0, "$lib loaded ok"); - - shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/ - and not eval { require blib; blib->VERSION('1.01') }; - - if (@_warnings) - { - warn @_warnings; - push @warnings, @_warnings; - } -} - - - -is(scalar(@warnings), 0, 'no warnings found') - or diag 'got warnings: ', ( Test::More->can('explain') ? Test::More::explain(\@warnings) : join("\n", '', @warnings) ); - - diff -Nru libpackage-deprecationmanager-perl-0.16/t/author-clean-namespaces.t libpackage-deprecationmanager-perl-0.17/t/author-clean-namespaces.t --- libpackage-deprecationmanager-perl-0.16/t/author-clean-namespaces.t 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/t/author-clean-namespaces.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ - -BEGIN { - unless ($ENV{AUTHOR_TESTING}) { - require Test::More; - Test::More::plan(skip_all => 'these tests are for testing by the author'); - } -} - -use strict; -use warnings; - -# this test was generated with Dist::Zilla::Plugin::Test::CleanNamespaces 0.006 - -use Test::More 0.94; -use Test::CleanNamespaces 0.15; - -subtest all_namespaces_clean => sub { all_namespaces_clean() }; - -done_testing; diff -Nru libpackage-deprecationmanager-perl-0.16/t/author-eol.t libpackage-deprecationmanager-perl-0.17/t/author-eol.t --- libpackage-deprecationmanager-perl-0.16/t/author-eol.t 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/t/author-eol.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,41 +0,0 @@ - -BEGIN { - unless ($ENV{AUTHOR_TESTING}) { - require Test::More; - Test::More::plan(skip_all => 'these tests are for testing by the author'); - } -} - -use strict; -use warnings; - -# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.18 - -use Test::More 0.88; -use Test::EOL; - -my @files = ( - 'lib/Package/DeprecationManager.pm', - 't/00-report-prereqs.dd', - 't/00-report-prereqs.t', - 't/author-00-compile.t', - 't/author-clean-namespaces.t', - 't/author-eol.t', - 't/author-mojibake.t', - 't/author-no-tabs.t', - 't/author-pod-spell.t', - 't/author-pod-syntax.t', - 't/author-test-version.t', - 't/basic.t', - 't/export.t', - 't/release-cpan-changes.t', - 't/release-meta-json.t', - 't/release-pod-coverage.t', - 't/release-pod-linkcheck.t', - 't/release-pod-no404s.t', - 't/release-portability.t', - 't/release-tidyall.t' -); - -eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files; -done_testing; diff -Nru libpackage-deprecationmanager-perl-0.16/t/author-mojibake.t libpackage-deprecationmanager-perl-0.17/t/author-mojibake.t --- libpackage-deprecationmanager-perl-0.16/t/author-mojibake.t 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/t/author-mojibake.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,17 +0,0 @@ -#!perl - -BEGIN { - unless ($ENV{AUTHOR_TESTING}) { - require Test::More; - Test::More::plan(skip_all => 'these tests are for testing by the author'); - } -} - - -use strict; -use warnings qw(all); - -use Test::More; -use Test::Mojibake; - -all_files_encoding_ok(); diff -Nru libpackage-deprecationmanager-perl-0.16/t/author-no-tabs.t libpackage-deprecationmanager-perl-0.17/t/author-no-tabs.t --- libpackage-deprecationmanager-perl-0.16/t/author-no-tabs.t 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/t/author-no-tabs.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,41 +0,0 @@ - -BEGIN { - unless ($ENV{AUTHOR_TESTING}) { - require Test::More; - Test::More::plan(skip_all => 'these tests are for testing by the author'); - } -} - -use strict; -use warnings; - -# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.15 - -use Test::More 0.88; -use Test::NoTabs; - -my @files = ( - 'lib/Package/DeprecationManager.pm', - 't/00-report-prereqs.dd', - 't/00-report-prereqs.t', - 't/author-00-compile.t', - 't/author-clean-namespaces.t', - 't/author-eol.t', - 't/author-mojibake.t', - 't/author-no-tabs.t', - 't/author-pod-spell.t', - 't/author-pod-syntax.t', - 't/author-test-version.t', - 't/basic.t', - 't/export.t', - 't/release-cpan-changes.t', - 't/release-meta-json.t', - 't/release-pod-coverage.t', - 't/release-pod-linkcheck.t', - 't/release-pod-no404s.t', - 't/release-portability.t', - 't/release-tidyall.t' -); - -notabs_ok($_) foreach @files; -done_testing; diff -Nru libpackage-deprecationmanager-perl-0.16/t/author-pod-spell.t libpackage-deprecationmanager-perl-0.17/t/author-pod-spell.t --- libpackage-deprecationmanager-perl-0.16/t/author-pod-spell.t 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/t/author-pod-spell.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,42 +0,0 @@ - -BEGIN { - unless ($ENV{AUTHOR_TESTING}) { - require Test::More; - Test::More::plan(skip_all => 'these tests are for testing by the author'); - } -} - -use strict; -use warnings; -use Test::More; - -# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007000 -use Test::Spelling 0.12; -use Pod::Wordlist; - - -add_stopwords(); -all_pod_files_spelling_ok( qw( bin lib ) ); -__DATA__ -drolsky -DROLSKY -DROLSKY's -PayPal -Rolsky -Rolsky's -Goro -deprecations -Dave -autarch -Jesse -Luehrs -doy -Karen -Etheridge -ether -Tomas -Doran -bobtfish -lib -Package -DeprecationManager diff -Nru libpackage-deprecationmanager-perl-0.16/t/author-pod-syntax.t libpackage-deprecationmanager-perl-0.17/t/author-pod-syntax.t --- libpackage-deprecationmanager-perl-0.16/t/author-pod-syntax.t 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/t/author-pod-syntax.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,15 +0,0 @@ -#!perl - -BEGIN { - unless ($ENV{AUTHOR_TESTING}) { - require Test::More; - Test::More::plan(skip_all => 'these tests are for testing by the author'); - } -} - -# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests. -use strict; use warnings; -use Test::More; -use Test::Pod 1.41; - -all_pod_files_ok(); diff -Nru libpackage-deprecationmanager-perl-0.16/t/author-test-version.t libpackage-deprecationmanager-perl-0.17/t/author-test-version.t --- libpackage-deprecationmanager-perl-0.16/t/author-test-version.t 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/t/author-test-version.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,32 +0,0 @@ - -BEGIN { - unless ($ENV{AUTHOR_TESTING}) { - require Test::More; - Test::More::plan(skip_all => 'these tests are for testing by the author'); - } -} - -use strict; -use warnings; -use Test::More; - -# generated by Dist::Zilla::Plugin::Test::Version 1.05 -use Test::Version; - -my @imports = qw( version_all_ok ); - -my $params = { - is_strict => 1, - has_version => 1, - multiple => 0, - -}; - -push @imports, $params - if version->parse( $Test::Version::VERSION ) >= version->parse('1.002'); - - -Test::Version->import(@imports); - -version_all_ok; -done_testing; diff -Nru libpackage-deprecationmanager-perl-0.16/t/release-cpan-changes.t libpackage-deprecationmanager-perl-0.17/t/release-cpan-changes.t --- libpackage-deprecationmanager-perl-0.16/t/release-cpan-changes.t 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/t/release-cpan-changes.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -#!perl - -BEGIN { - unless ($ENV{RELEASE_TESTING}) { - require Test::More; - Test::More::plan(skip_all => 'these tests are for release candidate testing'); - } -} - - -use strict; -use warnings; - -use Test::More 0.96 tests => 2; -use_ok('Test::CPAN::Changes'); -subtest 'changes_ok' => sub { - changes_file_ok('Changes'); -}; -done_testing(); diff -Nru libpackage-deprecationmanager-perl-0.16/t/release-meta-json.t libpackage-deprecationmanager-perl-0.17/t/release-meta-json.t --- libpackage-deprecationmanager-perl-0.16/t/release-meta-json.t 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/t/release-meta-json.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -#!perl - -BEGIN { - unless ($ENV{RELEASE_TESTING}) { - require Test::More; - Test::More::plan(skip_all => 'these tests are for release candidate testing'); - } -} - - -use Test::CPAN::Meta::JSON; -meta_json_ok(); diff -Nru libpackage-deprecationmanager-perl-0.16/t/release-pod-coverage.t libpackage-deprecationmanager-perl-0.17/t/release-pod-coverage.t --- libpackage-deprecationmanager-perl-0.16/t/release-pod-coverage.t 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/t/release-pod-coverage.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,52 +0,0 @@ -#!perl - -BEGIN { - unless ($ENV{RELEASE_TESTING}) { - require Test::More; - Test::More::plan(skip_all => 'these tests are for release candidate testing'); - } -} - -# This file was automatically generated by Dist::Zilla::Plugin::Test::Pod::Coverage::Configurable. - -use Test::Pod::Coverage 1.08; -use Test::More 0.88; - -BEGIN { - if ( $] <= 5.008008 ) { - plan skip_all => 'These tests require Pod::Coverage::TrustPod, which only works with Perl 5.8.9+'; - } -} -use Pod::Coverage::TrustPod; - -my %skip = map { $_ => 1 } qw( ); - -my @modules; -for my $module ( all_modules() ) { - next if $skip{$module}; - - push @modules, $module; -} - -plan skip_all => 'All the modules we found were excluded from POD coverage test.' - unless @modules; - -plan tests => scalar @modules; - -my %trustme = (); - -my @also_private; - -for my $module ( sort @modules ) { - pod_coverage_ok( - $module, - { - coverage_class => 'Pod::Coverage::TrustPod', - also_private => \@also_private, - trustme => $trustme{$module} || [], - }, - "pod coverage for $module" - ); -} - -done_testing(); diff -Nru libpackage-deprecationmanager-perl-0.16/t/release-pod-linkcheck.t libpackage-deprecationmanager-perl-0.17/t/release-pod-linkcheck.t --- libpackage-deprecationmanager-perl-0.16/t/release-pod-linkcheck.t 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/t/release-pod-linkcheck.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,28 +0,0 @@ -#!perl - -BEGIN { - unless ($ENV{RELEASE_TESTING}) { - require Test::More; - Test::More::plan(skip_all => 'these tests are for release candidate testing'); - } -} - - -use strict; -use warnings; -use Test::More; - -foreach my $env_skip ( qw( - SKIP_POD_LINKCHECK -) ){ - plan skip_all => "\$ENV{$env_skip} is set, skipping" - if $ENV{$env_skip}; -} - -eval "use Test::Pod::LinkCheck"; -if ( $@ ) { - plan skip_all => 'Test::Pod::LinkCheck required for testing POD'; -} -else { - Test::Pod::LinkCheck->new->all_pod_ok; -} diff -Nru libpackage-deprecationmanager-perl-0.16/t/release-pod-no404s.t libpackage-deprecationmanager-perl-0.17/t/release-pod-no404s.t --- libpackage-deprecationmanager-perl-0.16/t/release-pod-no404s.t 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/t/release-pod-no404s.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,29 +0,0 @@ -#!perl - -BEGIN { - unless ($ENV{RELEASE_TESTING}) { - require Test::More; - Test::More::plan(skip_all => 'these tests are for release candidate testing'); - } -} - - -use strict; -use warnings; -use Test::More; - -foreach my $env_skip ( qw( - SKIP_POD_NO404S - AUTOMATED_TESTING -) ){ - plan skip_all => "\$ENV{$env_skip} is set, skipping" - if $ENV{$env_skip}; -} - -eval "use Test::Pod::No404s"; -if ( $@ ) { - plan skip_all => 'Test::Pod::No404s required for testing POD'; -} -else { - all_pod_files_ok(); -} diff -Nru libpackage-deprecationmanager-perl-0.16/t/release-portability.t libpackage-deprecationmanager-perl-0.17/t/release-portability.t --- libpackage-deprecationmanager-perl-0.16/t/release-portability.t 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/t/release-portability.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,20 +0,0 @@ -#!perl - -BEGIN { - unless ($ENV{RELEASE_TESTING}) { - require Test::More; - Test::More::plan(skip_all => 'these tests are for release candidate testing'); - } -} - - -use strict; -use warnings; - -use Test::More; - -eval 'use Test::Portability::Files'; -plan skip_all => 'Test::Portability::Files required for testing portability' - if $@; - -run_tests(); diff -Nru libpackage-deprecationmanager-perl-0.16/t/release-tidyall.t libpackage-deprecationmanager-perl-0.17/t/release-tidyall.t --- libpackage-deprecationmanager-perl-0.16/t/release-tidyall.t 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/t/release-tidyall.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,17 +0,0 @@ -#!perl - -BEGIN { - unless ($ENV{RELEASE_TESTING}) { - require Test::More; - Test::More::plan(skip_all => 'these tests are for release candidate testing'); - } -} - -# This file was automatically generated by Dist::Zilla::Plugin::Test::TidyAll - -use Test::Code::TidyAll 0.24; -use Test::More 0.88; - -tidyall_ok(); - -done_testing(); diff -Nru libpackage-deprecationmanager-perl-0.16/tidyall.ini libpackage-deprecationmanager-perl-0.17/tidyall.ini --- libpackage-deprecationmanager-perl-0.16/tidyall.ini 2016-03-21 17:11:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/tidyall.ini 2016-06-17 15:15:32.000000000 +0000 @@ -1,19 +1,31 @@ -[PerlTidy] +[PerlCritic] select = **/*.{pl,pm,t,psgi} +ignore = .build/**/* +ignore = Package-DeprecationManager-*/**/* +ignore = blib/**/* ignore = t/00-* ignore = t/author-* ignore = t/release-* -ignore = blib/**/* -ignore = .build/**/* -ignore = Package-DeprecationManager-*/**/* -argv = --profile=$ROOT/perltidyrc +ignore = xt/**/* +argv = --profile=$ROOT/perlcriticrc -[PerlCritic] +[PerlTidy] select = **/*.{pl,pm,t,psgi} +ignore = .build/**/* +ignore = Package-DeprecationManager-*/**/* +ignore = blib/**/* ignore = t/00-* ignore = t/author-* ignore = t/release-* -ignore = blib/**/* +ignore = xt/**/* +argv = --profile=$ROOT/perltidyrc + +[Test::Vars] +select = **/*.pm ignore = .build/**/* ignore = Package-DeprecationManager-*/**/* -argv = --profile $ROOT/perlcriticrc --program-extensions .pl --program-extensions .t --program-extensions .psgi +ignore = blib/**/* +ignore = t/00-* +ignore = t/author-* +ignore = t/release-* +ignore = xt/**/* diff -Nru libpackage-deprecationmanager-perl-0.16/xt/author/00-compile.t libpackage-deprecationmanager-perl-0.17/xt/author/00-compile.t --- libpackage-deprecationmanager-perl-0.16/xt/author/00-compile.t 1970-01-01 00:00:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/xt/author/00-compile.t 2016-06-17 15:15:32.000000000 +0000 @@ -0,0 +1,54 @@ +use 5.006; +use strict; +use warnings; + +# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.054 + +use Test::More; + +plan tests => 2; + +my @module_files = ( + 'Package/DeprecationManager.pm' +); + + + +# no fake home requested + +my $inc_switch = -d 'blib' ? '-Mblib' : '-Ilib'; + +use File::Spec; +use IPC::Open3; +use IO::Handle; + +open my $stdin, '<', File::Spec->devnull or die "can't open devnull: $!"; + +my @warnings; +for my $lib (@module_files) +{ + # see L + my $stderr = IO::Handle->new; + + my $pid = open3($stdin, '>&STDERR', $stderr, $^X, $inc_switch, '-e', "require q[$lib]"); + binmode $stderr, ':crlf' if $^O eq 'MSWin32'; + my @_warnings = <$stderr>; + waitpid($pid, 0); + is($?, 0, "$lib loaded ok"); + + shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/ + and not eval { require blib; blib->VERSION('1.01') }; + + if (@_warnings) + { + warn @_warnings; + push @warnings, @_warnings; + } +} + + + +is(scalar(@warnings), 0, 'no warnings found') + or diag 'got warnings: ', ( Test::More->can('explain') ? Test::More::explain(\@warnings) : join("\n", '', @warnings) ); + + diff -Nru libpackage-deprecationmanager-perl-0.16/xt/author/eol.t libpackage-deprecationmanager-perl-0.17/xt/author/eol.t --- libpackage-deprecationmanager-perl-0.16/xt/author/eol.t 1970-01-01 00:00:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/xt/author/eol.t 2016-06-17 15:15:32.000000000 +0000 @@ -0,0 +1,18 @@ +use strict; +use warnings; + +# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.18 + +use Test::More 0.88; +use Test::EOL; + +my @files = ( + 'lib/Package/DeprecationManager.pm', + 't/00-report-prereqs.dd', + 't/00-report-prereqs.t', + 't/basic.t', + 't/export.t' +); + +eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files; +done_testing; diff -Nru libpackage-deprecationmanager-perl-0.16/xt/author/mojibake.t libpackage-deprecationmanager-perl-0.17/xt/author/mojibake.t --- libpackage-deprecationmanager-perl-0.16/xt/author/mojibake.t 1970-01-01 00:00:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/xt/author/mojibake.t 2016-06-17 15:15:32.000000000 +0000 @@ -0,0 +1,9 @@ +#!perl + +use strict; +use warnings qw(all); + +use Test::More; +use Test::Mojibake; + +all_files_encoding_ok(); diff -Nru libpackage-deprecationmanager-perl-0.16/xt/author/no-tabs.t libpackage-deprecationmanager-perl-0.17/xt/author/no-tabs.t --- libpackage-deprecationmanager-perl-0.16/xt/author/no-tabs.t 1970-01-01 00:00:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/xt/author/no-tabs.t 2016-06-17 15:15:32.000000000 +0000 @@ -0,0 +1,18 @@ +use strict; +use warnings; + +# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.15 + +use Test::More 0.88; +use Test::NoTabs; + +my @files = ( + 'lib/Package/DeprecationManager.pm', + 't/00-report-prereqs.dd', + 't/00-report-prereqs.t', + 't/basic.t', + 't/export.t' +); + +notabs_ok($_) foreach @files; +done_testing; diff -Nru libpackage-deprecationmanager-perl-0.16/xt/author/pod-coverage.t libpackage-deprecationmanager-perl-0.17/xt/author/pod-coverage.t --- libpackage-deprecationmanager-perl-0.16/xt/author/pod-coverage.t 1970-01-01 00:00:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/xt/author/pod-coverage.t 2016-06-17 15:15:32.000000000 +0000 @@ -0,0 +1,44 @@ +#!perl +# This file was automatically generated by Dist::Zilla::Plugin::Test::Pod::Coverage::Configurable. + +use Test::Pod::Coverage 1.08; +use Test::More 0.88; + +BEGIN { + if ( $] <= 5.008008 ) { + plan skip_all => 'These tests require Pod::Coverage::TrustPod, which only works with Perl 5.8.9+'; + } +} +use Pod::Coverage::TrustPod; + +my %skip = map { $_ => 1 } qw( ); + +my @modules; +for my $module ( all_modules() ) { + next if $skip{$module}; + + push @modules, $module; +} + +plan skip_all => 'All the modules we found were excluded from POD coverage test.' + unless @modules; + +plan tests => scalar @modules; + +my %trustme = (); + +my @also_private; + +for my $module ( sort @modules ) { + pod_coverage_ok( + $module, + { + coverage_class => 'Pod::Coverage::TrustPod', + also_private => \@also_private, + trustme => $trustme{$module} || [], + }, + "pod coverage for $module" + ); +} + +done_testing(); diff -Nru libpackage-deprecationmanager-perl-0.16/xt/author/pod-no404s.t libpackage-deprecationmanager-perl-0.17/xt/author/pod-no404s.t --- libpackage-deprecationmanager-perl-0.16/xt/author/pod-no404s.t 1970-01-01 00:00:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/xt/author/pod-no404s.t 2016-06-17 15:15:32.000000000 +0000 @@ -0,0 +1,21 @@ +#!perl + +use strict; +use warnings; +use Test::More; + +foreach my $env_skip ( qw( + SKIP_POD_NO404S + AUTOMATED_TESTING +) ){ + plan skip_all => "\$ENV{$env_skip} is set, skipping" + if $ENV{$env_skip}; +} + +eval "use Test::Pod::No404s"; +if ( $@ ) { + plan skip_all => 'Test::Pod::No404s required for testing POD'; +} +else { + all_pod_files_ok(); +} diff -Nru libpackage-deprecationmanager-perl-0.16/xt/author/pod-spell.t libpackage-deprecationmanager-perl-0.17/xt/author/pod-spell.t --- libpackage-deprecationmanager-perl-0.16/xt/author/pod-spell.t 1970-01-01 00:00:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/xt/author/pod-spell.t 2016-06-17 15:15:32.000000000 +0000 @@ -0,0 +1,34 @@ +use strict; +use warnings; +use Test::More; + +# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007002 +use Test::Spelling 0.12; +use Pod::Wordlist; + + +add_stopwords(); +all_pod_files_spelling_ok( qw( bin lib ) ); +__DATA__ +drolsky +DROLSKY +DROLSKY's +PayPal +Rolsky +Rolsky's +Goro +deprecations +Dave +autarch +Jesse +Luehrs +doy +Karen +Etheridge +ether +Tomas +Doran +bobtfish +lib +Package +DeprecationManager diff -Nru libpackage-deprecationmanager-perl-0.16/xt/author/pod-syntax.t libpackage-deprecationmanager-perl-0.17/xt/author/pod-syntax.t --- libpackage-deprecationmanager-perl-0.16/xt/author/pod-syntax.t 1970-01-01 00:00:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/xt/author/pod-syntax.t 2016-06-17 15:15:32.000000000 +0000 @@ -0,0 +1,7 @@ +#!perl +# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests. +use strict; use warnings; +use Test::More; +use Test::Pod 1.41; + +all_pod_files_ok(); diff -Nru libpackage-deprecationmanager-perl-0.16/xt/author/portability.t libpackage-deprecationmanager-perl-0.17/xt/author/portability.t --- libpackage-deprecationmanager-perl-0.16/xt/author/portability.t 1970-01-01 00:00:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/xt/author/portability.t 2016-06-17 15:15:32.000000000 +0000 @@ -0,0 +1,12 @@ +#!perl + +use strict; +use warnings; + +use Test::More; + +eval 'use Test::Portability::Files'; +plan skip_all => 'Test::Portability::Files required for testing portability' + if $@; + +run_tests(); diff -Nru libpackage-deprecationmanager-perl-0.16/xt/author/test-version.t libpackage-deprecationmanager-perl-0.17/xt/author/test-version.t --- libpackage-deprecationmanager-perl-0.16/xt/author/test-version.t 1970-01-01 00:00:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/xt/author/test-version.t 2016-06-17 15:15:32.000000000 +0000 @@ -0,0 +1,23 @@ +use strict; +use warnings; +use Test::More; + +# generated by Dist::Zilla::Plugin::Test::Version 1.09 +use Test::Version; + +my @imports = qw( version_all_ok ); + +my $params = { + is_strict => 1, + has_version => 1, + multiple => 0, + +}; + +push @imports, $params + if version->parse( $Test::Version::VERSION ) >= version->parse('1.002'); + +Test::Version->import(@imports); + +version_all_ok; +done_testing; diff -Nru libpackage-deprecationmanager-perl-0.16/xt/release/cpan-changes.t libpackage-deprecationmanager-perl-0.17/xt/release/cpan-changes.t --- libpackage-deprecationmanager-perl-0.16/xt/release/cpan-changes.t 1970-01-01 00:00:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/xt/release/cpan-changes.t 2016-06-17 15:15:32.000000000 +0000 @@ -0,0 +1,10 @@ +use strict; +use warnings; + +# this test was generated with Dist::Zilla::Plugin::Test::CPAN::Changes 0.012 + +use Test::More 0.96 tests => 1; +use Test::CPAN::Changes; +subtest 'changes_ok' => sub { + changes_file_ok('Changes'); +}; diff -Nru libpackage-deprecationmanager-perl-0.16/xt/release/meta-json.t libpackage-deprecationmanager-perl-0.17/xt/release/meta-json.t --- libpackage-deprecationmanager-perl-0.16/xt/release/meta-json.t 1970-01-01 00:00:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/xt/release/meta-json.t 2016-06-17 15:15:32.000000000 +0000 @@ -0,0 +1,4 @@ +#!perl + +use Test::CPAN::Meta::JSON; +meta_json_ok(); diff -Nru libpackage-deprecationmanager-perl-0.16/xt/release/pod-linkcheck.t libpackage-deprecationmanager-perl-0.17/xt/release/pod-linkcheck.t --- libpackage-deprecationmanager-perl-0.16/xt/release/pod-linkcheck.t 1970-01-01 00:00:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/xt/release/pod-linkcheck.t 2016-06-17 15:15:32.000000000 +0000 @@ -0,0 +1,20 @@ +#!perl + +use strict; +use warnings; +use Test::More; + +foreach my $env_skip ( qw( + SKIP_POD_LINKCHECK +) ){ + plan skip_all => "\$ENV{$env_skip} is set, skipping" + if $ENV{$env_skip}; +} + +eval "use Test::Pod::LinkCheck"; +if ( $@ ) { + plan skip_all => 'Test::Pod::LinkCheck required for testing POD'; +} +else { + Test::Pod::LinkCheck->new->all_pod_ok; +} diff -Nru libpackage-deprecationmanager-perl-0.16/xt/release/tidyall.t libpackage-deprecationmanager-perl-0.17/xt/release/tidyall.t --- libpackage-deprecationmanager-perl-0.16/xt/release/tidyall.t 1970-01-01 00:00:00.000000000 +0000 +++ libpackage-deprecationmanager-perl-0.17/xt/release/tidyall.t 2016-06-17 15:15:32.000000000 +0000 @@ -0,0 +1,15 @@ +# This file was automatically generated by Dist::Zilla::Plugin::Test::TidyAll v$VERSION + +use Test::More 0.88; +BEGIN { + if ( $] < 5.010 ) { + plan skip_all => 'This test requires Perl version 5.010'; + } +} +use Test::Code::TidyAll 0.24; + +tidyall_ok( + verbose => ( exists $ENV{TEST_TIDYALL_VERBOSE} ? $ENV{TEST_TIDYALL_VERBOSE} : 1 ), +); + +done_testing();