diff -Nru libdist-zilla-plugin-test-podspelling-perl-2.007001/Build.PL libdist-zilla-plugin-test-podspelling-perl-2.007004/Build.PL --- libdist-zilla-plugin-test-podspelling-perl-2.007001/Build.PL 2016-05-27 22:59:36.000000000 +0000 +++ libdist-zilla-plugin-test-podspelling-perl-2.007004/Build.PL 2016-10-27 02:00:43.000000000 +0000 @@ -14,7 +14,7 @@ if (!grep { $_ } values %errors) { - # This section for Dist-Zilla-Plugin-Test-PodSpelling was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.014. + # This section for Dist-Zilla-Plugin-Test-PodSpelling was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.015. use strict; use warnings; @@ -68,7 +68,7 @@ } - # This section was automatically generated by Dist::Zilla::Plugin::ModuleBuild v6.005. + # This section was automatically generated by Dist::Zilla::Plugin::ModuleBuild v6.008. use strict; use warnings; @@ -86,11 +86,12 @@ "Marcel Gruenauer " ], "dist_name" => "Dist-Zilla-Plugin-Test-PodSpelling", - "dist_version" => "2.007001", + "dist_version" => "2.007004", "license" => "artistic_2", "module_name" => "Dist::Zilla::Plugin::Test::PodSpelling", "recursive_test_files" => 1, "requires" => { + "Carp" => 0, "Dist::Zilla" => 5, "Dist::Zilla::Plugin::InlineFiles" => 0, "Dist::Zilla::Role::FileFinderUser" => 0, @@ -113,6 +114,7 @@ "Moose::Util" => 0, "Path::Tiny" => 0, "Test::DZil" => 0, + "Test::Deep" => 0, "Test::Fatal" => 0, "Test::More" => "0.88", "Test::Needs" => 0, @@ -134,6 +136,7 @@ "Moose::Util" => 0, "Path::Tiny" => 0, "Test::DZil" => 0, + "Test::Deep" => 0, "Test::Fatal" => 0, "Test::More" => "0.88", "Test::Needs" => 0, diff -Nru libdist-zilla-plugin-test-podspelling-perl-2.007001/Changes libdist-zilla-plugin-test-podspelling-perl-2.007004/Changes --- libdist-zilla-plugin-test-podspelling-perl-2.007001/Changes 2016-05-27 22:59:36.000000000 +0000 +++ libdist-zilla-plugin-test-podspelling-perl-2.007004/Changes 2016-10-27 02:00:43.000000000 +0000 @@ -1,5 +1,17 @@ Revision history for Dist-Zilla-Plugin-Test-PodSpelling +2.007004 2016-10-27 02:00:39Z + - fix tests to not rely on . in @INC (Graham Knop) + +2.007003 2016-09-17 01:13:11Z + - only add 'bin', 'lib' to directories list if a custom list was not + passed. This also prevents a directory from being tested twice. + - keep the stopwords list in the __DATA__ section sorted, for + smaller diffs + +2.007002 2016-05-29 04:09:13Z + - fix broken test in MSWin32 + 2.007001 2016-05-27 22:59:31Z - remove uses of Path::Class API, to fix warnings when used with Dist::Zilla 6.000 diff -Nru libdist-zilla-plugin-test-podspelling-perl-2.007001/CONTRIBUTING libdist-zilla-plugin-test-podspelling-perl-2.007004/CONTRIBUTING --- libdist-zilla-plugin-test-podspelling-perl-2.007001/CONTRIBUTING 2016-05-27 22:59:36.000000000 +0000 +++ libdist-zilla-plugin-test-podspelling-perl-2.007004/CONTRIBUTING 2016-10-27 02:00:43.000000000 +0000 @@ -99,5 +99,5 @@ 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-Author-ETHER-0.114. +This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.012 from a +template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.121. diff -Nru libdist-zilla-plugin-test-podspelling-perl-2.007001/debian/changelog libdist-zilla-plugin-test-podspelling-perl-2.007004/debian/changelog --- libdist-zilla-plugin-test-podspelling-perl-2.007001/debian/changelog 2016-05-30 16:08:46.000000000 +0000 +++ libdist-zilla-plugin-test-podspelling-perl-2.007004/debian/changelog 2016-10-28 12:35:21.000000000 +0000 @@ -1,3 +1,17 @@ +libdist-zilla-plugin-test-podspelling-perl (2.007004-1) unstable; urgency=medium + + * Team upload. + + [ Axel Beckert ] + * Import upstream version 2.007002 + + [ gregor herrmann ] + * Import upstream version 2.007004. + Fixes test issues, also exposed on ci.debian.net. + * Add build dependency on libtest-deep-perl. + + -- gregor herrmann Fri, 28 Oct 2016 14:35:21 +0200 + libdist-zilla-plugin-test-podspelling-perl (2.007001-1) unstable; urgency=medium * Team upload. diff -Nru libdist-zilla-plugin-test-podspelling-perl-2.007001/debian/control libdist-zilla-plugin-test-podspelling-perl-2.007004/debian/control --- libdist-zilla-plugin-test-podspelling-perl-2.007001/debian/control 2016-05-30 16:08:46.000000000 +0000 +++ libdist-zilla-plugin-test-podspelling-perl-2.007004/debian/control 2016-10-28 12:35:21.000000000 +0000 @@ -10,6 +10,7 @@ libfile-pushd-perl, libmoose-perl, libpath-tiny-perl, + libtest-deep-perl, libtest-fatal-perl, libtest-needs-perl, libtest-script-perl, diff -Nru libdist-zilla-plugin-test-podspelling-perl-2.007001/dist.ini libdist-zilla-plugin-test-podspelling-perl-2.007004/dist.ini --- libdist-zilla-plugin-test-podspelling-perl-2.007001/dist.ini 2016-05-27 22:59:36.000000000 +0000 +++ libdist-zilla-plugin-test-podspelling-perl-2.007004/dist.ini 2016-10-27 02:00:43.000000000 +0000 @@ -12,6 +12,8 @@ authority = cpan:ETHER ; XENO has given up comaint Test::MinimumVersion.max_target_perl = 5.008 -remove = MetaTests ; until Test::CPAN::Meta is fixed +Test::Compile.:version = 2.055 +Test::Compile.switch = -M-warnings=deprecated [MetaResources] x_IRC = irc://irc.perl.org/#distzilla @@ -21,10 +23,10 @@ Test::Spelling = 0.12 Dist::Zilla = 5 -[Test::Perl::Critic] - [Test::CheckBreaks] +:version = 0.017 conflicts_module = Moose::Conflicts +conflicts_module = Module::Runtime::Conflicts [Deprecated] :version = 0.003 diff -Nru libdist-zilla-plugin-test-podspelling-perl-2.007001/INSTALL libdist-zilla-plugin-test-podspelling-perl-2.007004/INSTALL --- libdist-zilla-plugin-test-podspelling-perl-2.007001/INSTALL 2016-05-27 22:59:36.000000000 +0000 +++ libdist-zilla-plugin-test-podspelling-perl-2.007004/INSTALL 2016-10-27 02:00:43.000000000 +0000 @@ -8,10 +8,10 @@ % cpanm Dist::Zilla::Plugin::Test::PodSpelling -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 Dist::Zilla::Plugin::Test::PodSpelling +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 @@ % ./Build install -If you are installing into a system-wide directory, you may need to run: - - % sudo ./Build 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 libdist-zilla-plugin-test-podspelling-perl-2.007001/lib/Dist/Zilla/Plugin/PodSpellingTests.pm libdist-zilla-plugin-test-podspelling-perl-2.007004/lib/Dist/Zilla/Plugin/PodSpellingTests.pm --- libdist-zilla-plugin-test-podspelling-perl-2.007001/lib/Dist/Zilla/Plugin/PodSpellingTests.pm 2016-05-27 22:59:36.000000000 +0000 +++ libdist-zilla-plugin-test-podspelling-perl-2.007004/lib/Dist/Zilla/Plugin/PodSpellingTests.pm 2016-10-27 02:00:43.000000000 +0000 @@ -4,16 +4,18 @@ # ABSTRACT: (DEPRECATED) The old name of the PodSpelling plugin # vim: set ts=8 sts=4 sw=4 tw=115 et : -our $VERSION = '2.007001'; +our $VERSION = '2.007004'; use Moose; extends 'Dist::Zilla::Plugin::Test::PodSpelling'; -before register_component => sub { - warnings::warnif('deprecated', - "!!! [PodSpellingTests] is deprecated and will be removed in a future release; replace it with [Test::PodSpelling]\n", - ); -}; +# use warnings categories from the caller, not these modules +use Carp (); +local $Carp::Internal{'Class::Load'} = 1; +local $Carp::Internal{'Module::Runtime'} = 1; +warnings::warnif('deprecated', + '!!! [PodSpellingTests] is deprecated and will be removed in a future release; replace it with [Test::PodSpelling]', +); no Moose; __PACKAGE__->meta->make_immutable; @@ -31,7 +33,7 @@ =head1 VERSION -version 2.007001 +version 2.007004 =head1 SYNOPSIS diff -Nru libdist-zilla-plugin-test-podspelling-perl-2.007001/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm libdist-zilla-plugin-test-podspelling-perl-2.007004/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm --- libdist-zilla-plugin-test-podspelling-perl-2.007001/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm 2016-05-27 22:59:36.000000000 +0000 +++ libdist-zilla-plugin-test-podspelling-perl-2.007004/lib/Dist/Zilla/Plugin/Test/PodSpelling.pm 2016-10-27 02:00:43.000000000 +0000 @@ -1,11 +1,11 @@ use strict; use warnings; -package Dist::Zilla::Plugin::Test::PodSpelling; # git description: v2.007000-11-g87c4ddf +package Dist::Zilla::Plugin::Test::PodSpelling; # git description: v2.007003-5-g3f8c824 # vim: set ts=8 sts=4 sw=4 tw=115 et : # ABSTRACT: Author tests for POD spelling # KEYWORDS: plugin test spelling words stopwords typos errors documentation -our $VERSION = '2.007001'; +our $VERSION = '2.007004'; use Moose; extends 'Dist::Zilla::Plugin::InlineFiles'; @@ -34,14 +34,14 @@ has spell_cmd => ( is => 'ro', isa => 'Str', - default => '', # default to original + default => '', ); has stopwords => ( is => 'ro', isa => 'ArrayRef[Str]', traits => [ 'Array' ], - default => sub { [] }, # default to original + default => sub { [] }, handles => { push_stopwords => 'push', uniq_stopwords => 'uniq', @@ -53,7 +53,7 @@ isa => 'ArrayRef[Str]', traits => [ 'Array' ], is => 'ro', - default => sub { [] }, # default to original + default => sub { [ qw(bin lib) ] }, handles => { no_directories => 'is_empty', print_directories => [ join => ' ' ], @@ -128,11 +128,11 @@ sub munge_file { my ($self, $file) = @_; - my ($set_spell_cmd, $add_stopwords, $stopwords); - if ($self->spell_cmd) { - $set_spell_cmd = sprintf "set_spell_cmd('%s');", $self->spell_cmd; - } + my $set_spell_cmd = $self->spell_cmd + ? sprintf("set_spell_cmd('%s');", $self->spell_cmd) + : undef; + # TODO - move this into an attribute builder foreach my $holder ( split( /\s/xms, join( ' ', @{ $self->zilla->authors }, $self->zilla->copyright_holder, @@ -152,10 +152,9 @@ } } - unless ( $self->no_stopwords ) { - $add_stopwords = 'add_stopwords();'; - $stopwords = join "\n", '__DATA__', $self->uniq_stopwords; - } + my $stopwords = $self->no_stopwords + ? undef + : join("\n", '__DATA__', sort $self->uniq_stopwords); $file->content( $self->fill_in_string( @@ -165,7 +164,6 @@ version => __PACKAGE__->VERSION, wordlist => \$self->wordlist, set_spell_cmd => \$set_spell_cmd, - add_stopwords => \$add_stopwords, stopwords => \$stopwords, directories => \$self->print_directories, } @@ -276,7 +274,7 @@ =head1 VERSION -version 2.007001 +version 2.007004 =head1 SYNOPSIS @@ -437,6 +435,6 @@ use {{ $wordlist }}; {{ $set_spell_cmd }} -{{ $add_stopwords }} -all_pod_files_spelling_ok( qw( bin lib {{ $directories }} ) ); +{{ $stopwords ? 'add_stopwords();' : undef }} +all_pod_files_spelling_ok( qw( {{ $directories }} ) ); {{ $stopwords }} diff -Nru libdist-zilla-plugin-test-podspelling-perl-2.007001/Makefile.PL libdist-zilla-plugin-test-podspelling-perl-2.007004/Makefile.PL --- libdist-zilla-plugin-test-podspelling-perl-2.007001/Makefile.PL 2016-05-27 22:59:36.000000000 +0000 +++ libdist-zilla-plugin-test-podspelling-perl-2.007004/Makefile.PL 2016-10-27 02:00:43.000000000 +0000 @@ -1,5 +1,5 @@ # This Makefile.PL for Dist-Zilla-Plugin-Test-PodSpelling was generated by -# Dist::Zilla::Plugin::MakeMaker::Fallback 0.022 +# Dist::Zilla::Plugin::MakeMaker::Fallback 0.023 # and Dist::Zilla::Plugin::MakeMaker::Awesome 0.38. # Don't edit it but the dist.ini and plugins used to construct it. @@ -72,6 +72,7 @@ "NAME" => "Dist::Zilla::Plugin::Test::PodSpelling", "PL_FILES" => {}, "PREREQ_PM" => { + "Carp" => 0, "Dist::Zilla" => 5, "Dist::Zilla::Plugin::InlineFiles" => 0, "Dist::Zilla::Role::FileFinderUser" => 0, @@ -93,6 +94,7 @@ "Moose::Util" => 0, "Path::Tiny" => 0, "Test::DZil" => 0, + "Test::Deep" => 0, "Test::Fatal" => 0, "Test::More" => "0.88", "Test::Needs" => 0, @@ -100,13 +102,14 @@ "Test::Tester" => 0, "utf8" => 0 }, - "VERSION" => "2.007001", + "VERSION" => "2.007004", "test" => { "TESTS" => "t/*.t" } ); my %FallbackPrereqs = ( + "Carp" => 0, "Cwd" => 0, "Dist::Zilla" => 5, "Dist::Zilla::Plugin::InlineFiles" => 0, @@ -123,6 +126,7 @@ "Moose::Util" => 0, "Path::Tiny" => 0, "Test::DZil" => 0, + "Test::Deep" => 0, "Test::Fatal" => 0, "Test::More" => "0.88", "Test::Needs" => 0, diff -Nru libdist-zilla-plugin-test-podspelling-perl-2.007001/MANIFEST libdist-zilla-plugin-test-podspelling-perl-2.007004/MANIFEST --- libdist-zilla-plugin-test-podspelling-perl-2.007001/MANIFEST 2016-05-27 22:59:36.000000000 +0000 +++ libdist-zilla-plugin-test-podspelling-perl-2.007004/MANIFEST 2016-10-27 02:00:43.000000000 +0000 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.005. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.008. Build.PL CONTRIBUTING Changes @@ -30,7 +30,6 @@ t/zzz-check-breaks.t xt/author/00-compile.t xt/author/clean-namespaces.t -xt/author/critic.t xt/author/eol.t xt/author/kwalitee.t xt/author/mojibake.t @@ -39,7 +38,7 @@ xt/author/pod-no404s.t xt/author/pod-spell.t xt/author/pod-syntax.t +xt/author/portability.t xt/release/changes_has_content.t xt/release/cpan-changes.t xt/release/minimum-version.t -xt/release/portability.t diff -Nru libdist-zilla-plugin-test-podspelling-perl-2.007001/META.json libdist-zilla-plugin-test-podspelling-perl-2.007004/META.json --- libdist-zilla-plugin-test-podspelling-perl-2.007001/META.json 2016-05-27 22:59:36.000000000 +0000 +++ libdist-zilla-plugin-test-podspelling-perl-2.007004/META.json 2016-10-27 02:00:43.000000000 +0000 @@ -5,7 +5,7 @@ "Marcel Gruenauer " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 6.005, CPAN::Meta::Converter version 2.150005", + "generated_by" : "Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150010", "keywords" : [ "plugin", "test", @@ -40,18 +40,17 @@ }, "develop" : { "recommends" : { - "Dist::Zilla::PluginBundle::Author::ETHER" : "0.114" + "Dist::Zilla::PluginBundle::Author::ETHER" : "0.121" }, "requires" : { "Dist::Zilla" : "5", "Dist::Zilla::Plugin::Authority" : "1.009", - "Dist::Zilla::Plugin::AuthorityFromModule" : "0.002", "Dist::Zilla::Plugin::AutoMetaResources" : "0", "Dist::Zilla::Plugin::AutoPrereqs" : "5.038", "Dist::Zilla::Plugin::Bootstrap::lib" : "0", "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional" : "0.004", "Dist::Zilla::Plugin::CheckIssues" : "0", - "Dist::Zilla::Plugin::CheckPrereqsIndexed" : "0", + "Dist::Zilla::Plugin::CheckPrereqsIndexed" : "0.019", "Dist::Zilla::Plugin::CheckSelfDependency" : "0", "Dist::Zilla::Plugin::CheckStrictVersion" : "0", "Dist::Zilla::Plugin::ConfirmRelease" : "0", @@ -63,7 +62,7 @@ "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch" : "0.004", "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts" : "0", "Dist::Zilla::Plugin::Git::Commit" : "2.020", - "Dist::Zilla::Plugin::Git::Contributors" : "0.004", + "Dist::Zilla::Plugin::Git::Contributors" : "0.029", "Dist::Zilla::Plugin::Git::Describe" : "0.004", "Dist::Zilla::Plugin::Git::GatherDir" : "2.016", "Dist::Zilla::Plugin::Git::Push" : "0", @@ -90,33 +89,31 @@ "Dist::Zilla::Plugin::PodSyntaxTests" : "5.040", "Dist::Zilla::Plugin::PodWeaver" : "4.005", "Dist::Zilla::Plugin::Prereqs" : "0", - "Dist::Zilla::Plugin::Prereqs::AuthorDeps" : "0", + "Dist::Zilla::Plugin::Prereqs::AuthorDeps" : "0.006", "Dist::Zilla::Plugin::PromptIfStale" : "0", "Dist::Zilla::Plugin::Readme" : "0", "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.142180", "Dist::Zilla::Plugin::RewriteVersion::Transitional" : "0.004", - "Dist::Zilla::Plugin::Run::AfterBuild" : "0.038", + "Dist::Zilla::Plugin::Run::AfterBuild" : "0.041", "Dist::Zilla::Plugin::Run::AfterRelease" : "0.038", "Dist::Zilla::Plugin::RunExtraTests" : "0.024", "Dist::Zilla::Plugin::StaticInstall" : "0.005", - "Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.008", + "Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.012", "Dist::Zilla::Plugin::Test::ChangesHasContent" : "0", - "Dist::Zilla::Plugin::Test::CheckBreaks" : "0", + "Dist::Zilla::Plugin::Test::CheckBreaks" : "0.017", "Dist::Zilla::Plugin::Test::CleanNamespaces" : "0.006", "Dist::Zilla::Plugin::Test::Compile" : "2.039", "Dist::Zilla::Plugin::Test::EOL" : "0.17", "Dist::Zilla::Plugin::Test::Kwalitee" : "2.10", "Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000003", "Dist::Zilla::Plugin::Test::NoTabs" : "0.08", - "Dist::Zilla::Plugin::Test::Perl::Critic" : "0", - "Dist::Zilla::Plugin::Test::Pod::No404s" : "1.002", + "Dist::Zilla::Plugin::Test::Pod::No404s" : "1.003", "Dist::Zilla::Plugin::Test::PodSpelling" : "2.006003", - "Dist::Zilla::Plugin::Test::Portability" : "0", + "Dist::Zilla::Plugin::Test::Portability" : "2.000007", "Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.022", "Dist::Zilla::Plugin::TestRelease" : "0", "Dist::Zilla::Plugin::UploadToCPAN" : "0", "Dist::Zilla::PluginBundle::Author::ETHER" : "0.103", - "English" : "0", "File::Spec" : "0", "IO::Handle" : "0", "IPC::Open3" : "0", @@ -127,12 +124,14 @@ "Test::CleanNamespaces" : "0.15", "Test::EOL" : "0", "Test::Kwalitee" : "1.21", + "Test::MinimumVersion" : "0", "Test::Mojibake" : "0", "Test::More" : "0.96", "Test::NoTabs" : "0", "Test::Pod" : "1.41", "Test::Pod::Coverage" : "1.08", "Test::Pod::No404s" : "0", + "Test::Portability::Files" : "0", "Test::Spelling" : "0.12", "blib" : "1.01", "perl" : "5.006" @@ -140,6 +139,7 @@ }, "runtime" : { "requires" : { + "Carp" : "0", "Dist::Zilla" : "5", "Dist::Zilla::Plugin::InlineFiles" : "0", "Dist::Zilla::Role::FileFinderUser" : "0", @@ -167,6 +167,7 @@ "Moose::Util" : "0", "Path::Tiny" : "0", "Test::DZil" : "0", + "Test::Deep" : "0", "Test::Fatal" : "0", "Test::More" : "0.88", "Test::Needs" : "0", @@ -180,12 +181,12 @@ "provides" : { "Dist::Zilla::Plugin::PodSpellingTests" : { "file" : "lib/Dist/Zilla/Plugin/PodSpellingTests.pm", - "version" : "2.007001", + "version" : "2.007004", "x_deprecated" : 1 }, "Dist::Zilla::Plugin::Test::PodSpelling" : { "file" : "lib/Dist/Zilla/Plugin/Test/PodSpelling.pm", - "version" : "2.007001" + "version" : "2.007004" } }, "release_status" : "stable", @@ -203,10 +204,10 @@ "x_IRC" : "irc://irc.perl.org/#distzilla", "x_MailingList" : "http://dzil.org/#mailing-list" }, - "version" : "2.007001", + "version" : "2.007004", "x_Dist_Zilla" : { "perl" : { - "version" : "5.025000" + "version" : "5.025006" }, "plugins" : [ { @@ -232,7 +233,7 @@ } }, "name" : "@Author::ETHER/bundle_plugins", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::RewriteVersion::Transitional", @@ -261,11 +262,12 @@ "Dist::Zilla::PluginBundle::Author::ETHER" ], "phase" : "build", + "run_under_travis" : 0, "skip" : [] } }, "name" : "@Author::ETHER/stale modules, build", - "version" : "0.049" + "version" : "0.051" }, { "class" : "Dist::Zilla::Plugin::PromptIfStale", @@ -275,16 +277,17 @@ "check_all_prereqs" : 1, "modules" : [], "phase" : "release", + "run_under_travis" : 0, "skip" : [] } }, "name" : "@Author::ETHER/stale modules, release", - "version" : "0.049" + "version" : "0.051" }, { "class" : "Dist::Zilla::Plugin::FileFinder::ByName", "name" : "@Author::ETHER/Examples", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Git::GatherDir", @@ -314,27 +317,27 @@ { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@Author::ETHER/MetaYAML", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@Author::ETHER/MetaJSON", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Readme", "name" : "@Author::ETHER/Readme", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@Author::ETHER/Manifest", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@Author::ETHER/License", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::GenerateFile::FromShareDir", @@ -350,16 +353,16 @@ "Dist::Zilla::Role::RepoFileInjector" : { "allow_overwrite" : 1, "repo_root" : ".", - "version" : "0.006" + "version" : "0.007" } }, "name" : "@Author::ETHER/generate CONTRIBUTING", - "version" : "0.009" + "version" : "0.012" }, { "class" : "Dist::Zilla::Plugin::InstallGuide", "name" : "@Author::ETHER/InstallGuide", - "version" : "1.200006" + "version" : "1.200007" }, { "class" : "Dist::Zilla::Plugin::Test::Compile", @@ -378,11 +381,14 @@ ":PerlExecFiles", "@Author::ETHER/Examples" ], - "skips" : [] + "skips" : [], + "switch" : [ + "-M-warnings=deprecated" + ] } }, "name" : "@Author::ETHER/Test::Compile", - "version" : "2.054" + "version" : "2.056" }, { "class" : "Dist::Zilla::Plugin::Test::NoTabs", @@ -407,22 +413,27 @@ "Dist::Zilla::Plugin::Test::EOL" : { "filename" : "xt/author/eol.t", "finder" : [ - ":InstallModules", ":ExecFiles", - "@Author::ETHER/Examples", + ":ExtraTestFiles", + ":InstallModules", ":TestFiles", - ":ExtraTestFiles" + "@Author::ETHER/Examples" ], "trailing_whitespace" : 1 } }, "name" : "@Author::ETHER/Test::EOL", - "version" : "0.18" + "version" : "0.19" }, { "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes", + "config" : { + "Dist::Zilla::Plugin::Test::CPAN::Changes" : { + "changelog" : "Changes" + } + }, "name" : "@Author::ETHER/Test::CPAN::Changes", - "version" : "0.009" + "version" : "0.012" }, { "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent", @@ -432,23 +443,29 @@ { "class" : "Dist::Zilla::Plugin::Test::MinimumVersion", "name" : "@Author::ETHER/Test::MinimumVersion", - "version" : "2.000006" + "version" : "2.000007" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@Author::ETHER/PodSyntaxTests", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::PodCoverageTests", "name" : "@Author::ETHER/PodCoverageTests", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Test::PodSpelling", "config" : { "Dist::Zilla::Plugin::Test::PodSpelling" : { - "directories" : [], + "directories" : [ + "examples", + "lib", + "script", + "t", + "xt" + ], "spell_cmd" : "", "stopwords" : [ "irc" @@ -457,7 +474,7 @@ } }, "name" : "@Author::ETHER/Test::PodSpelling", - "version" : "2.007001" + "version" : "2.007004" }, { "class" : "Dist::Zilla::Plugin::Test::Pod::No404s", @@ -483,12 +500,17 @@ { "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs", "name" : "@Author::ETHER/Test::ReportPrereqs", - "version" : "0.024" + "version" : "0.025" }, { "class" : "Dist::Zilla::Plugin::Test::Portability", + "config" : { + "Dist::Zilla::Plugin::Test::Portability" : { + "options" : "" + } + }, "name" : "@Author::ETHER/Test::Portability", - "version" : "2.000006" + "version" : "2.001000" }, { "class" : "Dist::Zilla::Plugin::Test::CleanNamespaces", @@ -504,7 +526,7 @@ { "class" : "Dist::Zilla::Plugin::Git::Describe", "name" : "@Author::ETHER/Git::Describe", - "version" : "0.006" + "version" : "0.007" }, { "class" : "Dist::Zilla::Plugin::PodWeaver", @@ -521,97 +543,97 @@ { "class" : "Pod::Weaver::Plugin::EnsurePod5", "name" : "@Author::ETHER/EnsurePod5", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Plugin::H1Nester", "name" : "@Author::ETHER/H1Nester", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Plugin::SingleEncoding", "name" : "@Author::ETHER/SingleEncoding", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Plugin::Transformer", "name" : "@Author::ETHER/List", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Plugin::Transformer", "name" : "@Author::ETHER/Verbatim", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@Author::ETHER/header", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Name", "name" : "@Author::ETHER/Name", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Version", "name" : "@Author::ETHER/Version", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@Author::ETHER/prelude", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "SYNOPSIS", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "DESCRIPTION", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "OVERVIEW", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "ATTRIBUTES", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "METHODS", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "FUNCTIONS", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "TYPES", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Leftovers", "name" : "@Author::ETHER/Leftovers", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@Author::ETHER/postlude", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::GenerateSection", "name" : "@Author::ETHER/generate SUPPORT", - "version" : "1.01" + "version" : "1.02" }, { "class" : "Pod::Weaver::Section::AllowOverride", @@ -621,7 +643,7 @@ { "class" : "Pod::Weaver::Section::Authors", "name" : "@Author::ETHER/Authors", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Contributors", @@ -631,12 +653,12 @@ { "class" : "Pod::Weaver::Section::Legal", "name" : "@Author::ETHER/Legal", - "version" : "4.013" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Region", "name" : "@Author::ETHER/footer", - "version" : "4.013" + "version" : "4.015" } ] } @@ -655,20 +677,6 @@ "version" : "1.21" }, { - "class" : "Dist::Zilla::Plugin::AuthorityFromModule", - "config" : { - "Dist::Zilla::Plugin::AuthorityFromModule" : { - "module" : "Dist::Zilla::Plugin::Test::PodSpelling" - }, - "Dist::Zilla::Role::ModuleMetadata" : { - "Module::Metadata" : "1.000032", - "version" : "0.003" - } - }, - "name" : "@Author::ETHER/AuthorityFromModule", - "version" : "0.006" - }, - { "class" : "Dist::Zilla::Plugin::Authority", "name" : "@Author::ETHER/Authority", "version" : "1.009" @@ -676,7 +684,7 @@ { "class" : "Dist::Zilla::Plugin::MetaNoIndex", "name" : "@Author::ETHER/MetaNoIndex", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::MetaProvides::Package", @@ -689,28 +697,29 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "6.005" + "version" : "6.008" } - ] + ], + "include_underscores" : 0 }, "Dist::Zilla::Role::MetaProvider::Provider" : { - "Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.002000", + "$Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.002003", "inherit_missing" : 0, "inherit_version" : 0, "meta_noindex" : 1 }, "Dist::Zilla::Role::ModuleMetadata" : { - "Module::Metadata" : "1.000032", - "version" : "0.003" + "Module::Metadata" : "1.000033", + "version" : "0.004" } }, "name" : "@Author::ETHER/MetaProvides::Package", - "version" : "2.004000" + "version" : "2.004002" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@Author::ETHER/MetaConfig", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Keywords", @@ -734,7 +743,7 @@ { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@Author::ETHER/AutoPrereqs", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Prereqs::AuthorDeps", @@ -755,7 +764,7 @@ } }, "name" : "@Author::ETHER/pluginbundle_version", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::MakeMaker::Fallback", @@ -768,7 +777,7 @@ } }, "name" : "@Author::ETHER/MakeMaker::Fallback", - "version" : "0.022" + "version" : "0.023" }, { "class" : "Dist::Zilla::Plugin::ModuleBuildTiny::Fallback", @@ -784,7 +793,7 @@ } }, "name" : "ModuleBuild, via ModuleBuildTiny::Fallback", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::ModuleBuildTiny", @@ -794,7 +803,7 @@ } }, "name" : "ModuleBuildTiny, via ModuleBuildTiny::Fallback", - "version" : "0.014" + "version" : "0.015" } ] }, @@ -809,16 +818,15 @@ "class" : "Dist::Zilla::Plugin::Git::Contributors", "config" : { "Dist::Zilla::Plugin::Git::Contributors" : { + "git --version" : "2.10.0", "include_authors" : 0, "include_releaser" : 1, "order_by" : "commits", - "paths" : [ - "." - ] + "paths" : [] } }, "name" : "@Author::ETHER/Git::Contributors", - "version" : "0.023" + "version" : "0.029" }, { "class" : "Dist::Zilla::Plugin::StaticInstall", @@ -829,7 +837,7 @@ } }, "name" : "@Author::ETHER/StaticInstall", - "version" : "0.009" + "version" : "0.010" }, { "class" : "Dist::Zilla::Plugin::RunExtraTests", @@ -850,8 +858,8 @@ ] }, "Dist::Zilla::Role::ModuleMetadata" : { - "Module::Metadata" : "1.000032", - "version" : "0.003" + "Module::Metadata" : "1.000033", + "version" : "0.004" } }, "name" : "@Author::ETHER/CheckSelfDependency", @@ -878,7 +886,7 @@ "eval" : [ "if ('%d' =~ /^%n-[.[:xdigit:]]+$/) { unlink '.latest'; symlink '%d', '.latest'; }" ], - "fatal_errors" : 1, + "fatal_errors" : 0, "quiet" : 1 } }, @@ -916,7 +924,7 @@ } }, "name" : "@Author::ETHER/Git::CheckFor::MergeConflicts", - "version" : "0.013" + "version" : "0.014" }, { "class" : "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch", @@ -926,7 +934,7 @@ } }, "name" : "@Author::ETHER/Git::CheckFor::CorrectBranch", - "version" : "0.013" + "version" : "0.014" }, { "class" : "Dist::Zilla::Plugin::Git::Remote::Check", @@ -936,12 +944,12 @@ { "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed", "name" : "@Author::ETHER/CheckPrereqsIndexed", - "version" : "0.018" + "version" : "0.020" }, { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@Author::ETHER/TestRelease", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Git::Check", @@ -964,12 +972,12 @@ { "class" : "Dist::Zilla::Plugin::CheckIssues", "name" : "@Author::ETHER/CheckIssues", - "version" : "0.009" + "version" : "0.010" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@Author::ETHER/UploadToCPAN", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::CopyFilesFromRelease", @@ -1036,7 +1044,7 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "v2.007001", + "tag" : "v2.007004", "tag_format" : "v%v", "tag_message" : "v%v%t" }, @@ -1079,7 +1087,7 @@ { "class" : "Dist::Zilla::Plugin::NextRelease", "name" : "@Author::ETHER/NextRelease", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", @@ -1154,12 +1162,12 @@ { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@Author::ETHER/ConfirmRelease", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::MetaResources", "name" : "MetaResources", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -1170,27 +1178,25 @@ } }, "name" : "Prereqs", - "version" : "6.005" - }, - { - "class" : "Dist::Zilla::Plugin::Test::Perl::Critic", - "name" : "Test::Perl::Critic", - "version" : "3.000" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::Test::CheckBreaks", "config" : { "Dist::Zilla::Plugin::Test::CheckBreaks" : { - "conflicts_module" : "Moose::Conflicts", + "conflicts_module" : [ + "Module::Runtime::Conflicts", + "Moose::Conflicts" + ], "no_forced_deps" : 0 }, "Dist::Zilla::Role::ModuleMetadata" : { - "Module::Metadata" : "1.000032", - "version" : "0.003" + "Module::Metadata" : "1.000033", + "version" : "0.004" } }, "name" : "Test::CheckBreaks", - "version" : "0.016" + "version" : "0.017" }, { "class" : "Dist::Zilla::Plugin::Deprecated", @@ -1203,57 +1209,57 @@ } }, "name" : "Deprecated", - "version" : "0.005" + "version" : "0.006" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExtraTestFiles", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":PerlExecFiles", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "6.005" + "version" : "6.008" }, { "class" : "Dist::Zilla::Plugin::VerifyPhases", @@ -1266,11 +1272,10 @@ "config" : { "is_trial" : 0 }, - "version" : "6.005" + "version" : "6.008" } }, "x_authority" : "cpan:ETHER", - "x_authority_from_module" : "Dist::Zilla::Plugin::Test::PodSpelling", "x_contributors" : [ "Karen Etheridge ", "Randy Stauner ", @@ -1280,7 +1285,7 @@ "Alexandr Ciornii ", "Breno G. de Oliveira " ], - "x_permissions_from_module" : "Dist::Zilla::Plugin::Test::PodSpelling", + "x_serialization_backend" : "Cpanel::JSON::XS version 3.0218", "x_static_install" : 1 } diff -Nru libdist-zilla-plugin-test-podspelling-perl-2.007001/META.yml libdist-zilla-plugin-test-podspelling-perl-2.007004/META.yml --- libdist-zilla-plugin-test-podspelling-perl-2.007001/META.yml 2016-05-27 22:59:36.000000000 +0000 +++ libdist-zilla-plugin-test-podspelling-perl-2.007004/META.yml 2016-10-27 02:00:43.000000000 +0000 @@ -13,6 +13,7 @@ Moose::Util: '0' Path::Tiny: '0' Test::DZil: '0' + Test::Deep: '0' Test::Fatal: '0' Test::More: '0.88' Test::Needs: '0' @@ -24,7 +25,7 @@ Module::Build::Tiny: '0.034' perl: '5.006001' dynamic_config: 0 -generated_by: 'Dist::Zilla version 6.005, CPAN::Meta::Converter version 2.150005' +generated_by: 'Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150010' keywords: - plugin - test @@ -47,12 +48,13 @@ provides: Dist::Zilla::Plugin::PodSpellingTests: file: lib/Dist/Zilla/Plugin/PodSpellingTests.pm - version: '2.007001' + version: '2.007004' x_deprecated: 1 Dist::Zilla::Plugin::Test::PodSpelling: file: lib/Dist/Zilla/Plugin/Test/PodSpelling.pm - version: '2.007001' + version: '2.007004' requires: + Carp: '0' Dist::Zilla: '5' Dist::Zilla::Plugin::InlineFiles: '0' Dist::Zilla::Role::FileFinderUser: '0' @@ -70,10 +72,10 @@ bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-Plugin-Test-PodSpelling homepage: https://github.com/karenetheridge/Dist-Zilla-Plugin-Test-PodSpelling repository: https://github.com/karenetheridge/Dist-Zilla-Plugin-Test-PodSpelling.git -version: '2.007001' +version: '2.007004' x_Dist_Zilla: perl: - version: '5.025000' + version: '5.025006' plugins: - class: Dist::Zilla::Plugin::Bootstrap::lib @@ -81,7 +83,7 @@ Dist::Zilla::Role::Bootstrap: $Dist::Zilla::Role::Bootstrap::VERSION: '1.001003' distname: Dist-Zilla-Plugin-Test-PodSpelling - fallback: 1 + fallback: '1' try_built: ~ try_built_method: mtime name: Bootstrap::lib @@ -93,7 +95,7 @@ phase: develop type: requires name: '@Author::ETHER/bundle_plugins' - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::RewriteVersion::Transitional config: @@ -116,9 +118,10 @@ modules: - Dist::Zilla::PluginBundle::Author::ETHER phase: build + run_under_travis: 0 skip: [] name: '@Author::ETHER/stale modules, build' - version: '0.049' + version: '0.051' - class: Dist::Zilla::Plugin::PromptIfStale config: @@ -127,13 +130,14 @@ check_all_prereqs: 1 modules: [] phase: release + run_under_travis: 0 skip: [] name: '@Author::ETHER/stale modules, release' - version: '0.049' + version: '0.051' - class: Dist::Zilla::Plugin::FileFinder::ByName name: '@Author::ETHER/Examples' - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::Git::GatherDir config: @@ -157,23 +161,23 @@ - class: Dist::Zilla::Plugin::MetaYAML name: '@Author::ETHER/MetaYAML' - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::MetaJSON name: '@Author::ETHER/MetaJSON' - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::Readme name: '@Author::ETHER/Readme' - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::Manifest name: '@Author::ETHER/Manifest' - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::License name: '@Author::ETHER/License' - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::GenerateFile::FromShareDir config: @@ -187,18 +191,18 @@ Dist::Zilla::Role::RepoFileInjector: allow_overwrite: 1 repo_root: . - version: '0.006' + version: '0.007' name: '@Author::ETHER/generate CONTRIBUTING' - version: '0.009' + version: '0.012' - class: Dist::Zilla::Plugin::InstallGuide name: '@Author::ETHER/InstallGuide' - version: '1.200006' + version: '1.200007' - class: Dist::Zilla::Plugin::Test::Compile config: Dist::Zilla::Plugin::Test::Compile: - bail_out_on_fail: 1 + bail_out_on_fail: '1' fail_on_warning: author fake_home: 0 filename: xt/author/00-compile.t @@ -210,8 +214,10 @@ - ':PerlExecFiles' - '@Author::ETHER/Examples' skips: [] + switch: + - -M-warnings=deprecated name: '@Author::ETHER/Test::Compile' - version: '2.054' + version: '2.056' - class: Dist::Zilla::Plugin::Test::NoTabs config: @@ -231,18 +237,21 @@ Dist::Zilla::Plugin::Test::EOL: filename: xt/author/eol.t finder: - - ':InstallModules' - ':ExecFiles' - - '@Author::ETHER/Examples' - - ':TestFiles' - ':ExtraTestFiles' + - ':InstallModules' + - ':TestFiles' + - '@Author::ETHER/Examples' trailing_whitespace: 1 name: '@Author::ETHER/Test::EOL' - version: '0.18' + version: '0.19' - class: Dist::Zilla::Plugin::Test::CPAN::Changes + config: + Dist::Zilla::Plugin::Test::CPAN::Changes: + changelog: Changes name: '@Author::ETHER/Test::CPAN::Changes' - version: '0.009' + version: '0.012' - class: Dist::Zilla::Plugin::Test::ChangesHasContent name: '@Author::ETHER/Test::ChangesHasContent' @@ -250,26 +259,31 @@ - class: Dist::Zilla::Plugin::Test::MinimumVersion name: '@Author::ETHER/Test::MinimumVersion' - version: '2.000006' + version: '2.000007' - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@Author::ETHER/PodSyntaxTests' - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::PodCoverageTests name: '@Author::ETHER/PodCoverageTests' - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::Test::PodSpelling config: Dist::Zilla::Plugin::Test::PodSpelling: - directories: [] + directories: + - examples + - lib + - script + - t + - xt spell_cmd: '' stopwords: - irc wordlist: Pod::Wordlist name: '@Author::ETHER/Test::PodSpelling' - version: '2.007001' + version: '2.007004' - class: Dist::Zilla::Plugin::Test::Pod::No404s name: '@Author::ETHER/Test::Pod::No404s' @@ -289,11 +303,14 @@ - class: Dist::Zilla::Plugin::Test::ReportPrereqs name: '@Author::ETHER/Test::ReportPrereqs' - version: '0.024' + version: '0.025' - class: Dist::Zilla::Plugin::Test::Portability + config: + Dist::Zilla::Plugin::Test::Portability: + options: '' name: '@Author::ETHER/Test::Portability' - version: '2.000006' + version: '2.001000' - class: Dist::Zilla::Plugin::Test::CleanNamespaces config: @@ -305,7 +322,7 @@ - class: Dist::Zilla::Plugin::Git::Describe name: '@Author::ETHER/Git::Describe' - version: '0.006' + version: '0.007' - class: Dist::Zilla::Plugin::PodWeaver config: @@ -319,79 +336,79 @@ - class: Pod::Weaver::Plugin::EnsurePod5 name: '@Author::ETHER/EnsurePod5' - version: '4.013' + version: '4.015' - class: Pod::Weaver::Plugin::H1Nester name: '@Author::ETHER/H1Nester' - version: '4.013' + version: '4.015' - class: Pod::Weaver::Plugin::SingleEncoding name: '@Author::ETHER/SingleEncoding' - version: '4.013' + version: '4.015' - class: Pod::Weaver::Plugin::Transformer name: '@Author::ETHER/List' - version: '4.013' + version: '4.015' - class: Pod::Weaver::Plugin::Transformer name: '@Author::ETHER/Verbatim' - version: '4.013' + version: '4.015' - class: Pod::Weaver::Section::Region name: '@Author::ETHER/header' - version: '4.013' + version: '4.015' - class: Pod::Weaver::Section::Name name: '@Author::ETHER/Name' - version: '4.013' + version: '4.015' - class: Pod::Weaver::Section::Version name: '@Author::ETHER/Version' - version: '4.013' + version: '4.015' - class: Pod::Weaver::Section::Region name: '@Author::ETHER/prelude' - version: '4.013' + version: '4.015' - class: Pod::Weaver::Section::Generic name: SYNOPSIS - version: '4.013' + version: '4.015' - class: Pod::Weaver::Section::Generic name: DESCRIPTION - version: '4.013' + version: '4.015' - class: Pod::Weaver::Section::Generic name: OVERVIEW - version: '4.013' + version: '4.015' - class: Pod::Weaver::Section::Collect name: ATTRIBUTES - version: '4.013' + version: '4.015' - class: Pod::Weaver::Section::Collect name: METHODS - version: '4.013' + version: '4.015' - class: Pod::Weaver::Section::Collect name: FUNCTIONS - version: '4.013' + version: '4.015' - class: Pod::Weaver::Section::Collect name: TYPES - version: '4.013' + version: '4.015' - class: Pod::Weaver::Section::Leftovers name: '@Author::ETHER/Leftovers' - version: '4.013' + version: '4.015' - class: Pod::Weaver::Section::Region name: '@Author::ETHER/postlude' - version: '4.013' + version: '4.015' - class: Pod::Weaver::Section::GenerateSection name: '@Author::ETHER/generate SUPPORT' - version: '1.01' + version: '1.02' - class: Pod::Weaver::Section::AllowOverride name: '@Author::ETHER/allow override SUPPORT' @@ -399,7 +416,7 @@ - class: Pod::Weaver::Section::Authors name: '@Author::ETHER/Authors' - version: '4.013' + version: '4.015' - class: Pod::Weaver::Section::Contributors name: '@Author::ETHER/Contributors' @@ -407,11 +424,11 @@ - class: Pod::Weaver::Section::Legal name: '@Author::ETHER/Legal' - version: '4.013' + version: '4.015' - class: Pod::Weaver::Section::Region name: '@Author::ETHER/footer' - version: '4.013' + version: '4.015' name: '@Author::ETHER/PodWeaver' version: '4.008' - @@ -423,23 +440,13 @@ name: '@Author::ETHER/AutoMetaResources' version: '1.21' - - class: Dist::Zilla::Plugin::AuthorityFromModule - config: - Dist::Zilla::Plugin::AuthorityFromModule: - module: Dist::Zilla::Plugin::Test::PodSpelling - Dist::Zilla::Role::ModuleMetadata: - Module::Metadata: '1.000032' - version: '0.003' - name: '@Author::ETHER/AuthorityFromModule' - version: '0.006' - - class: Dist::Zilla::Plugin::Authority name: '@Author::ETHER/Authority' version: '1.009' - class: Dist::Zilla::Plugin::MetaNoIndex name: '@Author::ETHER/MetaNoIndex' - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::MetaProvides::Package config: @@ -450,21 +457,22 @@ - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '6.005' + version: '6.008' + include_underscores: 0 Dist::Zilla::Role::MetaProvider::Provider: - Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002000' - inherit_missing: 0 - inherit_version: 0 - meta_noindex: 1 + $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002003' + inherit_missing: '0' + inherit_version: '0' + meta_noindex: '1' Dist::Zilla::Role::ModuleMetadata: - Module::Metadata: '1.000032' - version: '0.003' + Module::Metadata: '1.000033' + version: '0.004' name: '@Author::ETHER/MetaProvides::Package' - version: '2.004000' + version: '2.004002' - class: Dist::Zilla::Plugin::MetaConfig name: '@Author::ETHER/MetaConfig' - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::Keywords config: @@ -483,7 +491,7 @@ - class: Dist::Zilla::Plugin::AutoPrereqs name: '@Author::ETHER/AutoPrereqs' - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::Prereqs::AuthorDeps name: '@Author::ETHER/Prereqs::AuthorDeps' @@ -499,7 +507,7 @@ phase: develop type: recommends name: '@Author::ETHER/pluginbundle_version' - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::MakeMaker::Fallback config: @@ -508,7 +516,7 @@ Dist::Zilla::Role::TestRunner: default_jobs: 9 name: '@Author::ETHER/MakeMaker::Fallback' - version: '0.022' + version: '0.023' - class: Dist::Zilla::Plugin::ModuleBuildTiny::Fallback config: @@ -521,14 +529,14 @@ Dist::Zilla::Role::TestRunner: default_jobs: 9 name: 'ModuleBuild, via ModuleBuildTiny::Fallback' - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::ModuleBuildTiny config: Dist::Zilla::Role::TestRunner: default_jobs: 9 name: 'ModuleBuildTiny, via ModuleBuildTiny::Fallback' - version: '0.014' + version: '0.015' Dist::Zilla::Role::TestRunner: default_jobs: 9 name: '@Author::ETHER/ModuleBuildTiny::Fallback' @@ -537,13 +545,13 @@ class: Dist::Zilla::Plugin::Git::Contributors config: Dist::Zilla::Plugin::Git::Contributors: + 'git --version': 2.10.0 include_authors: 0 include_releaser: 1 order_by: commits - paths: - - . + paths: [] name: '@Author::ETHER/Git::Contributors' - version: '0.023' + version: '0.029' - class: Dist::Zilla::Plugin::StaticInstall config: @@ -551,7 +559,7 @@ dry_run: 0 mode: auto name: '@Author::ETHER/StaticInstall' - version: '0.009' + version: '0.010' - class: Dist::Zilla::Plugin::RunExtraTests config: @@ -566,8 +574,8 @@ finder: - ':InstallModules' Dist::Zilla::Role::ModuleMetadata: - Module::Metadata: '1.000032' - version: '0.003' + Module::Metadata: '1.000033' + version: '0.004' name: '@Author::ETHER/CheckSelfDependency' version: '0.011' - @@ -586,7 +594,7 @@ Dist::Zilla::Plugin::Run::Role::Runner: eval: - "if ('%d' =~ /^%n-[.[:xdigit:]]+$/) { unlink '.latest'; symlink '%d', '.latest'; }" - fatal_errors: 1 + fatal_errors: 0 quiet: 1 name: '@Author::ETHER/.latest' version: '0.043' @@ -613,14 +621,14 @@ Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Author::ETHER/Git::CheckFor::MergeConflicts' - version: '0.013' + version: '0.014' - class: Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch config: Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Author::ETHER/Git::CheckFor::CorrectBranch' - version: '0.013' + version: '0.014' - class: Dist::Zilla::Plugin::Git::Remote::Check name: '@Author::ETHER/Git::Remote::Check' @@ -628,11 +636,11 @@ - class: Dist::Zilla::Plugin::CheckPrereqsIndexed name: '@Author::ETHER/CheckPrereqsIndexed' - version: '0.018' + version: '0.020' - class: Dist::Zilla::Plugin::TestRelease name: '@Author::ETHER/TestRelease' - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::Git::Check config: @@ -649,11 +657,11 @@ - class: Dist::Zilla::Plugin::CheckIssues name: '@Author::ETHER/CheckIssues' - version: '0.009' + version: '0.010' - class: Dist::Zilla::Plugin::UploadToCPAN name: '@Author::ETHER/UploadToCPAN' - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::CopyFilesFromRelease config: @@ -704,7 +712,7 @@ branch: ~ changelog: Changes signed: 0 - tag: v2.007001 + tag: v2.007004 tag_format: v%v tag_message: v%v%t Dist::Zilla::Role::Git::Repo: @@ -735,7 +743,7 @@ - class: Dist::Zilla::Plugin::NextRelease name: '@Author::ETHER/NextRelease' - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::Git::Commit config: @@ -788,11 +796,11 @@ - class: Dist::Zilla::Plugin::ConfirmRelease name: '@Author::ETHER/ConfirmRelease' - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::MetaResources name: MetaResources - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::Prereqs config: @@ -800,22 +808,20 @@ phase: runtime type: requires name: Prereqs - version: '6.005' - - - class: Dist::Zilla::Plugin::Test::Perl::Critic - name: Test::Perl::Critic - version: '3.000' + version: '6.008' - class: Dist::Zilla::Plugin::Test::CheckBreaks config: Dist::Zilla::Plugin::Test::CheckBreaks: - conflicts_module: Moose::Conflicts + conflicts_module: + - Module::Runtime::Conflicts + - Moose::Conflicts no_forced_deps: 0 Dist::Zilla::Role::ModuleMetadata: - Module::Metadata: '1.000032' - version: '0.003' + Module::Metadata: '1.000033' + version: '0.004' name: Test::CheckBreaks - version: '0.016' + version: '0.017' - class: Dist::Zilla::Plugin::Deprecated config: @@ -824,47 +830,47 @@ modules: - Dist::Zilla::Plugin::PodSpellingTests name: Deprecated - version: '0.005' + version: '0.006' - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::FinderCode name: ':ExtraTestFiles' - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::FinderCode name: ':PerlExecFiles' - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' - version: '6.005' + version: '6.008' - class: Dist::Zilla::Plugin::VerifyPhases name: '@Author::ETHER/PHASE VERIFICATION' @@ -872,10 +878,9 @@ zilla: class: Dist::Zilla::Dist::Builder config: - is_trial: 0 - version: '6.005' + is_trial: '0' + version: '6.008' x_authority: cpan:ETHER -x_authority_from_module: Dist::Zilla::Plugin::Test::PodSpelling x_contributors: - 'Karen Etheridge ' - 'Randy Stauner ' @@ -884,5 +889,5 @@ - 'Harley Pig ' - 'Alexandr Ciornii ' - 'Breno G. de Oliveira ' -x_permissions_from_module: Dist::Zilla::Plugin::Test::PodSpelling +x_serialization_backend: 'YAML::Tiny version 1.69' x_static_install: 1 diff -Nru libdist-zilla-plugin-test-podspelling-perl-2.007001/README libdist-zilla-plugin-test-podspelling-perl-2.007004/README --- libdist-zilla-plugin-test-podspelling-perl-2.007001/README 2016-05-27 22:59:36.000000000 +0000 +++ libdist-zilla-plugin-test-podspelling-perl-2.007004/README 2016-10-27 02:00:43.000000000 +0000 @@ -1,7 +1,7 @@ This archive contains the distribution Dist-Zilla-Plugin-Test-PodSpelling, -version 2.007001: +version 2.007004: Author tests for POD spelling @@ -12,5 +12,5 @@ The Artistic License 2.0 (GPL Compatible) -This README file was generated by Dist::Zilla::Plugin::Readme v6.005. +This README file was generated by Dist::Zilla::Plugin::Readme v6.008. diff -Nru libdist-zilla-plugin-test-podspelling-perl-2.007001/t/00-report-prereqs.dd libdist-zilla-plugin-test-podspelling-perl-2.007004/t/00-report-prereqs.dd --- libdist-zilla-plugin-test-podspelling-perl-2.007001/t/00-report-prereqs.dd 2016-05-27 22:59:36.000000000 +0000 +++ libdist-zilla-plugin-test-podspelling-perl-2.007004/t/00-report-prereqs.dd 2016-10-27 02:00:43.000000000 +0000 @@ -7,18 +7,17 @@ }, 'develop' => { 'recommends' => { - 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.114' + 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.121' }, 'requires' => { 'Dist::Zilla' => '5', 'Dist::Zilla::Plugin::Authority' => '1.009', - 'Dist::Zilla::Plugin::AuthorityFromModule' => '0.002', 'Dist::Zilla::Plugin::AutoMetaResources' => '0', 'Dist::Zilla::Plugin::AutoPrereqs' => '5.038', 'Dist::Zilla::Plugin::Bootstrap::lib' => '0', 'Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional' => '0.004', 'Dist::Zilla::Plugin::CheckIssues' => '0', - 'Dist::Zilla::Plugin::CheckPrereqsIndexed' => '0', + 'Dist::Zilla::Plugin::CheckPrereqsIndexed' => '0.019', 'Dist::Zilla::Plugin::CheckSelfDependency' => '0', 'Dist::Zilla::Plugin::CheckStrictVersion' => '0', 'Dist::Zilla::Plugin::ConfirmRelease' => '0', @@ -30,7 +29,7 @@ 'Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch' => '0.004', 'Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts' => '0', 'Dist::Zilla::Plugin::Git::Commit' => '2.020', - 'Dist::Zilla::Plugin::Git::Contributors' => '0.004', + 'Dist::Zilla::Plugin::Git::Contributors' => '0.029', 'Dist::Zilla::Plugin::Git::Describe' => '0.004', 'Dist::Zilla::Plugin::Git::GatherDir' => '2.016', 'Dist::Zilla::Plugin::Git::Push' => '0', @@ -57,33 +56,31 @@ 'Dist::Zilla::Plugin::PodSyntaxTests' => '5.040', 'Dist::Zilla::Plugin::PodWeaver' => '4.005', 'Dist::Zilla::Plugin::Prereqs' => '0', - 'Dist::Zilla::Plugin::Prereqs::AuthorDeps' => '0', + 'Dist::Zilla::Plugin::Prereqs::AuthorDeps' => '0.006', 'Dist::Zilla::Plugin::PromptIfStale' => '0', 'Dist::Zilla::Plugin::Readme' => '0', 'Dist::Zilla::Plugin::ReadmeAnyFromPod' => '0.142180', 'Dist::Zilla::Plugin::RewriteVersion::Transitional' => '0.004', - 'Dist::Zilla::Plugin::Run::AfterBuild' => '0.038', + 'Dist::Zilla::Plugin::Run::AfterBuild' => '0.041', 'Dist::Zilla::Plugin::Run::AfterRelease' => '0.038', 'Dist::Zilla::Plugin::RunExtraTests' => '0.024', 'Dist::Zilla::Plugin::StaticInstall' => '0.005', - 'Dist::Zilla::Plugin::Test::CPAN::Changes' => '0.008', + 'Dist::Zilla::Plugin::Test::CPAN::Changes' => '0.012', 'Dist::Zilla::Plugin::Test::ChangesHasContent' => '0', - 'Dist::Zilla::Plugin::Test::CheckBreaks' => '0', + 'Dist::Zilla::Plugin::Test::CheckBreaks' => '0.017', 'Dist::Zilla::Plugin::Test::CleanNamespaces' => '0.006', 'Dist::Zilla::Plugin::Test::Compile' => '2.039', 'Dist::Zilla::Plugin::Test::EOL' => '0.17', 'Dist::Zilla::Plugin::Test::Kwalitee' => '2.10', 'Dist::Zilla::Plugin::Test::MinimumVersion' => '2.000003', 'Dist::Zilla::Plugin::Test::NoTabs' => '0.08', - 'Dist::Zilla::Plugin::Test::Perl::Critic' => '0', - 'Dist::Zilla::Plugin::Test::Pod::No404s' => '1.002', + 'Dist::Zilla::Plugin::Test::Pod::No404s' => '1.003', 'Dist::Zilla::Plugin::Test::PodSpelling' => '2.006003', - 'Dist::Zilla::Plugin::Test::Portability' => '0', + 'Dist::Zilla::Plugin::Test::Portability' => '2.000007', 'Dist::Zilla::Plugin::Test::ReportPrereqs' => '0.022', 'Dist::Zilla::Plugin::TestRelease' => '0', 'Dist::Zilla::Plugin::UploadToCPAN' => '0', 'Dist::Zilla::PluginBundle::Author::ETHER' => '0.103', - 'English' => '0', 'File::Spec' => '0', 'IO::Handle' => '0', 'IPC::Open3' => '0', @@ -94,12 +91,14 @@ 'Test::CleanNamespaces' => '0.15', 'Test::EOL' => '0', 'Test::Kwalitee' => '1.21', + 'Test::MinimumVersion' => '0', 'Test::Mojibake' => '0', 'Test::More' => '0.96', 'Test::NoTabs' => '0', 'Test::Pod' => '1.41', 'Test::Pod::Coverage' => '1.08', 'Test::Pod::No404s' => '0', + 'Test::Portability::Files' => '0', 'Test::Spelling' => '0.12', 'blib' => '1.01', 'perl' => '5.006' @@ -107,6 +106,7 @@ }, 'runtime' => { 'requires' => { + 'Carp' => '0', 'Dist::Zilla' => '5', 'Dist::Zilla::Plugin::InlineFiles' => '0', 'Dist::Zilla::Role::FileFinderUser' => '0', @@ -134,6 +134,7 @@ 'Moose::Util' => '0', 'Path::Tiny' => '0', 'Test::DZil' => '0', + 'Test::Deep' => '0', 'Test::Fatal' => '0', 'Test::More' => '0.88', 'Test::Needs' => '0', diff -Nru libdist-zilla-plugin-test-podspelling-perl-2.007001/t/00-report-prereqs.t libdist-zilla-plugin-test-podspelling-perl-2.007004/t/00-report-prereqs.t --- libdist-zilla-plugin-test-podspelling-perl-2.007001/t/00-report-prereqs.t 2016-05-27 22:59:36.000000000 +0000 +++ libdist-zilla-plugin-test-podspelling-perl-2.007004/t/00-report-prereqs.t 2016-10-27 02:00:43.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; @@ -60,7 +60,11 @@ } my @include = qw( + JSON::PP Pod::Coverage + Sub::Name + YAML + autodie ); my @exclude = qw( @@ -78,10 +82,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 libdist-zilla-plugin-test-podspelling-perl-2.007001/t/attributes.t libdist-zilla-plugin-test-podspelling-perl-2.007004/t/attributes.t --- libdist-zilla-plugin-test-podspelling-perl-2.007001/t/attributes.t 2016-05-27 22:59:36.000000000 +0000 +++ libdist-zilla-plugin-test-podspelling-perl-2.007004/t/attributes.t 2016-10-27 02:00:43.000000000 +0000 @@ -3,6 +3,7 @@ use utf8; use Test::More 0.88; use Test::DZil; +use Test::Deep; use Path::Tiny; # test the file content generated when various attributes are set @@ -41,11 +42,17 @@ return $file->slurp_utf8; } +sub get_stopwords { + my $content = shift; + my ($stopwords) = ($content =~ m/__DATA__\n(.*)$/s); + return split("\n", $stopwords); +} + my $content = get_content({}); like $content, qr/Pod::Wordlist/, q[use default wordlist]; unlike $content, qr/set_spell_cmd/, q[by default don't set spell command]; like $content, qr/add_stopwords/, q[by default we add stopwords]; - like $content, qr/__DATA__\s$fname\n$lname/, q[DATA handle includes author]; + cmp_deeply([ get_stopwords($content) ], superbagof($fname, $lname), 'DATA handle includes author'); $content = get_content({wordlist => 'Foo::Bar'}); unlike $content, qr/Pod::Wordlist/, q[custom word list]; diff -Nru libdist-zilla-plugin-test-podspelling-perl-2.007001/t/checked.t libdist-zilla-plugin-test-podspelling-perl-2.007004/t/checked.t --- libdist-zilla-plugin-test-podspelling-perl-2.007001/t/checked.t 2016-05-27 22:59:36.000000000 +0000 +++ libdist-zilla-plugin-test-podspelling-perl-2.007004/t/checked.t 2016-10-27 02:00:43.000000000 +0000 @@ -13,7 +13,7 @@ unless qx/perl -e "print 123"/ == 123; if ( $^O eq 'MSWin32' ) { - test_needs( 'Test::Spelling' => 0.17 ); + test_needs { 'Test::Spelling' => 0.17 }; } } @@ -70,7 +70,8 @@ local *Test::Tester::Delegate::plan = sub {}; # run the actual xt file generated by this module - do "${\ path(qw(xt author pod-spell.t)) }"; + do './xt/author/pod-spell.t'; + die $@ if $@; }, [ # results we're expecting diff -Nru libdist-zilla-plugin-test-podspelling-perl-2.007001/t/zzz-check-breaks.t libdist-zilla-plugin-test-podspelling-perl-2.007004/t/zzz-check-breaks.t --- libdist-zilla-plugin-test-podspelling-perl-2.007001/t/zzz-check-breaks.t 2016-05-27 22:59:36.000000000 +0000 +++ libdist-zilla-plugin-test-podspelling-perl-2.007004/t/zzz-check-breaks.t 2016-10-27 02:00:43.000000000 +0000 @@ -1,9 +1,17 @@ use strict; use warnings; -# this test was generated with Dist::Zilla::Plugin::Test::CheckBreaks 0.016 +# this test was generated with Dist::Zilla::Plugin::Test::CheckBreaks 0.017 -use Test::More tests => 2; +use Test::More tests => 3; + +SKIP: { + eval 'require Module::Runtime::Conflicts; Module::Runtime::Conflicts->check_conflicts'; + skip('no Module::Runtime::Conflicts module found', 1) if not $INC{'Module/Runtime/Conflicts.pm'}; + + diag $@ if $@; + pass 'conflicts checked via Module::Runtime::Conflicts'; +} SKIP: { eval 'require Moose::Conflicts; Moose::Conflicts->check_conflicts'; diff -Nru libdist-zilla-plugin-test-podspelling-perl-2.007001/xt/author/00-compile.t libdist-zilla-plugin-test-podspelling-perl-2.007004/xt/author/00-compile.t --- libdist-zilla-plugin-test-podspelling-perl-2.007001/xt/author/00-compile.t 2016-05-27 22:59:36.000000000 +0000 +++ libdist-zilla-plugin-test-podspelling-perl-2.007004/xt/author/00-compile.t 2016-10-27 02:00:43.000000000 +0000 @@ -2,7 +2,7 @@ use strict; use warnings; -# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.054 +# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.056 use Test::More 0.94; @@ -17,7 +17,10 @@ # no fake home requested -my $inc_switch = -d 'blib' ? '-Mblib' : '-Ilib'; +my @switches = ( + -d 'blib' ? '-Mblib' : '-Ilib', + '-M-warnings=deprecated', +); use File::Spec; use IPC::Open3; @@ -31,7 +34,11 @@ # see L my $stderr = IO::Handle->new; - my $pid = open3($stdin, '>&STDERR', $stderr, $^X, $inc_switch, '-e', "require q[$lib]"); + diag('Running: ', join(', ', map { my $str = $_; $str =~ s/'/\\'/g; q{'} . $str . q{'} } + $^X, @switches, '-e', "require q[$lib]")) + if $ENV{PERL_COMPILE_TEST_DEBUG}; + + my $pid = open3($stdin, '>&STDERR', $stderr, $^X, @switches, '-e', "require q[$lib]"); binmode $stderr, ':crlf' if $^O eq 'MSWin32'; my @_warnings = <$stderr>; waitpid($pid, 0); diff -Nru libdist-zilla-plugin-test-podspelling-perl-2.007001/xt/author/critic.t libdist-zilla-plugin-test-podspelling-perl-2.007004/xt/author/critic.t --- libdist-zilla-plugin-test-podspelling-perl-2.007001/xt/author/critic.t 2016-05-27 22:59:36.000000000 +0000 +++ libdist-zilla-plugin-test-podspelling-perl-2.007004/xt/author/critic.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -#!perl - -use strict; -use warnings; - -use Test::More; -use English qw(-no_match_vars); - -eval "use Test::Perl::Critic"; -plan skip_all => 'Test::Perl::Critic required to criticise code' if $@; -Test::Perl::Critic->import( -profile => "perlcritic.rc" ) if -e "perlcritic.rc"; -all_critic_ok(); diff -Nru libdist-zilla-plugin-test-podspelling-perl-2.007001/xt/author/eol.t libdist-zilla-plugin-test-podspelling-perl-2.007004/xt/author/eol.t --- libdist-zilla-plugin-test-podspelling-perl-2.007001/xt/author/eol.t 2016-05-27 22:59:36.000000000 +0000 +++ libdist-zilla-plugin-test-podspelling-perl-2.007004/xt/author/eol.t 2016-10-27 02:00:43.000000000 +0000 @@ -1,7 +1,7 @@ use strict; use warnings; -# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.18 +# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.19 use Test::More 0.88; use Test::EOL; @@ -21,7 +21,6 @@ 't/zzz-check-breaks.t', 'xt/author/00-compile.t', 'xt/author/clean-namespaces.t', - 'xt/author/critic.t', 'xt/author/eol.t', 'xt/author/kwalitee.t', 'xt/author/mojibake.t', @@ -30,10 +29,10 @@ 'xt/author/pod-no404s.t', 'xt/author/pod-spell.t', 'xt/author/pod-syntax.t', + 'xt/author/portability.t', 'xt/release/changes_has_content.t', 'xt/release/cpan-changes.t', - 'xt/release/minimum-version.t', - 'xt/release/portability.t' + 'xt/release/minimum-version.t' ); eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files; diff -Nru libdist-zilla-plugin-test-podspelling-perl-2.007001/xt/author/no-tabs.t libdist-zilla-plugin-test-podspelling-perl-2.007004/xt/author/no-tabs.t --- libdist-zilla-plugin-test-podspelling-perl-2.007001/xt/author/no-tabs.t 2016-05-27 22:59:36.000000000 +0000 +++ libdist-zilla-plugin-test-podspelling-perl-2.007004/xt/author/no-tabs.t 2016-10-27 02:00:43.000000000 +0000 @@ -21,7 +21,6 @@ 't/zzz-check-breaks.t', 'xt/author/00-compile.t', 'xt/author/clean-namespaces.t', - 'xt/author/critic.t', 'xt/author/eol.t', 'xt/author/kwalitee.t', 'xt/author/mojibake.t', @@ -30,10 +29,10 @@ 'xt/author/pod-no404s.t', 'xt/author/pod-spell.t', 'xt/author/pod-syntax.t', + 'xt/author/portability.t', 'xt/release/changes_has_content.t', 'xt/release/cpan-changes.t', - 'xt/release/minimum-version.t', - 'xt/release/portability.t' + 'xt/release/minimum-version.t' ); notabs_ok($_) foreach @files; diff -Nru libdist-zilla-plugin-test-podspelling-perl-2.007001/xt/author/pod-spell.t libdist-zilla-plugin-test-podspelling-perl-2.007004/xt/author/pod-spell.t --- libdist-zilla-plugin-test-podspelling-perl-2.007001/xt/author/pod-spell.t 2016-05-27 22:59:36.000000000 +0000 +++ libdist-zilla-plugin-test-podspelling-perl-2.007004/xt/author/pod-spell.t 2016-10-27 02:00:43.000000000 +0000 @@ -2,47 +2,47 @@ use warnings; use Test::More; -# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007001 +# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007004 use Test::Spelling 0.12; use Pod::Wordlist; add_stopwords(); -all_pod_files_spelling_ok( qw( bin lib ) ); +all_pod_files_spelling_ok( qw( examples lib script t xt ) ); __DATA__ -irc +Alexandr +Breno Caleb +Ciornii Cushing -xenoterracide -Marcel -Gruenauer -hanekomu -Karen -Etheridge -ether -Randy -Stauner -rwstauner -Graham -Knop -haarg David +Dist +Etheridge Golden -dagolden +Graham +Gruenauer Harley +Karen +Knop +Marcel +Oliveira Pig -harleypig -Alexandr -Ciornii +Plugin +PodSpelling +PodSpellingTests +Randy +Stauner +Test +Zilla alexchorny -Breno +dagolden de -Oliveira +ether garu +haarg +hanekomu +harleypig +irc lib -Dist -Zilla -Plugin -PodSpellingTests -Test -PodSpelling +rwstauner +xenoterracide diff -Nru libdist-zilla-plugin-test-podspelling-perl-2.007001/xt/author/portability.t libdist-zilla-plugin-test-podspelling-perl-2.007004/xt/author/portability.t --- libdist-zilla-plugin-test-podspelling-perl-2.007001/xt/author/portability.t 1970-01-01 00:00:00.000000000 +0000 +++ libdist-zilla-plugin-test-podspelling-perl-2.007004/xt/author/portability.t 2016-10-27 02:00:43.000000000 +0000 @@ -0,0 +1,10 @@ +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 libdist-zilla-plugin-test-podspelling-perl-2.007001/xt/release/changes_has_content.t libdist-zilla-plugin-test-podspelling-perl-2.007004/xt/release/changes_has_content.t --- libdist-zilla-plugin-test-podspelling-perl-2.007001/xt/release/changes_has_content.t 2016-05-27 22:59:36.000000000 +0000 +++ libdist-zilla-plugin-test-podspelling-perl-2.007004/xt/release/changes_has_content.t 2016-10-27 02:00:43.000000000 +0000 @@ -4,7 +4,7 @@ note 'Checking Changes'; my $changes_file = 'Changes'; -my $newver = '2.007001'; +my $newver = '2.007004'; my $trial_token = '-TRIAL'; SKIP: { diff -Nru libdist-zilla-plugin-test-podspelling-perl-2.007001/xt/release/cpan-changes.t libdist-zilla-plugin-test-podspelling-perl-2.007004/xt/release/cpan-changes.t --- libdist-zilla-plugin-test-podspelling-perl-2.007001/xt/release/cpan-changes.t 2016-05-27 22:59:36.000000000 +0000 +++ libdist-zilla-plugin-test-podspelling-perl-2.007004/xt/release/cpan-changes.t 2016-10-27 02:00:43.000000000 +0000 @@ -1,11 +1,10 @@ -#!perl - use strict; use warnings; -use Test::More 0.96 tests => 2; -use_ok('Test::CPAN::Changes'); +# 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'); }; -done_testing(); diff -Nru libdist-zilla-plugin-test-podspelling-perl-2.007001/xt/release/portability.t libdist-zilla-plugin-test-podspelling-perl-2.007004/xt/release/portability.t --- libdist-zilla-plugin-test-podspelling-perl-2.007001/xt/release/portability.t 2016-05-27 22:59:36.000000000 +0000 +++ libdist-zilla-plugin-test-podspelling-perl-2.007004/xt/release/portability.t 1970-01-01 00:00:00.000000000 +0000 @@ -1,12 +0,0 @@ -#!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();