From 8fe1191f268f56d73e24cc20fe7af95addc1d338 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Fri, 31 Oct 2014 22:38:05 +1300 Subject: [PATCH] Build results of 41d90db (on master) --- .mailmap | 3 + .travis.yml | 8 +- Changes | 15 + MANIFEST | 5 +- META.json | 323 ++++++++++-------- META.yml | 289 +++++++++------- Makefile.PL | 13 +- README | 4 +- dist.ini | 18 +- dist.ini.meta | 8 +- lib/Dist/Zilla/App/Command/self.pm | 9 +- maint/perlcritic.rc.gen.pl | 1 + misc/Changes.deps | 15 +- misc/Changes.deps.all | 42 ++- misc/Changes.deps.dev | 23 +- misc/Changes.deps.opt | 10 +- perlcritic.rc | 8 +- .../lib_Dist_Zilla_App_Command_self_pm.t | 2 +- t/00-report-prereqs.dd | 30 +- xt/{release => author}/eol.t | 4 +- xt/release/kwalitee.t | 2 +- 21 files changed, 510 insertions(+), 322 deletions(-) create mode 100644 .mailmap rename xt/{release => author}/eol.t (58%) diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..ca81607 --- /dev/null +++ b/.mailmap @@ -0,0 +1,3 @@ +# git help shortlog +# newname oldname + diff --git a/.travis.yml b/.travis.yml index 38a6708..ee8ce89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,10 @@ matrix: - env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1 - env: STERILIZE_ENV=0 DEVELOPER_DEPS=1 include: + - perl: "5.21" + env: STERILIZE_ENV=0 COVERAGE_TESTING=1 + - perl: "5.21" + env: STERILIZE_ENV=1 - perl: "5.8" env: STERILIZE_ENV=0 - perl: "5.10" @@ -25,14 +29,10 @@ matrix: env: STERILIZE_ENV=1 - perl: "5.20" env: STERILIZE_ENV=1 - - perl: "5.21" - env: STERILIZE_ENV=1 - perl: "5.21" env: STERILIZE_ENV=0 DEVELOPER_DEPS=1 - perl: "5.21" env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1 - - perl: "5.21" - env: STERILIZE_ENV=0 COVERAGE_TESTING=1 before_install: - perlbrew list - time git clone --depth 10 https://github.com/kentfredric/travis-scripts.git maint-travis-ci diff --git a/Changes b/Changes index 6daaffe..e195e64 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,20 @@ Release history for Dist-Zilla-App-Command-self +0.001002 2014-10-31T09:37:01Z bbef681 + [Dependencies::Stats] + - Dependencies changed since 0.001001, see misc/*.deps* for details + - configure: +1 (recommends: ↑1) + - develop: +5 ↑1 -1 (recommends: +1, suggests: ↑2) + - runtime: ↓1 -1 + - test: +1 (recommends: ↑2) + + [Internals] + - remove utf8 requirement + - now works on 5.006 + + [Metadata] + - author = kentnl + 0.001001 2014-08-16T23:36:01Z [00 Trivial] - CPANDAY! diff --git a/MANIFEST b/MANIFEST index 211fb57..51cc2d3 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,5 +1,6 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.020. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.023. .gitignore +.mailmap .perltidyrc .travis.yml Changes @@ -24,9 +25,9 @@ t/00-report-prereqs.dd t/00-report-prereqs.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 ddf56a8..983f922 100644 --- a/META.json +++ b/META.json @@ -1,10 +1,10 @@ { "abstract" : "Build a distribution with a bootstrapped version of itself.", "author" : [ - "Kent Fredric " + "Kent Fredric " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.020, CPAN::Meta::Converter version 2.142060", + "generated_by" : "Dist::Zilla version 5.023, CPAN::Meta::Converter version 2.142690", "license" : [ "perl_5" ], @@ -16,27 +16,31 @@ "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", "Dist::Zilla::Plugin::Authority" : "1.006", "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", "Dist::Zilla::Plugin::Git::Contributors" : "0.006", "Dist::Zilla::Plugin::Git::GatherDir" : "0", - "Dist::Zilla::Plugin::Git::NextRelease" : "0", + "Dist::Zilla::Plugin::Git::NextRelease" : "0.004000", "Dist::Zilla::Plugin::Git::Tag" : "0", "Dist::Zilla::Plugin::GithubMeta" : "0", "Dist::Zilla::Plugin::License" : "0", @@ -54,6 +58,7 @@ "Dist::Zilla::Plugin::PodSyntaxTests" : "0", "Dist::Zilla::Plugin::PodWeaver" : "0", "Dist::Zilla::Plugin::Prereqs" : "0", + "Dist::Zilla::Plugin::Prereqs::AuthorDeps" : "0", "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled" : "0", "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0", "Dist::Zilla::Plugin::ReadmeFromPod" : "0", @@ -61,6 +66,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", @@ -71,13 +77,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.018000" + "Dist::Zilla::App::Command::bakeini" : "0.001004", + "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.022000" } }, "runtime" : { @@ -86,29 +94,29 @@ "Dist::Zilla::App" : "0", "File::pushd" : "0", "Path::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.001003" + "ExtUtils::MakeMaker" : "7.00", + "Test::More" : "1.001008" }, "requires" : { "ExtUtils::MakeMaker" : "0", "File::Spec" : "0", - "Test::More" : "0.89" + "Test::More" : "0.89", + "perl" : "5.006" } } }, "provides" : { "Dist::Zilla::App::Command::self" : { "file" : "lib/Dist/Zilla/App/Command/self.pm", - "version" : "0.001001" + "version" : "0.001002" } }, "release_status" : "stable", @@ -123,99 +131,103 @@ "web" : "https://github.com/kentnl/Dist-Zilla-App-Command-self" } }, - "version" : "0.001001", + "version" : "0.001002", "x_BuiltWith" : { "modules" : { - "CPAN::Meta" : "2.142060", + "CPAN::Meta" : "2.142690", "Carp" : "1.34", - "Dist::Zilla::App" : "5.020", - "Dist::Zilla::App::Command::bakeini" : "0.001002", - "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.001001", - "Dist::Zilla::Plugin::Authority" : "1.006", - "Dist::Zilla::Plugin::AutoPrereqs" : "5.020", - "Dist::Zilla::Plugin::BumpVersionAfterRelease" : "0.002", - "Dist::Zilla::Plugin::ConfirmRelease" : "5.020", + "Dist::Zilla" : "5.023", + "Dist::Zilla::App" : "5.023", + "Dist::Zilla::App::Command::bakeini" : "0.001004", + "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.004000", + "Dist::Zilla::Plugin::Authority" : "1.009", + "Dist::Zilla::Plugin::AutoPrereqs" : "5.023", + "Dist::Zilla::Plugin::BumpVersionAfterRelease" : "0.005", + "Dist::Zilla::Plugin::ConfirmRelease" : "5.023", "Dist::Zilla::Plugin::CopyFilesFromBuild" : "0.103510", - "Dist::Zilla::Plugin::EOLTests" : "0.02", - "Dist::Zilla::Plugin::Git::Check" : "2.023", - "Dist::Zilla::Plugin::Git::Commit" : "2.023", - "Dist::Zilla::Plugin::Git::CommitBuild" : "2.023", - "Dist::Zilla::Plugin::Git::Contributors" : "0.007", - "Dist::Zilla::Plugin::Git::GatherDir" : "2.023", - "Dist::Zilla::Plugin::Git::NextRelease" : "0.002012", - "Dist::Zilla::Plugin::Git::Tag" : "2.023", + "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.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::MetaData::BuiltWith" : "1.001001", - "Dist::Zilla::Plugin::MetaJSON" : "5.020", - "Dist::Zilla::Plugin::MetaProvides::Package" : "2.000004", - "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::License" : "5.023", + "Dist::Zilla::Plugin::MakeMaker" : "5.023", + "Dist::Zilla::Plugin::Manifest" : "5.023", + "Dist::Zilla::Plugin::ManifestSkip" : "5.023", + "Dist::Zilla::Plugin::MetaConfig" : "5.023", + "Dist::Zilla::Plugin::MetaData::BuiltWith" : "1.003001", + "Dist::Zilla::Plugin::MetaJSON" : "5.023", + "Dist::Zilla::Plugin::MetaProvides::Package" : "2.001002", + "Dist::Zilla::Plugin::MetaTests" : "5.023", + "Dist::Zilla::Plugin::MetaYAML" : "5.023", + "Dist::Zilla::Plugin::MinimumPerl" : "1.004", + "Dist::Zilla::Plugin::PodCoverageTests" : "5.023", + "Dist::Zilla::Plugin::PodSyntaxTests" : "5.023", "Dist::Zilla::Plugin::PodWeaver" : "4.006", - "Dist::Zilla::Plugin::Prereqs" : "5.020", - "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled" : "0.002001", - "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.142250", + "Dist::Zilla::Plugin::Prereqs" : "5.023", + "Dist::Zilla::Plugin::Prereqs::AuthorDeps" : "0.003", + "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled" : "0.003001", + "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.142470", "Dist::Zilla::Plugin::ReadmeFromPod" : "0.21", - "Dist::Zilla::Plugin::RewriteVersion::Sanitized" : "0.001003", - "Dist::Zilla::Plugin::RunExtraTests" : "0.022", + "Dist::Zilla::Plugin::RewriteVersion::Sanitized" : "0.001004", + "Dist::Zilla::Plugin::RunExtraTests" : "0.023", "Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.008", - "Dist::Zilla::Plugin::Test::Compile::PerFile" : "0.002002", - "Dist::Zilla::Plugin::Test::Kwalitee" : "2.08", + "Dist::Zilla::Plugin::Test::Compile::PerFile" : "0.003000", + "Dist::Zilla::Plugin::Test::EOL" : "0.15", + "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::Twitter" : "0.025", - "Dist::Zilla::Plugin::UploadToCPAN" : "5.020", - "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.018000", - "ExtUtils::MakeMaker" : "6.98", - "File::Spec" : "3.48", + "Dist::Zilla::Plugin::TestRelease" : "5.023", + "Dist::Zilla::Plugin::Twitter" : "0.026", + "Dist::Zilla::Plugin::UploadToCPAN" : "5.023", + "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.022000", + "ExtUtils::MakeMaker" : "7.00", + "File::Spec" : "3.49", "File::pushd" : "1.009", - "Path::Tiny" : "0.056", + "Path::Tiny" : "0.059", "Pod::Coverage::TrustPod" : "0.100003", "Test::CPAN::Changes" : "0.30", "Test::CPAN::Meta" : "0.23", + "Test::EOL" : "1.5", "Test::Kwalitee" : "1.22", - "Test::More" : "1.001003", + "Test::More" : "1.001008", "Test::Pod" : "1.48", "Test::Pod::Coverage" : "1.10", "strict" : "1.08", - "utf8" : "1.14", - "warnings" : "1.24" + "warnings" : "1.26" }, "perl" : { - "original" : "v5.21.1", + "original" : "v5.21.3", "qv" : 1, "version" : [ 5, 21, - 1 + 3 ] }, "perl-config" : { "gccversion" : "4.8.3", + "git_commit_id" : "640eedb9ffcac7a9c2793689044e84bfd9af3045", + "git_describe" : "v5.21.2-215-g640eedb", "myarchname" : "x86_64-linux", "osname" : "linux" }, "platform" : "linux", - "uname" : "Linux 3.15.5-aufs x86_64 GenuineIntel GNU/Linux" + "uname" : "Linux 3.17.1-aufs x86_64 GenuineIntel GNU/Linux" }, "x_Dist_Zilla" : { "perl" : { - "version" : "5.021001" + "version" : "5.021003" }, "plugins" : [ { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@Author::KENTNL/MetaConfig", - "version" : "5.020" + "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::GithubMeta", @@ -230,7 +242,7 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "5.020" + "version" : "5.023" } ] }, @@ -241,7 +253,7 @@ } }, "name" : "@Author::KENTNL/MetaProvides::Package", - "version" : "2.000004" + "version" : "2.001002" }, { "class" : "Dist::Zilla::Plugin::MetaData::BuiltWith", @@ -263,7 +275,7 @@ } }, "name" : "@Author::KENTNL/MetaData::BuiltWith", - "version" : "1.001001" + "version" : "1.003001" }, { "class" : "Dist::Zilla::Plugin::Git::Contributors", @@ -276,11 +288,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" }, @@ -289,27 +315,27 @@ } }, "name" : "@Author::KENTNL/Git::GatherDir", - "version" : "2.023" + "version" : "2.025" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@Author::KENTNL/License", - "version" : "5.020" + "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@Author::KENTNL/MetaJSON", - "version" : "5.020" + "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@Author::KENTNL/MetaYAML", - "version" : "5.020" + "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@Author::KENTNL/Manifest", - "version" : "5.020" + "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::CopyFilesFromBuild", @@ -319,17 +345,17 @@ { "class" : "Dist::Zilla::Plugin::MetaTests", "name" : "@Author::KENTNL/MetaTests", - "version" : "5.020" + "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::PodCoverageTests", "name" : "@Author::KENTNL/PodCoverageTests", - "version" : "5.020" + "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@Author::KENTNL/PodSyntaxTests", - "version" : "5.020" + "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs", @@ -340,16 +366,22 @@ "class" : "Dist::Zilla::Plugin::Test::Kwalitee", "config" : { "Dist::Zilla::Plugin::Test::Kwalitee" : { + "filename" : "xt/release/kwalitee.t", "skiptest" : [] } }, "name" : "@Author::KENTNL/Test::Kwalitee", - "version" : "2.08" + "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.15" }, { "class" : "Dist::Zilla::Plugin::Test::MinimumVersion", @@ -359,7 +391,7 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::KENTNL/Test::Compile::PerFile/AUTOVIV/:InstallModulesPM", - "version" : "5.020" + "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::Test::Compile::PerFile", @@ -376,7 +408,7 @@ } }, "name" : "@Author::KENTNL/Test::Compile::PerFile", - "version" : "0.002002" + "version" : "0.003000" }, { "class" : "Dist::Zilla::Plugin::Test::Perl::Critic", @@ -386,7 +418,7 @@ { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@Author::KENTNL/ManifestSkip", - "version" : "5.020" + "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::RewriteVersion::Sanitized", @@ -397,7 +429,7 @@ } }, "name" : "@Author::KENTNL/RewriteVersion::Sanitized", - "version" : "0.001003" + "version" : "0.001004" }, { "class" : "Dist::Zilla::Plugin::PodWeaver", @@ -411,87 +443,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" } ] } @@ -502,7 +534,7 @@ { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@Author::KENTNL/AutoPrereqs", - "version" : "5.020" + "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -513,17 +545,22 @@ } }, "name" : "@Author::KENTNL/BundleDevelSuggests", - "version" : "5.020" + "version" : "5.023" + }, + { + "class" : "Dist::Zilla::Plugin::Prereqs::AuthorDeps", + "name" : "@Author::KENTNL/Prereqs::AuthorDeps", + "version" : "0.003" }, { "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", @@ -533,12 +570,12 @@ } }, "name" : "@Author::KENTNL/MakeMaker", - "version" : "5.020" + "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes", "name" : "@Author::KENTNL/Author::KENTNL::RecommendFixes", - "version" : "0.001001" + "version" : "0.004000" }, { "class" : "Dist::Zilla::Plugin::ReadmeFromPod", @@ -548,7 +585,7 @@ { "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod", "name" : "@Author::KENTNL/ReadmeAnyFromPod", - "version" : "0.142250" + "version" : "0.142470" }, { "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes", @@ -563,17 +600,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.023" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@Author::KENTNL/ConfirmRelease", - "version" : "5.020" + "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::Git::Check", @@ -594,7 +631,7 @@ } }, "name" : "@Author::KENTNL/Git::Check", - "version" : "2.023" + "version" : "2.025" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", @@ -617,7 +654,7 @@ } }, "name" : "@Author::KENTNL/commit_dirty_files", - "version" : "2.023" + "version" : "2.025" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", @@ -625,7 +662,7 @@ "Dist::Zilla::Plugin::Git::Tag" : { "branch" : null, "signed" : 0, - "tag" : "0.001001-source", + "tag" : "0.001002-source", "tag_format" : "%v-source", "tag_message" : "v%v", "time_zone" : "local" @@ -635,17 +672,17 @@ } }, "name" : "@Author::KENTNL/tag_master", - "version" : "2.023" + "version" : "2.025" }, { "class" : "Dist::Zilla::Plugin::Git::NextRelease", "name" : "@Author::KENTNL/Git::NextRelease", - "version" : "0.002012" + "version" : "0.004000" }, { "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease", "name" : "@Author::KENTNL/BumpVersionAfterRelease", - "version" : "0.002" + "version" : "0.005" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", @@ -670,7 +707,7 @@ } }, "name" : "@Author::KENTNL/commit_release_changes", - "version" : "2.023" + "version" : "2.025" }, { "class" : "Dist::Zilla::Plugin::Git::CommitBuild", @@ -688,7 +725,7 @@ } }, "name" : "@Author::KENTNL/Git::CommitBuild", - "version" : "2.023" + "version" : "2.025" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", @@ -696,7 +733,7 @@ "Dist::Zilla::Plugin::Git::Tag" : { "branch" : "releases", "signed" : 0, - "tag" : "0.001001", + "tag" : "0.001002", "tag_format" : "%v", "tag_message" : "v%v", "time_zone" : "local" @@ -706,17 +743,17 @@ } }, "name" : "@Author::KENTNL/tag_release", - "version" : "2.023" + "version" : "2.025" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@Author::KENTNL/UploadToCPAN", - "version" : "5.020" + "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::Twitter", "name" : "@Author::KENTNL/Twitter", - "version" : "0.025" + "version" : "0.026" }, { "class" : "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled", @@ -739,11 +776,13 @@ "modules" : [ "ExtUtils::MakeMaker", "Test::More" - ] + ], + "source_relation" : "requires", + "target_relation" : "recommends" } }, "name" : "@Author::KENTNL/Prereqs::Recommend::MatchInstalled", - "version" : "0.002001" + "version" : "0.003001" }, { "class" : "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled", @@ -758,11 +797,13 @@ "modules" : [ "Dist::Zilla::PluginBundle::Author::KENTNL", "Dist::Zilla::App::Command::bakeini" - ] + ], + "source_relation" : "requires", + "target_relation" : "recommends" } }, "name" : "@Author::KENTNL/always_latest_develop_bundle", - "version" : "0.002001" + "version" : "0.003001" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -773,7 +814,7 @@ } }, "name" : "@Author::KENTNL/::Role::BundleDeps", - "version" : "5.020" + "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -784,52 +825,52 @@ } }, "name" : "Prereqs", - "version" : "5.020" + "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "5.020" + "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "5.020" + "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "5.020" + "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "5.020" + "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "5.020" + "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "5.020" + "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "5.020" + "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "5.020" + "version" : "5.023" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "5.020" + "version" : "5.023" } ], "zilla" : { @@ -837,7 +878,7 @@ "config" : { "is_trial" : "0" }, - "version" : "5.020" + "version" : "5.023" } }, "x_authority" : "cpan:KENTNL" diff --git a/META.yml b/META.yml index afc5b1b..ad61a84 100644 --- a/META.yml +++ b/META.yml @@ -1,15 +1,17 @@ --- abstract: 'Build a distribution with a bootstrapped version of itself.' author: - - 'Kent Fredric ' + - 'Kent Fredric ' build_requires: ExtUtils::MakeMaker: '0' File::Spec: '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.142060' +generated_by: 'Dist::Zilla version 5.023, CPAN::Meta::Converter version 2.142690' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -18,107 +20,110 @@ name: Dist-Zilla-App-Command-self provides: Dist::Zilla::App::Command::self: file: lib/Dist/Zilla/App/Command/self.pm - version: '0.001001' + version: '0.001002' requires: Carp: '0' Dist::Zilla::App: '0' File::pushd: '0' Path::Tiny: '0' - perl: '5.008' + perl: '5.006' strict: '0' - utf8: '0' warnings: '0' resources: bugtracker: https://github.com/kentnl/Dist-Zilla-App-Command-self/issues homepage: https://github.com/kentnl/Dist-Zilla-App-Command-self repository: https://github.com/kentnl/Dist-Zilla-App-Command-self.git -version: '0.001001' +version: '0.001002' x_BuiltWith: modules: - CPAN::Meta: '2.142060' + CPAN::Meta: '2.142690' Carp: '1.34' - Dist::Zilla::App: '5.020' - Dist::Zilla::App::Command::bakeini: '0.001002' - Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes: '0.001001' - Dist::Zilla::Plugin::Authority: '1.006' - Dist::Zilla::Plugin::AutoPrereqs: '5.020' - Dist::Zilla::Plugin::BumpVersionAfterRelease: '0.002' - Dist::Zilla::Plugin::ConfirmRelease: '5.020' + Dist::Zilla: '5.023' + Dist::Zilla::App: '5.023' + Dist::Zilla::App::Command::bakeini: '0.001004' + Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes: '0.004000' + Dist::Zilla::Plugin::Authority: '1.009' + Dist::Zilla::Plugin::AutoPrereqs: '5.023' + Dist::Zilla::Plugin::BumpVersionAfterRelease: '0.005' + Dist::Zilla::Plugin::ConfirmRelease: '5.023' Dist::Zilla::Plugin::CopyFilesFromBuild: '0.103510' - Dist::Zilla::Plugin::EOLTests: '0.02' - Dist::Zilla::Plugin::Git::Check: '2.023' - Dist::Zilla::Plugin::Git::Commit: '2.023' - Dist::Zilla::Plugin::Git::CommitBuild: '2.023' - Dist::Zilla::Plugin::Git::Contributors: '0.007' - Dist::Zilla::Plugin::Git::GatherDir: '2.023' - Dist::Zilla::Plugin::Git::NextRelease: '0.002012' - Dist::Zilla::Plugin::Git::Tag: '2.023' + 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.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::MetaData::BuiltWith: '1.001001' - Dist::Zilla::Plugin::MetaJSON: '5.020' - Dist::Zilla::Plugin::MetaProvides::Package: '2.000004' - 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::License: '5.023' + Dist::Zilla::Plugin::MakeMaker: '5.023' + Dist::Zilla::Plugin::Manifest: '5.023' + Dist::Zilla::Plugin::ManifestSkip: '5.023' + Dist::Zilla::Plugin::MetaConfig: '5.023' + Dist::Zilla::Plugin::MetaData::BuiltWith: '1.003001' + Dist::Zilla::Plugin::MetaJSON: '5.023' + Dist::Zilla::Plugin::MetaProvides::Package: '2.001002' + Dist::Zilla::Plugin::MetaTests: '5.023' + Dist::Zilla::Plugin::MetaYAML: '5.023' + Dist::Zilla::Plugin::MinimumPerl: '1.004' + Dist::Zilla::Plugin::PodCoverageTests: '5.023' + Dist::Zilla::Plugin::PodSyntaxTests: '5.023' Dist::Zilla::Plugin::PodWeaver: '4.006' - Dist::Zilla::Plugin::Prereqs: '5.020' - Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled: '0.002001' - Dist::Zilla::Plugin::ReadmeAnyFromPod: '0.142250' + Dist::Zilla::Plugin::Prereqs: '5.023' + Dist::Zilla::Plugin::Prereqs::AuthorDeps: '0.003' + Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled: '0.003001' + Dist::Zilla::Plugin::ReadmeAnyFromPod: '0.142470' Dist::Zilla::Plugin::ReadmeFromPod: '0.21' - Dist::Zilla::Plugin::RewriteVersion::Sanitized: '0.001003' - Dist::Zilla::Plugin::RunExtraTests: '0.022' + Dist::Zilla::Plugin::RewriteVersion::Sanitized: '0.001004' + Dist::Zilla::Plugin::RunExtraTests: '0.023' Dist::Zilla::Plugin::Test::CPAN::Changes: '0.008' - Dist::Zilla::Plugin::Test::Compile::PerFile: '0.002002' - Dist::Zilla::Plugin::Test::Kwalitee: '2.08' + Dist::Zilla::Plugin::Test::Compile::PerFile: '0.003000' + Dist::Zilla::Plugin::Test::EOL: '0.15' + 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::Twitter: '0.025' - Dist::Zilla::Plugin::UploadToCPAN: '5.020' - Dist::Zilla::PluginBundle::Author::KENTNL: '2.018000' - ExtUtils::MakeMaker: '6.98' - File::Spec: '3.48' + Dist::Zilla::Plugin::TestRelease: '5.023' + Dist::Zilla::Plugin::Twitter: '0.026' + Dist::Zilla::Plugin::UploadToCPAN: '5.023' + Dist::Zilla::PluginBundle::Author::KENTNL: '2.022000' + ExtUtils::MakeMaker: '7.00' + File::Spec: '3.49' File::pushd: '1.009' - Path::Tiny: '0.056' + Path::Tiny: '0.059' Pod::Coverage::TrustPod: '0.100003' Test::CPAN::Changes: '0.30' Test::CPAN::Meta: '0.23' + Test::EOL: '1.5' Test::Kwalitee: '1.22' - Test::More: '1.001003' + Test::More: '1.001008' Test::Pod: '1.48' Test::Pod::Coverage: '1.10' strict: '1.08' - utf8: '1.14' - warnings: '1.24' + warnings: '1.26' perl: - original: v5.21.1 + original: v5.21.3 qv: 1 version: - 5 - 21 - - 1 + - 3 perl-config: gccversion: 4.8.3 + git_commit_id: 640eedb9ffcac7a9c2793689044e84bfd9af3045 + git_describe: v5.21.2-215-g640eedb myarchname: x86_64-linux osname: linux platform: linux - uname: 'Linux 3.15.5-aufs x86_64 GenuineIntel GNU/Linux' + uname: 'Linux 3.17.1-aufs x86_64 GenuineIntel GNU/Linux' x_Dist_Zilla: perl: - version: '5.021001' + version: '5.021003' plugins: - class: Dist::Zilla::Plugin::MetaConfig name: '@Author::KENTNL/MetaConfig' - version: '5.020' + version: '5.023' - class: Dist::Zilla::Plugin::GithubMeta name: '@Author::KENTNL/GithubMeta' @@ -131,13 +136,13 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::FinderCode name: '@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '5.020' + version: '5.023' Dist::Zilla::Role::MetaProvider::Provider: inherit_missing: '1' inherit_version: '1' meta_noindex: '1' name: '@Author::KENTNL/MetaProvides::Package' - version: '2.000004' + version: '2.001002' - class: Dist::Zilla::Plugin::MetaData::BuiltWith config: @@ -154,7 +159,7 @@ x_Dist_Zilla: - -i uname_call: uname name: '@Author::KENTNL/MetaData::BuiltWith' - version: '1.001001' + version: '1.003001' - class: Dist::Zilla::Plugin::Git::Contributors config: @@ -164,32 +169,44 @@ 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: repo_root: . name: '@Author::KENTNL/Git::GatherDir' - version: '2.023' + version: '2.025' - class: Dist::Zilla::Plugin::License name: '@Author::KENTNL/License' - version: '5.020' + version: '5.023' - class: Dist::Zilla::Plugin::MetaJSON name: '@Author::KENTNL/MetaJSON' - version: '5.020' + version: '5.023' - class: Dist::Zilla::Plugin::MetaYAML name: '@Author::KENTNL/MetaYAML' - version: '5.020' + version: '5.023' - class: Dist::Zilla::Plugin::Manifest name: '@Author::KENTNL/Manifest' - version: '5.020' + version: '5.023' - class: Dist::Zilla::Plugin::CopyFilesFromBuild name: '@Author::KENTNL/CopyXBuild' @@ -197,15 +214,15 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::MetaTests name: '@Author::KENTNL/MetaTests' - version: '5.020' + version: '5.023' - class: Dist::Zilla::Plugin::PodCoverageTests name: '@Author::KENTNL/PodCoverageTests' - version: '5.020' + version: '5.023' - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@Author::KENTNL/PodSyntaxTests' - version: '5.020' + version: '5.023' - class: Dist::Zilla::Plugin::Test::ReportPrereqs name: '@Author::KENTNL/Test::ReportPrereqs' @@ -214,13 +231,17 @@ x_Dist_Zilla: class: Dist::Zilla::Plugin::Test::Kwalitee config: Dist::Zilla::Plugin::Test::Kwalitee: + filename: xt/release/kwalitee.t skiptest: [] name: '@Author::KENTNL/Test::Kwalitee' - version: '2.08' + 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.15' - class: Dist::Zilla::Plugin::Test::MinimumVersion name: '@Author::KENTNL/Test::MinimumVersion' @@ -228,7 +249,7 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::FinderCode name: '@Author::KENTNL/Test::Compile::PerFile/AUTOVIV/:InstallModulesPM' - version: '5.020' + version: '5.023' - class: Dist::Zilla::Plugin::Test::Compile::PerFile config: @@ -241,7 +262,7 @@ x_Dist_Zilla: test_template: 01-basic.t.tpl xt_mode: ~ name: '@Author::KENTNL/Test::Compile::PerFile' - version: '0.002002' + version: '0.003000' - class: Dist::Zilla::Plugin::Test::Perl::Critic name: '@Author::KENTNL/Test::Perl::Critic' @@ -249,7 +270,7 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::ManifestSkip name: '@Author::KENTNL/ManifestSkip' - version: '5.020' + version: '5.023' - class: Dist::Zilla::Plugin::RewriteVersion::Sanitized config: @@ -257,7 +278,7 @@ x_Dist_Zilla: mantissa: '6' normal_form: numify name: '@Author::KENTNL/RewriteVersion::Sanitized' - version: '0.001003' + version: '0.001004' - class: Dist::Zilla::Plugin::PodWeaver config: @@ -269,77 +290,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.023' - class: Dist::Zilla::Plugin::Prereqs config: @@ -347,26 +368,30 @@ x_Dist_Zilla: phase: develop type: suggests name: '@Author::KENTNL/BundleDevelSuggests' - version: '5.020' + version: '5.023' + - + class: Dist::Zilla::Plugin::Prereqs::AuthorDeps + name: '@Author::KENTNL/Prereqs::AuthorDeps' + version: '0.003' - 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.023' - class: Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes name: '@Author::KENTNL/Author::KENTNL::RecommendFixes' - version: '0.001001' + version: '0.004000' - class: Dist::Zilla::Plugin::ReadmeFromPod name: '@Author::KENTNL/ReadmeFromPod' @@ -374,7 +399,7 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::ReadmeAnyFromPod name: '@Author::KENTNL/ReadmeAnyFromPod' - version: '0.142250' + version: '0.142470' - class: Dist::Zilla::Plugin::Test::CPAN::Changes name: '@Author::KENTNL/Test::CPAN::Changes' @@ -385,15 +410,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.023' - class: Dist::Zilla::Plugin::ConfirmRelease name: '@Author::KENTNL/ConfirmRelease' - version: '5.020' + version: '5.023' - class: Dist::Zilla::Plugin::Git::Check config: @@ -408,7 +433,7 @@ x_Dist_Zilla: Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Author::KENTNL/Git::Check' - version: '2.023' + version: '2.025' - class: Dist::Zilla::Plugin::Git::Commit config: @@ -425,29 +450,29 @@ x_Dist_Zilla: Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Author::KENTNL/commit_dirty_files' - version: '2.023' + version: '2.025' - class: Dist::Zilla::Plugin::Git::Tag config: Dist::Zilla::Plugin::Git::Tag: branch: ~ signed: '0' - tag: 0.001001-source + tag: 0.001002-source tag_format: '%v-source' tag_message: v%v time_zone: local Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Author::KENTNL/tag_master' - version: '2.023' + version: '2.025' - class: Dist::Zilla::Plugin::Git::NextRelease name: '@Author::KENTNL/Git::NextRelease' - version: '0.002012' + version: '0.004000' - class: Dist::Zilla::Plugin::BumpVersionAfterRelease name: '@Author::KENTNL/BumpVersionAfterRelease' - version: '0.002' + version: '0.005' - class: Dist::Zilla::Plugin::Git::Commit config: @@ -465,7 +490,7 @@ x_Dist_Zilla: Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Author::KENTNL/commit_release_changes' - version: '2.023' + version: '2.025' - class: Dist::Zilla::Plugin::Git::CommitBuild config: @@ -479,29 +504,29 @@ x_Dist_Zilla: Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Author::KENTNL/Git::CommitBuild' - version: '2.023' + version: '2.025' - class: Dist::Zilla::Plugin::Git::Tag config: Dist::Zilla::Plugin::Git::Tag: branch: releases signed: '0' - tag: '0.001001' + tag: '0.001002' tag_format: '%v' tag_message: v%v time_zone: local Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Author::KENTNL/tag_release' - version: '2.023' + version: '2.025' - class: Dist::Zilla::Plugin::UploadToCPAN name: '@Author::KENTNL/UploadToCPAN' - version: '5.020' + version: '5.023' - class: Dist::Zilla::Plugin::Twitter name: '@Author::KENTNL/Twitter' - version: '0.025' + version: '0.026' - class: Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled config: @@ -521,8 +546,10 @@ x_Dist_Zilla: modules: - ExtUtils::MakeMaker - Test::More + source_relation: requires + target_relation: recommends name: '@Author::KENTNL/Prereqs::Recommend::MatchInstalled' - version: '0.002001' + version: '0.003001' - class: Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled config: @@ -534,8 +561,10 @@ x_Dist_Zilla: modules: - Dist::Zilla::PluginBundle::Author::KENTNL - Dist::Zilla::App::Command::bakeini + source_relation: requires + target_relation: recommends name: '@Author::KENTNL/always_latest_develop_bundle' - version: '0.002001' + version: '0.003001' - class: Dist::Zilla::Plugin::Prereqs config: @@ -543,7 +572,7 @@ x_Dist_Zilla: phase: develop type: requires name: '@Author::KENTNL/::Role::BundleDeps' - version: '5.020' + version: '5.023' - class: Dist::Zilla::Plugin::Prereqs config: @@ -551,46 +580,46 @@ x_Dist_Zilla: phase: runtime type: requires name: Prereqs - version: '5.020' + version: '5.023' - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '5.020' + version: '5.023' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: '5.020' + version: '5.023' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: '5.020' + version: '5.023' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: '5.020' + version: '5.023' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: '5.020' + version: '5.023' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: '5.020' + version: '5.023' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' - version: '5.020' + version: '5.023' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' - version: '5.020' + version: '5.023' - class: Dist::Zilla::Plugin::FinderCode name: '@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '5.020' + version: '5.023' zilla: class: Dist::Zilla::Dist::Builder config: is_trial: '0' - version: '5.020' + version: '5.023' x_authority: cpan:KENTNL diff --git a/Makefile.PL b/Makefile.PL index 37bfbf6..150206e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,23 +1,24 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.020. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.023. use strict; use warnings; -use 5.008; +use 5.006; -use ExtUtils::MakeMaker ; +use ExtUtils::MakeMaker; my %WriteMakefileArgs = ( "ABSTRACT" => "Build a distribution with a bootstrapped version of itself.", - "AUTHOR" => "Kent Fredric ", + "AUTHOR" => "Kent Fredric ", "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => 0 }, "DISTNAME" => "Dist-Zilla-App-Command-self", "EXE_FILES" => [], "LICENSE" => "perl", + "MIN_PERL_VERSION" => "5.006", "NAME" => "Dist::Zilla::App::Command::self", "PREREQ_PM" => { "Carp" => 0, @@ -25,7 +26,6 @@ my %WriteMakefileArgs = ( "File::pushd" => 0, "Path::Tiny" => 0, "strict" => 0, - "utf8" => 0, "warnings" => 0 }, "TEST_REQUIRES" => { @@ -33,7 +33,7 @@ my %WriteMakefileArgs = ( "File::Spec" => 0, "Test::More" => "0.89" }, - "VERSION" => "0.001001", + "VERSION" => "0.001002", "test" => { "TESTS" => "t/*.t t/00-compile/*.t" } @@ -49,7 +49,6 @@ my %FallbackPrereqs = ( "Path::Tiny" => 0, "Test::More" => "0.89", "strict" => 0, - "utf8" => 0, "warnings" => 0 ); diff --git a/README b/README index df6b55b..2959c3f 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ NAME bootstrapped version of itself. VERSION - version 0.001001 + version 0.001002 SYNOPSIS This is a different approach to using "[Bootstrap::lib]" that absolves a @@ -64,7 +64,7 @@ CAVEATS "Generation.Build" AUTHOR - Kent Fredric + Kent Fredric COPYRIGHT AND LICENSE This software is copyright (c) 2014 by Kent Fredric diff --git a/dist.ini b/dist.ini index 26ad112..fa54467 100644 --- a/dist.ini +++ b/dist.ini @@ -1,7 +1,7 @@ ; This file is generated from dist.ini.meta by dzil bakeini. ; Edit that file or the bundles contained within for long-term changes. name = Dist-Zilla-App-Command-self -author = Kent Fredric +author = Kent Fredric license = Perl_5 copyright_holder = Kent Fredric @@ -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,9 @@ replacer = replace_with_blank -phase = develop -type = suggests Dist::Zilla::App::Command::bakeini = 0.001000 -Dist::Zilla::PluginBundle::Author::KENTNL = 2.018000 +Dist::Zilla::PluginBundle::Author::KENTNL = 2.022000 + +[Prereqs::AuthorDeps / @Author::KENTNL/Prereqs::AuthorDeps] [MinimumPerl / @Author::KENTNL/MinimumPerl] @@ -117,7 +119,8 @@ filename = Changes tag_format = %v-source [Git::NextRelease / @Author::KENTNL/Git::NextRelease] -format = %v %{yyyy-MM-dd'T'HH:mm:ss}dZ +:version = 0.004000 +format = %v %{yyyy-MM-dd'T'HH:mm:ss}dZ %h time_zone = UTC [BumpVersionAfterRelease / @Author::KENTNL/BumpVersionAfterRelease] @@ -135,7 +138,7 @@ tag_format = %v [UploadToCPAN / @Author::KENTNL/UploadToCPAN] [Twitter / @Author::KENTNL/Twitter] -hash_tags = #perl #cpan +hash_tags = #perl #cpan #distzilla tweet_url = https://metacpan.org/release/{{$AUTHOR_UC}}/{{$DIST}}-{{$VERSION}}{{$TRIAL}}#whatsnew url_shortener = none @@ -158,13 +161,12 @@ 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 Dist::Zilla::Plugin::Git::Contributors = 0.006 Dist::Zilla::Plugin::Git::GatherDir = 0 -Dist::Zilla::Plugin::Git::NextRelease = 0 +Dist::Zilla::Plugin::Git::NextRelease = 0.004000 Dist::Zilla::Plugin::Git::Tag = 0 Dist::Zilla::Plugin::GithubMeta = 0 Dist::Zilla::Plugin::License = 0 @@ -182,6 +184,7 @@ Dist::Zilla::Plugin::PodCoverageTests = 0 Dist::Zilla::Plugin::PodSyntaxTests = 0 Dist::Zilla::Plugin::PodWeaver = 0 Dist::Zilla::Plugin::Prereqs = 0 +Dist::Zilla::Plugin::Prereqs::AuthorDeps = 0 Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled = 0 Dist::Zilla::Plugin::ReadmeAnyFromPod = 0 Dist::Zilla::Plugin::ReadmeFromPod = 0 @@ -189,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 44343c7..f9a1710 100644 --- a/dist.ini.meta +++ b/dist.ini.meta @@ -1,6 +1,7 @@ ; Generated by Dist::Zilla::Plugin::Author::KENTNL::DistINI version 2.013004 at Fri May 23 01:36:07 2014 +; vim: syntax=dosini name = Dist-Zilla-App-Command-self -author = Kent Fredric +author = Kent Fredric license = Perl_5 copyright_holder = Kent Fredric @@ -8,13 +9,12 @@ copyright_holder = Kent Fredric ; [Bootstrap::lib] [@Author::KENTNL] -:version = 2.018000 -git_versions = 1 +:version = 2.022 normal_form = numify mantissa = 6 toolkit = eumm toolkit_hardness = soft -twitter_hash_tags = #perl #cpan +twitter_extra_hash_tags = #distzilla bumpversions = 1 copyfiles = LICENSE srcreadme = mkdn diff --git a/lib/Dist/Zilla/App/Command/self.pm b/lib/Dist/Zilla/App/Command/self.pm index d55595a..c345381 100644 --- a/lib/Dist/Zilla/App/Command/self.pm +++ b/lib/Dist/Zilla/App/Command/self.pm @@ -1,11 +1,10 @@ -use 5.008; # utf8 +use 5.006; use strict; use warnings; -use utf8; package Dist::Zilla::App::Command::self; -our $VERSION = '0.001001'; +our $VERSION = '0.001002'; # ABSTRACT: Build a distribution with a bootstrapped version of itself. @@ -63,7 +62,7 @@ Dist::Zilla::App::Command::self - Build a distribution with a bootstrapped versi =head1 VERSION -version 0.001001 +version 0.001002 =head1 SYNOPSIS @@ -128,7 +127,7 @@ The iteration of building the distribution itself from source using C +Kent Fredric =head1 COPYRIGHT AND LICENSE diff --git a/maint/perlcritic.rc.gen.pl b/maint/perlcritic.rc.gen.pl index d2ccee2..172e697 100644 --- a/maint/perlcritic.rc.gen.pl +++ b/maint/perlcritic.rc.gen.pl @@ -28,6 +28,7 @@ #$bundle->remove_policy('ErrorHandling::RequireCarping'); $bundle->remove_policy('NamingConventions::Capitalization'); +$bundle->remove_policy('CodeLayout::RequireUseUTF8'); my $inf = $bundle->actionlist->get_inflated; diff --git a/misc/Changes.deps b/misc/Changes.deps index 228e4bb..780f623 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.001001 +0.001002 + [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.001001 2014-08-16T23:36:01Z [Added / test requires] - File::Spec diff --git a/misc/Changes.deps.all b/misc/Changes.deps.all index 81f253a..ef4b1e2 100644 --- a/misc/Changes.deps.all +++ b/misc/Changes.deps.all @@ -1,6 +1,46 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop) -0.001001 +0.001002 + [Added / configure requires] + - perl 5.006 + + [Added / develop recommends] + - Test::More 1.001008 + + [Added / develop requires] + - Dist::Zilla 5 + - Dist::Zilla::Plugin::Prereqs::AuthorDeps + - 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 requires] + - Dist::Zilla::Plugin::Git::NextRelease 0 → 0.004000 + + [Changed / develop suggests] + - Dist::Zilla::App::Command::bakeini 0.001002 → 0.001004 + - Dist::Zilla::PluginBundle::Author::KENTNL 2.018000 → 2.022000 + + [Changed / runtime requires] + - perl 5.008 → 5.006 + + [Changed / test recommends] + - ExtUtils::MakeMaker 6.98 → 7.00 + - Test::More 1.001003 → 1.001008 + + [Removed / develop requires] + - Dist::Zilla::Plugin::EOLTests + + [Removed / runtime requires] + - utf8 + +0.001001 2014-08-16T23:36:01Z [Added / develop requires] - Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes 0.001001 - Dist::Zilla::Plugin::BumpVersionAfterRelease diff --git a/misc/Changes.deps.dev b/misc/Changes.deps.dev index d30dbbb..8aae50c 100644 --- a/misc/Changes.deps.dev +++ b/misc/Changes.deps.dev @@ -1,6 +1,27 @@ This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL ) -0.001001 +0.001002 + [Added / develop recommends] + - Test::More 1.001008 + + [Added / develop requires] + - Dist::Zilla 5 + - Dist::Zilla::Plugin::Prereqs::AuthorDeps + - Dist::Zilla::Plugin::Test::EOL + - Test::EOL + - Test::More + + [Changed / develop requires] + - Dist::Zilla::Plugin::Git::NextRelease 0 → 0.004000 + + [Changed / develop suggests] + - Dist::Zilla::App::Command::bakeini 0.001002 → 0.001004 + - Dist::Zilla::PluginBundle::Author::KENTNL 2.018000 → 2.022000 + + [Removed / develop requires] + - Dist::Zilla::Plugin::EOLTests + +0.001001 2014-08-16T23:36:01Z [Added / develop requires] - Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes 0.001001 - Dist::Zilla::Plugin::BumpVersionAfterRelease diff --git a/misc/Changes.deps.opt b/misc/Changes.deps.opt index 785898f..bc7b485 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.001001 +0.001002 + [Changed / configure recommends] + - ExtUtils::MakeMaker 6.98 → 7.00 + + [Changed / test recommends] + - ExtUtils::MakeMaker 6.98 → 7.00 + - Test::More 1.001003 → 1.001008 + +0.001001 2014-08-16T23:36:01Z [Changed / test recommends] - CPAN::Meta 0 → 2.120900 diff --git a/perlcritic.rc b/perlcritic.rc index 849f1cc..492f5cc 100644 --- a/perlcritic.rc +++ b/perlcritic.rc @@ -42,6 +42,8 @@ allow_includes = 1 [BuiltinFunctions::ProhibitUniversalIsa] +[BuiltinFunctions::ProhibitUselessTopic] + [BuiltinFunctions::ProhibitVoidGrep] [BuiltinFunctions::ProhibitVoidMap] @@ -86,7 +88,7 @@ allow_includes = 1 [CodeLayout::RequireTrailingCommas] -[CodeLayout::RequireUseUTF8] +[-CodeLayout::RequireUseUTF8] [Compatibility::ConstantLeadingUnderscore] @@ -145,6 +147,8 @@ spell_command = aspell list --lang en_US [Documentation::RequireEndBeforeLastPod] +[Documentation::RequireFilenameMarkup] + [Documentation::RequireFinalCut] [Documentation::RequireLinkedURLs] @@ -292,6 +296,8 @@ allowed_pragmata = diagnostics feature perlversion strict warnings utf8 [RegularExpressions::ProhibitUnusualDelimiters] +[RegularExpressions::ProhibitUselessTopic] + [RegularExpressions::RequireBracesForMultiline] [RegularExpressions::RequireDotMatchAnything] diff --git a/t/00-compile/lib_Dist_Zilla_App_Command_self_pm.t b/t/00-compile/lib_Dist_Zilla_App_Command_self_pm.t index c489f4c..605dc93 100644 --- a/t/00-compile/lib_Dist_Zilla_App_Command_self_pm.t +++ b/t/00-compile/lib_Dist_Zilla_App_Command_self_pm.t @@ -2,7 +2,7 @@ use strict; use warnings; # This test was generated for -# using by Dist::Zilla::Plugin::Test::Compile::PerFile ( @Author::KENTNL/Test::Compile::PerFile ) version 0.002002 +# using by Dist::Zilla::Plugin::Test::Compile::PerFile ( @Author::KENTNL/Test::Compile::PerFile ) version 0.003000 # with template 01-basic.t.tpl use Test::More 0.89 tests => 1; diff --git a/t/00-report-prereqs.dd b/t/00-report-prereqs.dd index 36b052d..ea4b711 100644 --- a/t/00-report-prereqs.dd +++ b/t/00-report-prereqs.dd @@ -1,27 +1,31 @@ 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', 'Dist::Zilla::Plugin::Authority' => '1.006', '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', 'Dist::Zilla::Plugin::Git::Contributors' => '0.006', 'Dist::Zilla::Plugin::Git::GatherDir' => '0', - 'Dist::Zilla::Plugin::Git::NextRelease' => '0', + 'Dist::Zilla::Plugin::Git::NextRelease' => '0.004000', 'Dist::Zilla::Plugin::Git::Tag' => '0', 'Dist::Zilla::Plugin::GithubMeta' => '0', 'Dist::Zilla::Plugin::License' => '0', @@ -39,6 +43,7 @@ do { my $x = { 'Dist::Zilla::Plugin::PodSyntaxTests' => '0', 'Dist::Zilla::Plugin::PodWeaver' => '0', 'Dist::Zilla::Plugin::Prereqs' => '0', + 'Dist::Zilla::Plugin::Prereqs::AuthorDeps' => '0', 'Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled' => '0', 'Dist::Zilla::Plugin::ReadmeAnyFromPod' => '0', 'Dist::Zilla::Plugin::ReadmeFromPod' => '0', @@ -46,6 +51,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', @@ -56,13 +62,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.018000' + 'Dist::Zilla::App::Command::bakeini' => '0.001004', + 'Dist::Zilla::PluginBundle::Author::KENTNL' => '2.022000' } }, 'runtime' => { @@ -71,22 +79,22 @@ do { my $x = { 'Dist::Zilla::App' => '0', 'File::pushd' => '0', 'Path::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.001003' + 'ExtUtils::MakeMaker' => '7.00', + 'Test::More' => '1.001008' }, 'requires' => { 'ExtUtils::MakeMaker' => '0', 'File::Spec' => '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..e02cf47 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.15 +use Test::EOL; all_perl_files_ok({ trailing_whitespace => 1 }); diff --git a/xt/release/kwalitee.t b/xt/release/kwalitee.t index e7681e1..bcbce84 100644 --- a/xt/release/kwalitee.t +++ b/xt/release/kwalitee.t @@ -1,4 +1,4 @@ -# this test was generated with Dist::Zilla::Plugin::Test::Kwalitee 2.08 +# this test was generated with Dist::Zilla::Plugin::Test::Kwalitee 2.11 use strict; use warnings; use Test::More 0.88;