From 0dd29be8ce4075337de5d5b39d6c3335d28e0930 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Fri, 31 Oct 2014 12:34:38 +1300 Subject: [PATCH] Build results of 7a49adc (on master) --- Changes | 12 ++ MANIFEST | 4 +- META.json | 235 +++++++++++++++------------ META.yml | 210 +++++++++++++----------- Makefile.PL | 11 +- README | 2 +- dist.ini | 6 +- dist.ini.meta | 1 + lib/Dist/Zilla/App/Command/critic.pm | 7 +- maint/perlcritic.rc.gen.pl | 2 +- misc/Changes.deps | 15 +- misc/Changes.deps.all | 37 ++++- misc/Changes.deps.dev | 18 +- misc/Changes.deps.opt | 10 +- perlcritic.rc | 2 +- t/00-report-prereqs.dd | 26 +-- xt/{release => author}/eol.t | 4 +- 17 files changed, 366 insertions(+), 236 deletions(-) rename xt/{release => author}/eol.t (58%) diff --git a/Changes b/Changes index 602191d..d739b85 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,17 @@ Release history for Dist-Zilla-App-Command-critic +0.001003 2014-10-30T23:33:56Z ce4d03b + [Dependencies::Stats] + - Dependencies changed since 0.001002, see misc/*.deps* for details + - configure: +1 (recommends: ↑1) + - develop: +3 -1 (recommends: +1, suggests: ↑2) + - runtime: ↓1 -1 + - test: +1 (recommends: ↑2) + + [Internals] + - Stop loading utf8 ( optimisation ) + - 5.006 is now minimum perl. + 0.001002 2014-10-12T14:14:11Z 8fd643f [Dependencies::Stats] - Dependencies changed since 0.001001, see misc/*.deps* for details diff --git a/MANIFEST b/MANIFEST index b548789..2df43f5 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.020. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.022. .gitignore .mailmap .perltidyrc @@ -26,9 +26,9 @@ t/00-report-prereqs.t t/basic.t weaver.ini xt/author/critic.t +xt/author/eol.t xt/release/cpan-changes.t xt/release/distmeta.t -xt/release/eol.t xt/release/kwalitee.t xt/release/minimum-version.t xt/release/pod-coverage.t diff --git a/META.json b/META.json index 658d5bf..8108f4a 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,7 @@ "Kent Fredric " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.020, CPAN::Meta::Converter version 2.142690", + "generated_by" : "Dist::Zilla version 5.022, CPAN::Meta::Converter version 2.142690", "license" : [ "perl_5" ], @@ -16,13 +16,17 @@ "prereqs" : { "configure" : { "recommends" : { - "ExtUtils::MakeMaker" : "6.98" + "ExtUtils::MakeMaker" : "7.00" }, "requires" : { - "ExtUtils::MakeMaker" : "0" + "ExtUtils::MakeMaker" : "0", + "perl" : "5.006" } }, "develop" : { + "recommends" : { + "Test::More" : "1.001008" + }, "requires" : { "Dist::Zilla" : "5", "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.001001", @@ -31,7 +35,6 @@ "Dist::Zilla::Plugin::BumpVersionAfterRelease" : "0", "Dist::Zilla::Plugin::ConfirmRelease" : "0", "Dist::Zilla::Plugin::CopyFilesFromBuild" : "0", - "Dist::Zilla::Plugin::EOLTests" : "0", "Dist::Zilla::Plugin::Git::Check" : "0", "Dist::Zilla::Plugin::Git::Commit" : "0", "Dist::Zilla::Plugin::Git::CommitBuild" : "0", @@ -64,6 +67,7 @@ "Dist::Zilla::Plugin::RunExtraTests" : "0", "Dist::Zilla::Plugin::Test::CPAN::Changes" : "0", "Dist::Zilla::Plugin::Test::Compile::PerFile" : "0", + "Dist::Zilla::Plugin::Test::EOL" : "0", "Dist::Zilla::Plugin::Test::Kwalitee" : "0", "Dist::Zilla::Plugin::Test::MinimumVersion" : "0", "Dist::Zilla::Plugin::Test::Perl::Critic" : "0", @@ -74,13 +78,15 @@ "Pod::Coverage::TrustPod" : "0", "Test::CPAN::Changes" : "0.19", "Test::CPAN::Meta" : "0", + "Test::EOL" : "0", "Test::Kwalitee" : "1.21", + "Test::More" : "0", "Test::Pod" : "1.41", "Test::Pod::Coverage" : "1.08" }, "suggests" : { - "Dist::Zilla::App::Command::bakeini" : "0.001002", - "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.021000" + "Dist::Zilla::App::Command::bakeini" : "0.001003", + "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.022000" } }, "runtime" : { @@ -95,17 +101,16 @@ "Perl::Critic::Utils::Constants" : "0", "Perl::Critic::Violation" : "0", "Try::Tiny" : "0", - "perl" : "5.008", + "perl" : "5.006", "strict" : "0", - "utf8" : "0", "warnings" : "0" } }, "test" : { "recommends" : { "CPAN::Meta" : "2.120900", - "ExtUtils::MakeMaker" : "6.98", - "Test::More" : "1.001006" + "ExtUtils::MakeMaker" : "7.00", + "Test::More" : "1.001008" }, "requires" : { "Dist::Zilla::App::Tester" : "0", @@ -114,14 +119,15 @@ "ExtUtils::MakeMaker" : "0", "File::Spec" : "0", "Test::DZil" : "0", - "Test::More" : "0.89" + "Test::More" : "0.89", + "perl" : "5.006" } } }, "provides" : { "Dist::Zilla::App::Command::critic" : { "file" : "lib/Dist/Zilla/App/Command/critic.pm", - "version" : "0.001002" + "version" : "0.001003" } }, "release_status" : "stable", @@ -136,66 +142,66 @@ "web" : "https://github.com/kentnl/Dist-Zilla-App-Command-critic" } }, - "version" : "0.001002", + "version" : "0.001003", "x_BuiltWith" : { "modules" : { "CPAN::Meta" : "2.142690", - "Dist::Zilla" : "5.020", - "Dist::Zilla::App" : "5.020", - "Dist::Zilla::App::Command::bakeini" : "0.001002", - "Dist::Zilla::App::Tester" : "5.020", - "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.003006", - "Dist::Zilla::Plugin::Authority" : "1.006", - "Dist::Zilla::Plugin::AutoPrereqs" : "5.020", - "Dist::Zilla::Plugin::BumpVersionAfterRelease" : "0.004", - "Dist::Zilla::Plugin::ConfirmRelease" : "5.020", + "Dist::Zilla" : "5.022", + "Dist::Zilla::App" : "5.022", + "Dist::Zilla::App::Command::bakeini" : "0.001003", + "Dist::Zilla::App::Tester" : "5.022", + "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.004000", + "Dist::Zilla::Plugin::Authority" : "1.009", + "Dist::Zilla::Plugin::AutoPrereqs" : "5.022", + "Dist::Zilla::Plugin::BumpVersionAfterRelease" : "0.005", + "Dist::Zilla::Plugin::ConfirmRelease" : "5.022", "Dist::Zilla::Plugin::CopyFilesFromBuild" : "0.103510", - "Dist::Zilla::Plugin::EOLTests" : "0.02", - "Dist::Zilla::Plugin::GatherDir" : "5.020", + "Dist::Zilla::Plugin::GatherDir" : "5.022", "Dist::Zilla::Plugin::Git::Check" : "2.025", "Dist::Zilla::Plugin::Git::Commit" : "2.025", "Dist::Zilla::Plugin::Git::CommitBuild" : "2.025", - "Dist::Zilla::Plugin::Git::Contributors" : "0.007", + "Dist::Zilla::Plugin::Git::Contributors" : "0.008", "Dist::Zilla::Plugin::Git::GatherDir" : "2.025", "Dist::Zilla::Plugin::Git::NextRelease" : "0.004000", "Dist::Zilla::Plugin::Git::Tag" : "2.025", "Dist::Zilla::Plugin::GithubMeta" : "0.46", - "Dist::Zilla::Plugin::License" : "5.020", - "Dist::Zilla::Plugin::MakeMaker" : "5.020", - "Dist::Zilla::Plugin::Manifest" : "5.020", - "Dist::Zilla::Plugin::ManifestSkip" : "5.020", - "Dist::Zilla::Plugin::MetaConfig" : "5.020", + "Dist::Zilla::Plugin::License" : "5.022", + "Dist::Zilla::Plugin::MakeMaker" : "5.022", + "Dist::Zilla::Plugin::Manifest" : "5.022", + "Dist::Zilla::Plugin::ManifestSkip" : "5.022", + "Dist::Zilla::Plugin::MetaConfig" : "5.022", "Dist::Zilla::Plugin::MetaData::BuiltWith" : "1.003001", - "Dist::Zilla::Plugin::MetaJSON" : "5.020", + "Dist::Zilla::Plugin::MetaJSON" : "5.022", "Dist::Zilla::Plugin::MetaProvides::Package" : "2.001002", - "Dist::Zilla::Plugin::MetaTests" : "5.020", - "Dist::Zilla::Plugin::MetaYAML" : "5.020", - "Dist::Zilla::Plugin::MinimumPerl" : "1.003", - "Dist::Zilla::Plugin::PodCoverageTests" : "5.020", - "Dist::Zilla::Plugin::PodSyntaxTests" : "5.020", + "Dist::Zilla::Plugin::MetaTests" : "5.022", + "Dist::Zilla::Plugin::MetaYAML" : "5.022", + "Dist::Zilla::Plugin::MinimumPerl" : "1.004", + "Dist::Zilla::Plugin::PodCoverageTests" : "5.022", + "Dist::Zilla::Plugin::PodSyntaxTests" : "5.022", "Dist::Zilla::Plugin::PodWeaver" : "4.006", - "Dist::Zilla::Plugin::Prereqs" : "5.020", + "Dist::Zilla::Plugin::Prereqs" : "5.022", "Dist::Zilla::Plugin::Prereqs::AuthorDeps" : "0.003", "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled" : "0.003001", "Dist::Zilla::Plugin::Prereqs::Soften" : "0.005001", "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.142470", "Dist::Zilla::Plugin::ReadmeFromPod" : "0.21", "Dist::Zilla::Plugin::RewriteVersion::Sanitized" : "0.001004", - "Dist::Zilla::Plugin::RunExtraTests" : "0.022", + "Dist::Zilla::Plugin::RunExtraTests" : "0.023", "Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.008", "Dist::Zilla::Plugin::Test::Compile::PerFile" : "0.003000", + "Dist::Zilla::Plugin::Test::EOL" : "0.14", "Dist::Zilla::Plugin::Test::Kwalitee" : "2.11", "Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000005", "Dist::Zilla::Plugin::Test::Perl::Critic" : "2.112410", "Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.019", - "Dist::Zilla::Plugin::TestRelease" : "5.020", + "Dist::Zilla::Plugin::TestRelease" : "5.022", "Dist::Zilla::Plugin::Twitter" : "0.026", - "Dist::Zilla::Plugin::UploadToCPAN" : "5.020", - "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.021000", - "Dist::Zilla::Util::Test::KENTNL" : "1.003003", - "ExtUtils::MakeMaker" : "6.98", + "Dist::Zilla::Plugin::UploadToCPAN" : "5.022", + "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.022000", + "Dist::Zilla::Util::Test::KENTNL" : "1.004001", + "ExtUtils::MakeMaker" : "7.00", "File::Spec" : "3.49", - "Path::Tiny" : "0.058", + "Path::Tiny" : "0.059", "Perl::Critic" : "1.122", "Perl::Critic::Utils" : "1.122", "Perl::Critic::Utils::Constants" : "1.122", @@ -204,14 +210,14 @@ "Term::ANSIColor" : "4.03", "Test::CPAN::Changes" : "0.30", "Test::CPAN::Meta" : "0.23", - "Test::DZil" : "5.020", + "Test::DZil" : "5.022", + "Test::EOL" : "1.5", "Test::Kwalitee" : "1.22", - "Test::More" : "1.001006", + "Test::More" : "1.001008", "Test::Pod" : "1.48", "Test::Pod::Coverage" : "1.10", "Try::Tiny" : "0.22", "strict" : "1.08", - "utf8" : "1.14", "warnings" : "1.26" }, "perl" : { @@ -231,7 +237,7 @@ "osname" : "linux" }, "platform" : "linux", - "uname" : "Linux 3.16.1-aufs x86_64 GenuineIntel GNU/Linux" + "uname" : "Linux 3.17.1-aufs x86_64 GenuineIntel GNU/Linux" }, "x_Dist_Zilla" : { "perl" : { @@ -241,7 +247,7 @@ { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@Author::KENTNL/MetaConfig", - "version" : "5.020" + "version" : "5.022" }, { "class" : "Dist::Zilla::Plugin::GithubMeta", @@ -256,7 +262,7 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "5.020" + "version" : "5.022" } ] }, @@ -302,11 +308,25 @@ } }, "name" : "@Author::KENTNL/Git::Contributors", - "version" : "0.007" + "version" : "0.008" }, { "class" : "Dist::Zilla::Plugin::Git::GatherDir", "config" : { + "Dist::Zilla::Plugin::GatherDir" : { + "exclude_filename" : [ + "README", + "README.mkdn", + "README.pod", + "LICENSE" + ], + "exclude_match" : [], + "follow_symlinks" : "0", + "include_dotfiles" : "1", + "prefix" : "", + "prune_directory" : [], + "root" : "." + }, "Dist::Zilla::Plugin::Git::GatherDir" : { "include_untracked" : "0" }, @@ -320,22 +340,22 @@ { "class" : "Dist::Zilla::Plugin::License", "name" : "@Author::KENTNL/License", - "version" : "5.020" + "version" : "5.022" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@Author::KENTNL/MetaJSON", - "version" : "5.020" + "version" : "5.022" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@Author::KENTNL/MetaYAML", - "version" : "5.020" + "version" : "5.022" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@Author::KENTNL/Manifest", - "version" : "5.020" + "version" : "5.022" }, { "class" : "Dist::Zilla::Plugin::CopyFilesFromBuild", @@ -345,17 +365,17 @@ { "class" : "Dist::Zilla::Plugin::MetaTests", "name" : "@Author::KENTNL/MetaTests", - "version" : "5.020" + "version" : "5.022" }, { "class" : "Dist::Zilla::Plugin::PodCoverageTests", "name" : "@Author::KENTNL/PodCoverageTests", - "version" : "5.020" + "version" : "5.022" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@Author::KENTNL/PodSyntaxTests", - "version" : "5.020" + "version" : "5.022" }, { "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs", @@ -374,9 +394,14 @@ "version" : "2.11" }, { - "class" : "Dist::Zilla::Plugin::EOLTests", - "name" : "@Author::KENTNL/EOLTests", - "version" : "0.02" + "class" : "Dist::Zilla::Plugin::Test::EOL", + "config" : { + "Dist::Zilla::Plugin::Test::EOL" : { + "filename" : "xt/author/eol.t" + } + }, + "name" : "@Author::KENTNL/Test::EOL", + "version" : "0.14" }, { "class" : "Dist::Zilla::Plugin::Test::MinimumVersion", @@ -386,7 +411,7 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::KENTNL/Test::Compile::PerFile/AUTOVIV/:InstallModulesPM", - "version" : "5.020" + "version" : "5.022" }, { "class" : "Dist::Zilla::Plugin::Test::Compile::PerFile", @@ -413,7 +438,7 @@ { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@Author::KENTNL/ManifestSkip", - "version" : "5.020" + "version" : "5.022" }, { "class" : "Dist::Zilla::Plugin::RewriteVersion::Sanitized", @@ -438,87 +463,87 @@ { "class" : "Pod::Weaver::Plugin::EnsurePod5", "name" : "@CorePrep/EnsurePod5", - "version" : "4.006" + "version" : "4.007" }, { "class" : "Pod::Weaver::Plugin::H1Nester", "name" : "@CorePrep/H1Nester", - "version" : "4.006" + "version" : "4.007" }, { "class" : "Pod::Weaver::Plugin::SingleEncoding", "name" : "-SingleEncoding", - "version" : "4.006" + "version" : "4.007" }, { "class" : "Pod::Weaver::Section::Name", "name" : "Name", - "version" : "4.006" + "version" : "4.007" }, { "class" : "Pod::Weaver::Section::Version", "name" : "Version", - "version" : "4.006" + "version" : "4.007" }, { "class" : "Pod::Weaver::Section::Region", "name" : "prelude", - "version" : "4.006" + "version" : "4.007" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "SYNOPSIS", - "version" : "4.006" + "version" : "4.007" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "DESCRIPTION", - "version" : "4.006" + "version" : "4.007" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "OVERVIEW", - "version" : "4.006" + "version" : "4.007" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "METHODS", - "version" : "4.006" + "version" : "4.007" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "ATTRIBUTES", - "version" : "4.006" + "version" : "4.007" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "PRIVATE_ATTRIBUTES", - "version" : "4.006" + "version" : "4.007" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "PRIVATE_METHODS", - "version" : "4.006" + "version" : "4.007" }, { "class" : "Pod::Weaver::Section::Leftovers", "name" : "Leftovers", - "version" : "4.006" + "version" : "4.007" }, { "class" : "Pod::Weaver::Section::Region", "name" : "postlude", - "version" : "4.006" + "version" : "4.007" }, { "class" : "Pod::Weaver::Section::Authors", "name" : "Authors", - "version" : "4.006" + "version" : "4.007" }, { "class" : "Pod::Weaver::Section::Legal", "name" : "Legal", - "version" : "4.006" + "version" : "4.007" } ] } @@ -529,7 +554,7 @@ { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@Author::KENTNL/AutoPrereqs", - "version" : "5.020" + "version" : "5.022" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -540,7 +565,7 @@ } }, "name" : "@Author::KENTNL/BundleDevelSuggests", - "version" : "5.020" + "version" : "5.022" }, { "class" : "Dist::Zilla::Plugin::Prereqs::AuthorDeps", @@ -550,12 +575,12 @@ { "class" : "Dist::Zilla::Plugin::MinimumPerl", "name" : "@Author::KENTNL/MinimumPerl", - "version" : "1.003" + "version" : "1.004" }, { "class" : "Dist::Zilla::Plugin::Authority", "name" : "@Author::KENTNL/Authority", - "version" : "1.006" + "version" : "1.009" }, { "class" : "Dist::Zilla::Plugin::MakeMaker", @@ -565,12 +590,12 @@ } }, "name" : "@Author::KENTNL/MakeMaker", - "version" : "5.020" + "version" : "5.022" }, { "class" : "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes", "name" : "@Author::KENTNL/Author::KENTNL::RecommendFixes", - "version" : "0.003006" + "version" : "0.004000" }, { "class" : "Dist::Zilla::Plugin::ReadmeFromPod", @@ -595,17 +620,17 @@ } }, "name" : "@Author::KENTNL/RunExtraTests", - "version" : "0.022" + "version" : "0.023" }, { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@Author::KENTNL/TestRelease", - "version" : "5.020" + "version" : "5.022" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@Author::KENTNL/ConfirmRelease", - "version" : "5.020" + "version" : "5.022" }, { "class" : "Dist::Zilla::Plugin::Git::Check", @@ -657,7 +682,7 @@ "Dist::Zilla::Plugin::Git::Tag" : { "branch" : null, "signed" : 0, - "tag" : "0.001002-source", + "tag" : "0.001003-source", "tag_format" : "%v-source", "tag_message" : "v%v", "time_zone" : "local" @@ -677,7 +702,7 @@ { "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease", "name" : "@Author::KENTNL/BumpVersionAfterRelease", - "version" : "0.004" + "version" : "0.005" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", @@ -728,7 +753,7 @@ "Dist::Zilla::Plugin::Git::Tag" : { "branch" : "releases", "signed" : 0, - "tag" : "0.001002", + "tag" : "0.001003", "tag_format" : "%v", "tag_message" : "v%v", "time_zone" : "local" @@ -743,7 +768,7 @@ { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@Author::KENTNL/UploadToCPAN", - "version" : "5.020" + "version" : "5.022" }, { "class" : "Dist::Zilla::Plugin::Twitter", @@ -809,7 +834,7 @@ } }, "name" : "@Author::KENTNL/::Role::BundleDeps", - "version" : "5.020" + "version" : "5.022" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -820,7 +845,7 @@ } }, "name" : "Prereqs", - "version" : "5.020" + "version" : "5.022" }, { "class" : "Dist::Zilla::Plugin::Prereqs::Soften", @@ -840,47 +865,47 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "5.020" + "version" : "5.022" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "5.020" + "version" : "5.022" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "5.020" + "version" : "5.022" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "5.020" + "version" : "5.022" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "5.020" + "version" : "5.022" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "5.020" + "version" : "5.022" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "5.020" + "version" : "5.022" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "5.020" + "version" : "5.022" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "5.020" + "version" : "5.022" } ], "zilla" : { @@ -888,7 +913,7 @@ "config" : { "is_trial" : "0" }, - "version" : "5.020" + "version" : "5.022" } }, "x_authority" : "cpan:KENTNL" diff --git a/META.yml b/META.yml index d4d568b..e02a0fd 100644 --- a/META.yml +++ b/META.yml @@ -10,10 +10,12 @@ build_requires: File::Spec: '0' Test::DZil: '0' Test::More: '0.89' + perl: '5.006' configure_requires: ExtUtils::MakeMaker: '0' + perl: '5.006' dynamic_config: '0' -generated_by: 'Dist::Zilla version 5.020, CPAN::Meta::Converter version 2.142690' +generated_by: 'Dist::Zilla version 5.022, CPAN::Meta::Converter version 2.142690' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -22,7 +24,7 @@ name: Dist-Zilla-App-Command-critic provides: Dist::Zilla::App::Command::critic: file: lib/Dist/Zilla/App/Command/critic.pm - version: '0.001002' + version: '0.001003' recommends: Term::ANSIColor: '0' requires: @@ -33,74 +35,73 @@ requires: Perl::Critic::Utils::Constants: '0' Perl::Critic::Violation: '0' Try::Tiny: '0' - perl: '5.008' + perl: '5.006' strict: '0' - utf8: '0' warnings: '0' resources: bugtracker: https://github.com/kentnl/Dist-Zilla-App-Command-critic/issues homepage: https://github.com/kentnl/Dist-Zilla-App-Command-critic repository: https://github.com/kentnl/Dist-Zilla-App-Command-critic.git -version: '0.001002' +version: '0.001003' x_BuiltWith: modules: CPAN::Meta: '2.142690' - Dist::Zilla: '5.020' - Dist::Zilla::App: '5.020' - Dist::Zilla::App::Command::bakeini: '0.001002' - Dist::Zilla::App::Tester: '5.020' - Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes: '0.003006' - Dist::Zilla::Plugin::Authority: '1.006' - Dist::Zilla::Plugin::AutoPrereqs: '5.020' - Dist::Zilla::Plugin::BumpVersionAfterRelease: '0.004' - Dist::Zilla::Plugin::ConfirmRelease: '5.020' + Dist::Zilla: '5.022' + Dist::Zilla::App: '5.022' + Dist::Zilla::App::Command::bakeini: '0.001003' + Dist::Zilla::App::Tester: '5.022' + Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes: '0.004000' + Dist::Zilla::Plugin::Authority: '1.009' + Dist::Zilla::Plugin::AutoPrereqs: '5.022' + Dist::Zilla::Plugin::BumpVersionAfterRelease: '0.005' + Dist::Zilla::Plugin::ConfirmRelease: '5.022' Dist::Zilla::Plugin::CopyFilesFromBuild: '0.103510' - Dist::Zilla::Plugin::EOLTests: '0.02' - Dist::Zilla::Plugin::GatherDir: '5.020' + Dist::Zilla::Plugin::GatherDir: '5.022' Dist::Zilla::Plugin::Git::Check: '2.025' Dist::Zilla::Plugin::Git::Commit: '2.025' Dist::Zilla::Plugin::Git::CommitBuild: '2.025' - Dist::Zilla::Plugin::Git::Contributors: '0.007' + Dist::Zilla::Plugin::Git::Contributors: '0.008' Dist::Zilla::Plugin::Git::GatherDir: '2.025' Dist::Zilla::Plugin::Git::NextRelease: '0.004000' Dist::Zilla::Plugin::Git::Tag: '2.025' Dist::Zilla::Plugin::GithubMeta: '0.46' - Dist::Zilla::Plugin::License: '5.020' - Dist::Zilla::Plugin::MakeMaker: '5.020' - Dist::Zilla::Plugin::Manifest: '5.020' - Dist::Zilla::Plugin::ManifestSkip: '5.020' - Dist::Zilla::Plugin::MetaConfig: '5.020' + Dist::Zilla::Plugin::License: '5.022' + Dist::Zilla::Plugin::MakeMaker: '5.022' + Dist::Zilla::Plugin::Manifest: '5.022' + Dist::Zilla::Plugin::ManifestSkip: '5.022' + Dist::Zilla::Plugin::MetaConfig: '5.022' Dist::Zilla::Plugin::MetaData::BuiltWith: '1.003001' - Dist::Zilla::Plugin::MetaJSON: '5.020' + Dist::Zilla::Plugin::MetaJSON: '5.022' Dist::Zilla::Plugin::MetaProvides::Package: '2.001002' - Dist::Zilla::Plugin::MetaTests: '5.020' - Dist::Zilla::Plugin::MetaYAML: '5.020' - Dist::Zilla::Plugin::MinimumPerl: '1.003' - Dist::Zilla::Plugin::PodCoverageTests: '5.020' - Dist::Zilla::Plugin::PodSyntaxTests: '5.020' + Dist::Zilla::Plugin::MetaTests: '5.022' + Dist::Zilla::Plugin::MetaYAML: '5.022' + Dist::Zilla::Plugin::MinimumPerl: '1.004' + Dist::Zilla::Plugin::PodCoverageTests: '5.022' + Dist::Zilla::Plugin::PodSyntaxTests: '5.022' Dist::Zilla::Plugin::PodWeaver: '4.006' - Dist::Zilla::Plugin::Prereqs: '5.020' + Dist::Zilla::Plugin::Prereqs: '5.022' Dist::Zilla::Plugin::Prereqs::AuthorDeps: '0.003' Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled: '0.003001' Dist::Zilla::Plugin::Prereqs::Soften: '0.005001' Dist::Zilla::Plugin::ReadmeAnyFromPod: '0.142470' Dist::Zilla::Plugin::ReadmeFromPod: '0.21' Dist::Zilla::Plugin::RewriteVersion::Sanitized: '0.001004' - Dist::Zilla::Plugin::RunExtraTests: '0.022' + Dist::Zilla::Plugin::RunExtraTests: '0.023' Dist::Zilla::Plugin::Test::CPAN::Changes: '0.008' Dist::Zilla::Plugin::Test::Compile::PerFile: '0.003000' + Dist::Zilla::Plugin::Test::EOL: '0.14' Dist::Zilla::Plugin::Test::Kwalitee: '2.11' Dist::Zilla::Plugin::Test::MinimumVersion: '2.000005' Dist::Zilla::Plugin::Test::Perl::Critic: '2.112410' Dist::Zilla::Plugin::Test::ReportPrereqs: '0.019' - Dist::Zilla::Plugin::TestRelease: '5.020' + Dist::Zilla::Plugin::TestRelease: '5.022' Dist::Zilla::Plugin::Twitter: '0.026' - Dist::Zilla::Plugin::UploadToCPAN: '5.020' - Dist::Zilla::PluginBundle::Author::KENTNL: '2.021000' - Dist::Zilla::Util::Test::KENTNL: '1.003003' - ExtUtils::MakeMaker: '6.98' + Dist::Zilla::Plugin::UploadToCPAN: '5.022' + Dist::Zilla::PluginBundle::Author::KENTNL: '2.022000' + Dist::Zilla::Util::Test::KENTNL: '1.004001' + ExtUtils::MakeMaker: '7.00' File::Spec: '3.49' - Path::Tiny: '0.058' + Path::Tiny: '0.059' Perl::Critic: '1.122' Perl::Critic::Utils: '1.122' Perl::Critic::Utils::Constants: '1.122' @@ -109,14 +110,14 @@ x_BuiltWith: Term::ANSIColor: '4.03' Test::CPAN::Changes: '0.30' Test::CPAN::Meta: '0.23' - Test::DZil: '5.020' + Test::DZil: '5.022' + Test::EOL: '1.5' Test::Kwalitee: '1.22' - Test::More: '1.001006' + Test::More: '1.001008' Test::Pod: '1.48' Test::Pod::Coverage: '1.10' Try::Tiny: '0.22' strict: '1.08' - utf8: '1.14' warnings: '1.26' perl: original: v5.21.3 @@ -132,7 +133,7 @@ x_BuiltWith: myarchname: x86_64-linux osname: linux platform: linux - uname: 'Linux 3.16.1-aufs x86_64 GenuineIntel GNU/Linux' + uname: 'Linux 3.17.1-aufs x86_64 GenuineIntel GNU/Linux' x_Dist_Zilla: perl: version: '5.021003' @@ -140,7 +141,7 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::MetaConfig name: '@Author::KENTNL/MetaConfig' - version: '5.020' + version: '5.022' - class: Dist::Zilla::Plugin::GithubMeta name: '@Author::KENTNL/GithubMeta' @@ -153,7 +154,7 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::FinderCode name: '@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '5.020' + version: '5.022' Dist::Zilla::Role::MetaProvider::Provider: inherit_missing: '1' inherit_version: '1' @@ -186,10 +187,22 @@ x_Dist_Zilla: order_by: name paths: [] name: '@Author::KENTNL/Git::Contributors' - version: '0.007' + version: '0.008' - class: Dist::Zilla::Plugin::Git::GatherDir config: + Dist::Zilla::Plugin::GatherDir: + exclude_filename: + - README + - README.mkdn + - README.pod + - LICENSE + exclude_match: [] + follow_symlinks: '0' + include_dotfiles: '1' + prefix: '' + prune_directory: [] + root: . Dist::Zilla::Plugin::Git::GatherDir: include_untracked: '0' Dist::Zilla::Role::Git::Repo: @@ -199,19 +212,19 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::License name: '@Author::KENTNL/License' - version: '5.020' + version: '5.022' - class: Dist::Zilla::Plugin::MetaJSON name: '@Author::KENTNL/MetaJSON' - version: '5.020' + version: '5.022' - class: Dist::Zilla::Plugin::MetaYAML name: '@Author::KENTNL/MetaYAML' - version: '5.020' + version: '5.022' - class: Dist::Zilla::Plugin::Manifest name: '@Author::KENTNL/Manifest' - version: '5.020' + version: '5.022' - class: Dist::Zilla::Plugin::CopyFilesFromBuild name: '@Author::KENTNL/CopyXBuild' @@ -219,15 +232,15 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::MetaTests name: '@Author::KENTNL/MetaTests' - version: '5.020' + version: '5.022' - class: Dist::Zilla::Plugin::PodCoverageTests name: '@Author::KENTNL/PodCoverageTests' - version: '5.020' + version: '5.022' - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@Author::KENTNL/PodSyntaxTests' - version: '5.020' + version: '5.022' - class: Dist::Zilla::Plugin::Test::ReportPrereqs name: '@Author::KENTNL/Test::ReportPrereqs' @@ -241,9 +254,12 @@ x_Dist_Zilla: name: '@Author::KENTNL/Test::Kwalitee' version: '2.11' - - class: Dist::Zilla::Plugin::EOLTests - name: '@Author::KENTNL/EOLTests' - version: '0.02' + class: Dist::Zilla::Plugin::Test::EOL + config: + Dist::Zilla::Plugin::Test::EOL: + filename: xt/author/eol.t + name: '@Author::KENTNL/Test::EOL' + version: '0.14' - class: Dist::Zilla::Plugin::Test::MinimumVersion name: '@Author::KENTNL/Test::MinimumVersion' @@ -251,7 +267,7 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::FinderCode name: '@Author::KENTNL/Test::Compile::PerFile/AUTOVIV/:InstallModulesPM' - version: '5.020' + version: '5.022' - class: Dist::Zilla::Plugin::Test::Compile::PerFile config: @@ -272,7 +288,7 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::ManifestSkip name: '@Author::KENTNL/ManifestSkip' - version: '5.020' + version: '5.022' - class: Dist::Zilla::Plugin::RewriteVersion::Sanitized config: @@ -292,77 +308,77 @@ x_Dist_Zilla: - class: Pod::Weaver::Plugin::EnsurePod5 name: '@CorePrep/EnsurePod5' - version: '4.006' + version: '4.007' - class: Pod::Weaver::Plugin::H1Nester name: '@CorePrep/H1Nester' - version: '4.006' + version: '4.007' - class: Pod::Weaver::Plugin::SingleEncoding name: -SingleEncoding - version: '4.006' + version: '4.007' - class: Pod::Weaver::Section::Name name: Name - version: '4.006' + version: '4.007' - class: Pod::Weaver::Section::Version name: Version - version: '4.006' + version: '4.007' - class: Pod::Weaver::Section::Region name: prelude - version: '4.006' + version: '4.007' - class: Pod::Weaver::Section::Generic name: SYNOPSIS - version: '4.006' + version: '4.007' - class: Pod::Weaver::Section::Generic name: DESCRIPTION - version: '4.006' + version: '4.007' - class: Pod::Weaver::Section::Generic name: OVERVIEW - version: '4.006' + version: '4.007' - class: Pod::Weaver::Section::Collect name: METHODS - version: '4.006' + version: '4.007' - class: Pod::Weaver::Section::Collect name: ATTRIBUTES - version: '4.006' + version: '4.007' - class: Pod::Weaver::Section::Collect name: PRIVATE_ATTRIBUTES - version: '4.006' + version: '4.007' - class: Pod::Weaver::Section::Collect name: PRIVATE_METHODS - version: '4.006' + version: '4.007' - class: Pod::Weaver::Section::Leftovers name: Leftovers - version: '4.006' + version: '4.007' - class: Pod::Weaver::Section::Region name: postlude - version: '4.006' + version: '4.007' - class: Pod::Weaver::Section::Authors name: Authors - version: '4.006' + version: '4.007' - class: Pod::Weaver::Section::Legal name: Legal - version: '4.006' + version: '4.007' name: '@Author::KENTNL/PodWeaver' version: '4.006' - class: Dist::Zilla::Plugin::AutoPrereqs name: '@Author::KENTNL/AutoPrereqs' - version: '5.020' + version: '5.022' - class: Dist::Zilla::Plugin::Prereqs config: @@ -370,7 +386,7 @@ x_Dist_Zilla: phase: develop type: suggests name: '@Author::KENTNL/BundleDevelSuggests' - version: '5.020' + version: '5.022' - class: Dist::Zilla::Plugin::Prereqs::AuthorDeps name: '@Author::KENTNL/Prereqs::AuthorDeps' @@ -378,22 +394,22 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::MinimumPerl name: '@Author::KENTNL/MinimumPerl' - version: '1.003' + version: '1.004' - class: Dist::Zilla::Plugin::Authority name: '@Author::KENTNL/Authority' - version: '1.006' + version: '1.009' - class: Dist::Zilla::Plugin::MakeMaker config: Dist::Zilla::Role::TestRunner: default_jobs: '10' name: '@Author::KENTNL/MakeMaker' - version: '5.020' + version: '5.022' - class: Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes name: '@Author::KENTNL/Author::KENTNL::RecommendFixes' - version: '0.003006' + version: '0.004000' - class: Dist::Zilla::Plugin::ReadmeFromPod name: '@Author::KENTNL/ReadmeFromPod' @@ -412,15 +428,15 @@ x_Dist_Zilla: Dist::Zilla::Role::TestRunner: default_jobs: '10' name: '@Author::KENTNL/RunExtraTests' - version: '0.022' + version: '0.023' - class: Dist::Zilla::Plugin::TestRelease name: '@Author::KENTNL/TestRelease' - version: '5.020' + version: '5.022' - class: Dist::Zilla::Plugin::ConfirmRelease name: '@Author::KENTNL/ConfirmRelease' - version: '5.020' + version: '5.022' - class: Dist::Zilla::Plugin::Git::Check config: @@ -459,7 +475,7 @@ x_Dist_Zilla: Dist::Zilla::Plugin::Git::Tag: branch: ~ signed: '0' - tag: 0.001002-source + tag: 0.001003-source tag_format: '%v-source' tag_message: v%v time_zone: local @@ -474,7 +490,7 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::BumpVersionAfterRelease name: '@Author::KENTNL/BumpVersionAfterRelease' - version: '0.004' + version: '0.005' - class: Dist::Zilla::Plugin::Git::Commit config: @@ -513,7 +529,7 @@ x_Dist_Zilla: Dist::Zilla::Plugin::Git::Tag: branch: releases signed: '0' - tag: '0.001002' + tag: '0.001003' tag_format: '%v' tag_message: v%v time_zone: local @@ -524,7 +540,7 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::UploadToCPAN name: '@Author::KENTNL/UploadToCPAN' - version: '5.020' + version: '5.022' - class: Dist::Zilla::Plugin::Twitter name: '@Author::KENTNL/Twitter' @@ -574,7 +590,7 @@ x_Dist_Zilla: phase: develop type: requires name: '@Author::KENTNL/::Role::BundleDeps' - version: '5.020' + version: '5.022' - class: Dist::Zilla::Plugin::Prereqs config: @@ -582,7 +598,7 @@ x_Dist_Zilla: phase: runtime type: requires name: Prereqs - version: '5.020' + version: '5.022' - class: Dist::Zilla::Plugin::Prereqs::Soften config: @@ -597,42 +613,42 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '5.020' + version: '5.022' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: '5.020' + version: '5.022' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: '5.020' + version: '5.022' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: '5.020' + version: '5.022' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: '5.020' + version: '5.022' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: '5.020' + version: '5.022' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' - version: '5.020' + version: '5.022' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' - version: '5.020' + version: '5.022' - class: Dist::Zilla::Plugin::FinderCode name: '@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '5.020' + version: '5.022' zilla: class: Dist::Zilla::Dist::Builder config: is_trial: '0' - version: '5.020' + version: '5.022' x_authority: cpan:KENTNL diff --git a/Makefile.PL b/Makefile.PL index c7e554f..71c2f33 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,11 +1,11 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.020. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.022. use strict; use warnings; -use 5.008; +use 5.006; -use ExtUtils::MakeMaker ; +use ExtUtils::MakeMaker; @@ -18,6 +18,7 @@ my %WriteMakefileArgs = ( "DISTNAME" => "Dist-Zilla-App-Command-critic", "EXE_FILES" => [], "LICENSE" => "perl", + "MIN_PERL_VERSION" => "5.006", "NAME" => "Dist::Zilla::App::Command::critic", "PREREQ_PM" => { "Dist::Zilla::App" => 0, @@ -28,7 +29,6 @@ my %WriteMakefileArgs = ( "Perl::Critic::Violation" => 0, "Try::Tiny" => 0, "strict" => 0, - "utf8" => 0, "warnings" => 0 }, "TEST_REQUIRES" => { @@ -40,7 +40,7 @@ my %WriteMakefileArgs = ( "Test::DZil" => 0, "Test::More" => "0.89" }, - "VERSION" => "0.001002", + "VERSION" => "0.001003", "test" => { "TESTS" => "t/*.t t/00-compile/*.t" } @@ -63,7 +63,6 @@ my %FallbackPrereqs = ( "Test::More" => "0.89", "Try::Tiny" => 0, "strict" => 0, - "utf8" => 0, "warnings" => 0 ); diff --git a/README b/README index dd46aba..a67b732 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ NAME on the built files. VERSION - version 0.001002 + version 0.001003 DESCRIPTION I have a hard time understanding the output of "[Test::Perl::Critic]", diff --git a/dist.ini b/dist.ini index f84470b..bdc9856 100644 --- a/dist.ini +++ b/dist.ini @@ -52,7 +52,7 @@ copy = LICENSE [Test::Kwalitee / @Author::KENTNL/Test::Kwalitee] -[EOLTests / @Author::KENTNL/EOLTests] +[Test::EOL / @Author::KENTNL/Test::EOL] trailing_whitespace = 1 [Test::MinimumVersion / @Author::KENTNL/Test::MinimumVersion] @@ -76,7 +76,7 @@ replacer = replace_with_blank -phase = develop -type = suggests Dist::Zilla::App::Command::bakeini = 0.001000 -Dist::Zilla::PluginBundle::Author::KENTNL = 2.021000 +Dist::Zilla::PluginBundle::Author::KENTNL = 2.022000 [Prereqs::AuthorDeps / @Author::KENTNL/Prereqs::AuthorDeps] @@ -161,7 +161,6 @@ Dist::Zilla::Plugin::AutoPrereqs = 0 Dist::Zilla::Plugin::BumpVersionAfterRelease = 0 Dist::Zilla::Plugin::ConfirmRelease = 0 Dist::Zilla::Plugin::CopyFilesFromBuild = 0 -Dist::Zilla::Plugin::EOLTests = 0 Dist::Zilla::Plugin::Git::Check = 0 Dist::Zilla::Plugin::Git::Commit = 0 Dist::Zilla::Plugin::Git::CommitBuild = 0 @@ -193,6 +192,7 @@ Dist::Zilla::Plugin::RewriteVersion::Sanitized = 0 Dist::Zilla::Plugin::RunExtraTests = 0 Dist::Zilla::Plugin::Test::CPAN::Changes = 0 Dist::Zilla::Plugin::Test::Compile::PerFile = 0 +Dist::Zilla::Plugin::Test::EOL = 0 Dist::Zilla::Plugin::Test::Kwalitee = 0 Dist::Zilla::Plugin::Test::MinimumVersion = 0 Dist::Zilla::Plugin::Test::Perl::Critic = 0 diff --git a/dist.ini.meta b/dist.ini.meta index e8957d4..a5994f8 100644 --- a/dist.ini.meta +++ b/dist.ini.meta @@ -1,4 +1,5 @@ ; Generated by Dist::Zilla::Plugin::Author::KENTNL::DistINI version 2.013002 at Sun Apr 13 09:28:38 2014 +; vim: syntax=dosini name = Dist-Zilla-App-Command-critic author = Kent Fredric license = Perl_5 diff --git a/lib/Dist/Zilla/App/Command/critic.pm b/lib/Dist/Zilla/App/Command/critic.pm index e517089..c3c4aca 100644 --- a/lib/Dist/Zilla/App/Command/critic.pm +++ b/lib/Dist/Zilla/App/Command/critic.pm @@ -1,11 +1,10 @@ -use 5.008; # utf8 +use 5.006; use strict; use warnings; -use utf8; package Dist::Zilla::App::Command::critic; -our $VERSION = '0.001002'; +our $VERSION = '0.001003'; # ABSTRACT: build your dist and run Perl::Critic on the built files. @@ -197,7 +196,7 @@ Dist::Zilla::App::Command::critic - build your dist and run Perl::Critic on the =head1 VERSION -version 0.001002 +version 0.001003 =head1 DESCRIPTION diff --git a/maint/perlcritic.rc.gen.pl b/maint/perlcritic.rc.gen.pl index 346439a..ea369e8 100644 --- a/maint/perlcritic.rc.gen.pl +++ b/maint/perlcritic.rc.gen.pl @@ -30,7 +30,7 @@ # 'Subroutines::ProhibitCallsToUndeclaredSubs' => ( 'exempt_subs' => 'String::Formatter::str_rf' ), ); # $bundle->remove_policy('ErrorHandling::RequireUseOfExceptions'); -# $bundle->remove_policy('CodeLayout::RequireUseUTF8'); +$bundle->remove_policy('CodeLayout::RequireUseUTF8'); #$bundle->remove_policy('ErrorHandling::RequireCarping'); $bundle->remove_policy('NamingConventions::Capitalization'); diff --git a/misc/Changes.deps b/misc/Changes.deps index 6de8972..eb4fbc8 100644 --- a/misc/Changes.deps +++ b/misc/Changes.deps @@ -1,6 +1,19 @@ This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test) -0.001002 +0.001003 + [Added / configure requires] + - perl 5.006 + + [Added / test requires] + - perl 5.006 + + [Changed / runtime requires] + - perl 5.008 → 5.006 + + [Removed / runtime requires] + - utf8 + +0.001002 2014-10-12T14:14:11Z [Added / test requires] - Dist::Zilla::App::Tester - Dist::Zilla::Plugin::GatherDir diff --git a/misc/Changes.deps.all b/misc/Changes.deps.all index 965a1bb..058073f 100644 --- a/misc/Changes.deps.all +++ b/misc/Changes.deps.all @@ -1,6 +1,41 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop) -0.001002 +0.001003 + [Added / configure requires] + - perl 5.006 + + [Added / develop recommends] + - Test::More 1.001008 + + [Added / develop requires] + - Dist::Zilla::Plugin::Test::EOL + - Test::EOL + - Test::More + + [Added / test requires] + - perl 5.006 + + [Changed / configure recommends] + - ExtUtils::MakeMaker 6.98 → 7.00 + + [Changed / develop suggests] + - Dist::Zilla::App::Command::bakeini 0.001002 → 0.001003 + - Dist::Zilla::PluginBundle::Author::KENTNL 2.021000 → 2.022000 + + [Changed / runtime requires] + - perl 5.008 → 5.006 + + [Changed / test recommends] + - ExtUtils::MakeMaker 6.98 → 7.00 + - Test::More 1.001006 → 1.001008 + + [Removed / develop requires] + - Dist::Zilla::Plugin::EOLTests + + [Removed / runtime requires] + - utf8 + +0.001002 2014-10-12T14:14:11Z [Added / develop requires] - Dist::Zilla 5 - Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes 0.001001 diff --git a/misc/Changes.deps.dev b/misc/Changes.deps.dev index 338b901..edeca65 100644 --- a/misc/Changes.deps.dev +++ b/misc/Changes.deps.dev @@ -1,6 +1,22 @@ This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL ) -0.001002 +0.001003 + [Added / develop recommends] + - Test::More 1.001008 + + [Added / develop requires] + - Dist::Zilla::Plugin::Test::EOL + - Test::EOL + - Test::More + + [Changed / develop suggests] + - Dist::Zilla::App::Command::bakeini 0.001002 → 0.001003 + - Dist::Zilla::PluginBundle::Author::KENTNL 2.021000 → 2.022000 + + [Removed / develop requires] + - Dist::Zilla::Plugin::EOLTests + +0.001002 2014-10-12T14:14:11Z [Added / develop requires] - Dist::Zilla 5 - Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes 0.001001 diff --git a/misc/Changes.deps.opt b/misc/Changes.deps.opt index 8709e2b..45bdb5d 100644 --- a/misc/Changes.deps.opt +++ b/misc/Changes.deps.opt @@ -1,6 +1,14 @@ This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test) -0.001002 +0.001003 + [Changed / configure recommends] + - ExtUtils::MakeMaker 6.98 → 7.00 + + [Changed / test recommends] + - ExtUtils::MakeMaker 6.98 → 7.00 + - Test::More 1.001006 → 1.001008 + +0.001002 2014-10-12T14:14:11Z [Changed / configure recommends] - ExtUtils::MakeMaker 6.96 → 6.98 diff --git a/perlcritic.rc b/perlcritic.rc index 5605fc6..492f5cc 100644 --- a/perlcritic.rc +++ b/perlcritic.rc @@ -88,7 +88,7 @@ allow_includes = 1 [CodeLayout::RequireTrailingCommas] -[CodeLayout::RequireUseUTF8] +[-CodeLayout::RequireUseUTF8] [Compatibility::ConstantLeadingUnderscore] diff --git a/t/00-report-prereqs.dd b/t/00-report-prereqs.dd index fec4abd..dc39d3c 100644 --- a/t/00-report-prereqs.dd +++ b/t/00-report-prereqs.dd @@ -1,13 +1,17 @@ do { my $x = { 'configure' => { 'recommends' => { - 'ExtUtils::MakeMaker' => '6.98' + 'ExtUtils::MakeMaker' => '7.00' }, 'requires' => { - 'ExtUtils::MakeMaker' => '0' + 'ExtUtils::MakeMaker' => '0', + 'perl' => '5.006' } }, 'develop' => { + 'recommends' => { + 'Test::More' => '1.001008' + }, 'requires' => { 'Dist::Zilla' => '5', 'Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes' => '0.001001', @@ -16,7 +20,6 @@ do { my $x = { 'Dist::Zilla::Plugin::BumpVersionAfterRelease' => '0', 'Dist::Zilla::Plugin::ConfirmRelease' => '0', 'Dist::Zilla::Plugin::CopyFilesFromBuild' => '0', - 'Dist::Zilla::Plugin::EOLTests' => '0', 'Dist::Zilla::Plugin::Git::Check' => '0', 'Dist::Zilla::Plugin::Git::Commit' => '0', 'Dist::Zilla::Plugin::Git::CommitBuild' => '0', @@ -49,6 +52,7 @@ do { my $x = { 'Dist::Zilla::Plugin::RunExtraTests' => '0', 'Dist::Zilla::Plugin::Test::CPAN::Changes' => '0', 'Dist::Zilla::Plugin::Test::Compile::PerFile' => '0', + 'Dist::Zilla::Plugin::Test::EOL' => '0', 'Dist::Zilla::Plugin::Test::Kwalitee' => '0', 'Dist::Zilla::Plugin::Test::MinimumVersion' => '0', 'Dist::Zilla::Plugin::Test::Perl::Critic' => '0', @@ -59,13 +63,15 @@ do { my $x = { 'Pod::Coverage::TrustPod' => '0', 'Test::CPAN::Changes' => '0.19', 'Test::CPAN::Meta' => '0', + 'Test::EOL' => '0', 'Test::Kwalitee' => '1.21', + 'Test::More' => '0', 'Test::Pod' => '1.41', 'Test::Pod::Coverage' => '1.08' }, 'suggests' => { - 'Dist::Zilla::App::Command::bakeini' => '0.001002', - 'Dist::Zilla::PluginBundle::Author::KENTNL' => '2.021000' + 'Dist::Zilla::App::Command::bakeini' => '0.001003', + 'Dist::Zilla::PluginBundle::Author::KENTNL' => '2.022000' } }, 'runtime' => { @@ -80,17 +86,16 @@ do { my $x = { 'Perl::Critic::Utils::Constants' => '0', 'Perl::Critic::Violation' => '0', 'Try::Tiny' => '0', - 'perl' => '5.008', + 'perl' => '5.006', 'strict' => '0', - 'utf8' => '0', 'warnings' => '0' } }, 'test' => { 'recommends' => { 'CPAN::Meta' => '2.120900', - 'ExtUtils::MakeMaker' => '6.98', - 'Test::More' => '1.001006' + 'ExtUtils::MakeMaker' => '7.00', + 'Test::More' => '1.001008' }, 'requires' => { 'Dist::Zilla::App::Tester' => '0', @@ -99,7 +104,8 @@ do { my $x = { 'ExtUtils::MakeMaker' => '0', 'File::Spec' => '0', 'Test::DZil' => '0', - 'Test::More' => '0.89' + 'Test::More' => '0.89', + 'perl' => '5.006' } } }; diff --git a/xt/release/eol.t b/xt/author/eol.t similarity index 58% rename from xt/release/eol.t rename to xt/author/eol.t index d13c49d..831a804 100644 --- a/xt/release/eol.t +++ b/xt/author/eol.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More; -eval 'use Test::EOL'; -plan skip_all => 'Test::EOL required' if $@; +# generated by Dist::Zilla::Plugin::Test::EOL 0.14 +use Test::EOL; all_perl_files_ok({ trailing_whitespace => 1 });