From 9e544619d738d015badfb4ca642a3ad8cfe46cca Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Wed, 6 May 2015 10:56:43 +1200 Subject: [PATCH] Build results of e746d73 (on master) --- .mailmap | 3 + .travis.yml | 91 ++-- Changes | 16 + LICENSE | 6 +- MANIFEST | 6 +- META.json | 404 +++++++++--------- META.yml | 345 +++++++-------- Makefile.PL | 19 +- README | 81 ++-- dist.ini | 61 ++- dist.ini.meta | 6 +- lib/Dist/Zilla/Role/BundleDeps.pm | 15 +- misc/Changes.deps | 15 +- misc/Changes.deps.all | 53 ++- misc/Changes.deps.dev | 31 +- misc/Changes.deps.opt | 13 +- misc/built_with.json | 91 ++++ perlcritic.rc | 10 +- .../lib_Dist_Zilla_Role_BundleDeps_pm.t | 2 +- t/00-report-prereqs.dd | 41 +- t/00-report-prereqs.t | 13 +- xt/author/eol.t | 18 + xt/release/eol.t | 8 - xt/release/kwalitee.t | 9 +- 24 files changed, 778 insertions(+), 579 deletions(-) create mode 100644 .mailmap create mode 100644 misc/built_with.json create mode 100644 xt/author/eol.t delete mode 100644 xt/release/eol.t 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..7c23036 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,56 +1,57 @@ -language: perl -matrix: - allow_failures: - - perl: "5.8" - - env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1 - - env: STERILIZE_ENV=0 DEVELOPER_DEPS=1 - include: - - perl: "5.8" - env: STERILIZE_ENV=0 - - perl: "5.10" - env: STERILIZE_ENV=0 - - perl: "5.12" - env: STERILIZE_ENV=0 - - perl: "5.14" - env: STERILIZE_ENV=0 - - perl: "5.16" - env: STERILIZE_ENV=0 - - perl: "5.20" - env: STERILIZE_ENV=0 - - perl: "5.21" - env: STERILIZE_ENV=0 - - perl: "5.8" - env: STERILIZE_ENV=1 - - perl: "5.10" - 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 +--- +after_failure: + - perl ./maint-travis-ci/report_fail_ctx.pl before_install: - perlbrew list - time git clone --depth 10 https://github.com/kentfredric/travis-scripts.git maint-travis-ci - time git -C ./maint-travis-ci reset --hard master - time perl ./maint-travis-ci/branch_reset.pl - time perl ./maint-travis-ci/sterilize_env.pl +before_script: + - time perl ./maint-travis-ci/before_script.pl +branches: + only: + - master + - builds + - releases install: - time perl ./maint-travis-ci/install_deps_early.pl - time perl ./maint-travis-ci/install_deps.pl -before_script: - - time perl ./maint-travis-ci/before_script.pl +language: perl +matrix: + allow_failures: + - perl: '5.8' + - env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1 + - env: STERILIZE_ENV=0 DEVELOPER_DEPS=1 + include: + - env: STERILIZE_ENV=0 COVERAGE_TESTING=1 + perl: '5.21' + - env: STERILIZE_ENV=1 + perl: '5.21' + - env: STERILIZE_ENV=0 + perl: '5.8' + - env: STERILIZE_ENV=0 + perl: '5.10' + - env: STERILIZE_ENV=0 + perl: '5.12' + - env: STERILIZE_ENV=0 + perl: '5.14' + - env: STERILIZE_ENV=0 + perl: '5.16' + - env: STERILIZE_ENV=0 + perl: '5.20' + - env: STERILIZE_ENV=0 + perl: '5.21' + - env: STERILIZE_ENV=1 + perl: '5.8' + - env: STERILIZE_ENV=1 + perl: '5.10' + - env: STERILIZE_ENV=1 + perl: '5.20' + - env: STERILIZE_ENV=0 DEVELOPER_DEPS=1 + perl: '5.21' + - env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1 + perl: '5.21' script: - time perl ./maint-travis-ci/script.pl -after_failure: - - perl ./maint-travis-ci/report_fail_ctx.pl -branches: - only: - - "master" - - "build/master" - - "releases" - +sudo: false diff --git a/Changes b/Changes index 2559a16..9e01b32 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,21 @@ Release history for Dist-Zilla-Role-BundleDeps +0.002002 2015-05-05T22:26:50Z 2ee6cf4 + [Dependencies::Stats] + - Dependencies changed since 0.002001, see misc/*.deps* for details + - configure: +1 (recommends: ↑1) + - develop: +10 ↑3 -2 (recommends: +1, suggests: ↑2) + - runtime: ↓1 -1 + - test: +1 (recommends: +1 ↑1 ↓1) + + [Documentation] + - Crossreference Dzil::Plugin::BundleInspector (Thanks Olivier Mengué/DOLMEN) + - Closes #1 + + [Metadata] + - show 1x contributor + - author = cpan + 0.002001 2014-08-16T02:13:11Z [00 Trivial] - CPANDAY! diff --git a/LICENSE b/LICENSE index f54a236..8a16217 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -This software is copyright (c) 2014 by Kent Fredric . +This software is copyright (c) 2015 by Kent Fredric . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. @@ -12,7 +12,7 @@ b) the "Artistic License" --- The GNU General Public License, Version 1, February 1989 --- -This software is Copyright (c) 2014 by Kent Fredric . +This software is Copyright (c) 2015 by Kent Fredric . This is free software, licensed under: @@ -272,7 +272,7 @@ That's all there is to it! --- The Artistic License 1.0 --- -This software is Copyright (c) 2014 by Kent Fredric . +This software is Copyright (c) 2015 by Kent Fredric . This is free software, licensed under: diff --git a/MANIFEST b/MANIFEST index 1f468c5..9dfb8d7 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.034. .gitignore +.mailmap .perltidyrc .travis.yml Changes @@ -19,6 +20,7 @@ misc/Changes.deps misc/Changes.deps.all misc/Changes.deps.dev misc/Changes.deps.opt +misc/built_with.json misc/perlcritic.deps perlcritic.rc t/00-compile/lib_Dist_Zilla_Role_BundleDeps_pm.t @@ -27,9 +29,9 @@ t/00-report-prereqs.t t/01_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 aec848d..87bebb0 100644 --- a/META.json +++ b/META.json @@ -1,10 +1,10 @@ { "abstract" : "Automatically add all plugins in a bundle as dependencies", "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.034, CPAN::Meta::Converter version 2.150001", "license" : [ "perl_5" ], @@ -16,26 +16,33 @@ "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" : "0.99" + }, "requires" : { + "Dist::Zilla" : "5", + "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.004002", + "Dist::Zilla::Plugin::Author::KENTNL::TravisCI" : "0.001002", "Dist::Zilla::Plugin::Authority" : "1.006", "Dist::Zilla::Plugin::AutoPrereqs" : "0", + "Dist::Zilla::Plugin::Bootstrap::lib" : "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", @@ -43,7 +50,7 @@ "Dist::Zilla::Plugin::Manifest" : "0", "Dist::Zilla::Plugin::ManifestSkip" : "0", "Dist::Zilla::Plugin::MetaConfig" : "0", - "Dist::Zilla::Plugin::MetaData::BuiltWith" : "0", + "Dist::Zilla::Plugin::MetaData::BuiltWith" : "1.004000", "Dist::Zilla::Plugin::MetaJSON" : "0", "Dist::Zilla::Plugin::MetaProvides::Package" : "1.14000001", "Dist::Zilla::Plugin::MetaTests" : "0", @@ -53,13 +60,16 @@ "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::Prereqs::Upgrade" : "0", + "Dist::Zilla::Plugin::Readme::Brief" : "0", "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0", - "Dist::Zilla::Plugin::ReadmeFromPod" : "0", "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", @@ -70,44 +80,47 @@ "Pod::Coverage::TrustPod" : "0", "Test::CPAN::Changes" : "0.19", "Test::CPAN::Meta" : "0", - "Test::Kwalitee" : "1.12", + "Test::EOL" : "0", + "Test::Kwalitee" : "1.21", + "Test::More" : "0.88", "Test::Pod" : "1.41", "Test::Pod::Coverage" : "1.08" }, "suggests" : { - "Dist::Zilla::App::Command::bakeini" : "0.001001", - "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.017002" + "Dist::Zilla::App::Command::bakeini" : "0.002000", + "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.024001" } }, "runtime" : { "requires" : { "CPAN::Meta::Requirements" : "0", "Moose::Role" : "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", + "Moose" : "2.000", + "Test::More" : "0.99" }, "requires" : { "Dist::Zilla::Role::PluginBundle" : "0", "ExtUtils::MakeMaker" : "0", "File::Spec" : "0", "Moose" : "0", - "Test::More" : "0.89" + "Test::More" : "0.89", + "perl" : "5.006" } } }, "provides" : { "Dist::Zilla::Role::BundleDeps" : { "file" : "lib/Dist/Zilla/Role/BundleDeps.pm", - "version" : "0.002001" + "version" : "0.002002" } }, "release_status" : "stable", @@ -122,92 +135,13 @@ "web" : "https://github.com/kentnl/Dist-Zilla-Role-BundleDeps" } }, - "version" : "0.002001", + "version" : "0.002002", "x_BuiltWith" : { - "modules" : { - "CPAN::Meta" : "2.142060", - "CPAN::Meta::Requirements" : "2.126", - "Dist::Zilla::App::Command::bakeini" : "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::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.006", - "Dist::Zilla::Plugin::Git::GatherDir" : "2.023", - "Dist::Zilla::Plugin::Git::NextRelease" : "0.002012", - "Dist::Zilla::Plugin::Git::Tag" : "2.023", - "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::PodWeaver" : "4.005", - "Dist::Zilla::Plugin::Prereqs" : "5.020", - "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled" : "0.002001", - "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.142250", - "Dist::Zilla::Plugin::ReadmeFromPod" : "0.21", - "Dist::Zilla::Plugin::RewriteVersion::Sanitized" : "0.001003", - "Dist::Zilla::Plugin::RunExtraTests" : "0.022", - "Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.008", - "Dist::Zilla::Plugin::Test::Compile::PerFile" : "0.002002", - "Dist::Zilla::Plugin::Test::Kwalitee" : "2.07", - "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.017002", - "Dist::Zilla::Role::PluginBundle" : "5.020", - "ExtUtils::MakeMaker" : "6.98", - "File::Spec" : "3.48", - "Moose" : "2.1211", - "Moose::Role" : "2.1211", - "Pod::Coverage::TrustPod" : "0.100003", - "Test::CPAN::Changes" : "0.30", - "Test::CPAN::Meta" : "0.23", - "Test::Kwalitee" : "1.21", - "Test::More" : "1.001003", - "Test::Pod" : "1.48", - "Test::Pod::Coverage" : "1.10", - "strict" : "1.08", - "utf8" : "1.14", - "warnings" : "1.24" - }, - "perl" : { - "original" : "v5.21.1", - "qv" : 1, - "version" : [ - 5, - 21, - 1 - ] - }, - "perl-config" : { - "gccversion" : "4.8.3", - "myarchname" : "x86_64-linux", - "osname" : "linux" - }, - "platform" : "linux", - "uname" : "Linux 3.15.5-aufs x86_64 GenuineIntel GNU/Linux" + "external_file" : "misc/built_with.json" }, "x_Dist_Zilla" : { "perl" : { - "version" : "5.021001" + "version" : "5.021009" }, "plugins" : [ { @@ -215,23 +149,22 @@ "config" : { "Dist::Zilla::Role::Bootstrap" : { "distname" : "Dist-Zilla-Role-BundleDeps", - "fallback" : "1", "try_built" : "1", "try_built_method" : "mtime" } }, "name" : "Bootstrap::lib", - "version" : "1.000005" + "version" : "1.001000" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@Author::KENTNL/MetaConfig", - "version" : "5.020" + "version" : "5.034" }, { "class" : "Dist::Zilla::Plugin::GithubMeta", "name" : "@Author::KENTNL/GithubMeta", - "version" : "0.46" + "version" : "0.48" }, { "class" : "Dist::Zilla::Plugin::MetaProvides::Package", @@ -241,7 +174,7 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "5.020" + "version" : "5.034" } ] }, @@ -252,13 +185,14 @@ } }, "name" : "@Author::KENTNL/MetaProvides::Package", - "version" : "2.000004" + "version" : "2.003001" }, { "class" : "Dist::Zilla::Plugin::MetaData::BuiltWith", "config" : { "Dist::Zilla::Plugin::MetaData::BuiltWith" : { "_stash_key" : "x_BuiltWith", + "external_file_name" : "misc/built_with.json", "show_config" : "1", "show_uname" : "1", "uname" : { @@ -270,11 +204,12 @@ "-i" ], "uname_call" : "uname" - } + }, + "use_external_file" : "only" } }, "name" : "@Author::KENTNL/MetaData::BuiltWith", - "version" : "1.001001" + "version" : "1.004002" }, { "class" : "Dist::Zilla::Plugin::Git::Contributors", @@ -282,89 +217,123 @@ "Dist::Zilla::Plugin::Git::Contributors" : { "include_authors" : "0", "include_releaser" : "0", - "order_by" : "name" + "order_by" : "name", + "paths" : [] } }, "name" : "@Author::KENTNL/Git::Contributors", - "version" : "0.006" + "version" : "0.011" }, { "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.033" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@Author::KENTNL/License", - "version" : "5.020" + "version" : "5.034" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@Author::KENTNL/MetaJSON", - "version" : "5.020" + "version" : "5.034" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@Author::KENTNL/MetaYAML", - "version" : "5.020" + "version" : "5.034" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@Author::KENTNL/Manifest", - "version" : "5.020" + "version" : "5.034" + }, + { + "class" : "Dist::Zilla::Plugin::Author::KENTNL::TravisCI", + "name" : "@Author::KENTNL/Author::KENTNL::TravisCI", + "version" : "0.001002" }, { "class" : "Dist::Zilla::Plugin::CopyFilesFromBuild", "name" : "@Author::KENTNL/CopyXBuild", - "version" : "0.103510" + "version" : "0.150250" }, { "class" : "Dist::Zilla::Plugin::MetaTests", "name" : "@Author::KENTNL/MetaTests", - "version" : "5.020" + "version" : "5.034" }, { "class" : "Dist::Zilla::Plugin::PodCoverageTests", "name" : "@Author::KENTNL/PodCoverageTests", - "version" : "5.020" + "version" : "5.034" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@Author::KENTNL/PodSyntaxTests", - "version" : "5.020" + "version" : "5.034" }, { "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs", "name" : "@Author::KENTNL/Test::ReportPrereqs", - "version" : "0.019" + "version" : "0.021" }, { "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.07" + "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", + "finder" : [ + ":InstallModules", + ":ExecFiles", + ":TestFiles" + ], + "trailing_whitespace" : "1" + } + }, + "name" : "@Author::KENTNL/Test::EOL", + "version" : "0.17" }, { "class" : "Dist::Zilla::Plugin::Test::MinimumVersion", "name" : "@Author::KENTNL/Test::MinimumVersion", - "version" : "2.000005" + "version" : "2.000006" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::KENTNL/Test::Compile::PerFile/AUTOVIV/:InstallModulesPM", - "version" : "5.020" + "version" : "5.034" }, { "class" : "Dist::Zilla::Plugin::Test::Compile::PerFile", @@ -381,17 +350,17 @@ } }, "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", - "version" : "2.112410" + "version" : "3.000" }, { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@Author::KENTNL/ManifestSkip", - "version" : "5.020" + "version" : "5.034" }, { "class" : "Dist::Zilla::Plugin::RewriteVersion::Sanitized", @@ -402,7 +371,7 @@ } }, "name" : "@Author::KENTNL/RewriteVersion::Sanitized", - "version" : "0.001003" + "version" : "0.001005" }, { "class" : "Dist::Zilla::Plugin::PodWeaver", @@ -416,98 +385,98 @@ { "class" : "Pod::Weaver::Plugin::EnsurePod5", "name" : "@CorePrep/EnsurePod5", - "version" : "4.006" + "version" : "4.011" }, { "class" : "Pod::Weaver::Plugin::H1Nester", "name" : "@CorePrep/H1Nester", - "version" : "4.006" + "version" : "4.011" }, { "class" : "Pod::Weaver::Plugin::SingleEncoding", "name" : "-SingleEncoding", - "version" : "4.006" + "version" : "4.011" }, { "class" : "Pod::Weaver::Section::Name", "name" : "Name", - "version" : "4.006" + "version" : "4.011" }, { "class" : "Pod::Weaver::Section::Version", "name" : "Version", - "version" : "4.006" + "version" : "4.011" }, { "class" : "Pod::Weaver::Section::Region", "name" : "prelude", - "version" : "4.006" + "version" : "4.011" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "SYNOPSIS", - "version" : "4.006" + "version" : "4.011" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "DESCRIPTION", - "version" : "4.006" + "version" : "4.011" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "OVERVIEW", - "version" : "4.006" + "version" : "4.011" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "METHODS", - "version" : "4.006" + "version" : "4.011" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "ATTRIBUTES", - "version" : "4.006" + "version" : "4.011" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "PRIVATE_ATTRIBUTES", - "version" : "4.006" + "version" : "4.011" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "PRIVATE_METHODS", - "version" : "4.006" + "version" : "4.011" }, { "class" : "Pod::Weaver::Section::Leftovers", "name" : "Leftovers", - "version" : "4.006" + "version" : "4.011" }, { "class" : "Pod::Weaver::Section::Region", "name" : "postlude", - "version" : "4.006" + "version" : "4.011" }, { "class" : "Pod::Weaver::Section::Authors", "name" : "Authors", - "version" : "4.006" + "version" : "4.011" }, { "class" : "Pod::Weaver::Section::Legal", "name" : "Legal", - "version" : "4.006" + "version" : "4.011" } ] } }, "name" : "@Author::KENTNL/PodWeaver", - "version" : "4.005" + "version" : "4.006" }, { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@Author::KENTNL/AutoPrereqs", - "version" : "5.020" + "version" : "5.034" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -518,17 +487,22 @@ } }, "name" : "@Author::KENTNL/BundleDevelSuggests", - "version" : "5.020" + "version" : "5.034" + }, + { + "class" : "Dist::Zilla::Plugin::Prereqs::AuthorDeps", + "name" : "@Author::KENTNL/Prereqs::AuthorDeps", + "version" : "0.004" }, { "class" : "Dist::Zilla::Plugin::MinimumPerl", "name" : "@Author::KENTNL/MinimumPerl", - "version" : "1.003" + "version" : "1.006" }, { "class" : "Dist::Zilla::Plugin::Authority", "name" : "@Author::KENTNL/Authority", - "version" : "1.006" + "version" : "1.009" }, { "class" : "Dist::Zilla::Plugin::MakeMaker", @@ -538,22 +512,27 @@ } }, "name" : "@Author::KENTNL/MakeMaker", - "version" : "5.020" + "version" : "5.034" + }, + { + "class" : "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes", + "name" : "@Author::KENTNL/Author::KENTNL::RecommendFixes", + "version" : "0.004002" }, { - "class" : "Dist::Zilla::Plugin::ReadmeFromPod", - "name" : "@Author::KENTNL/ReadmeFromPod", - "version" : "0.21" + "class" : "Dist::Zilla::Plugin::Readme::Brief", + "name" : "@Author::KENTNL/ShippedReadme", + "version" : "0.002005" }, { "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod", "name" : "@Author::KENTNL/ReadmeAnyFromPod", - "version" : "0.142250" + "version" : "0.150250" }, { "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes", "name" : "@Author::KENTNL/Test::CPAN::Changes", - "version" : "0.008" + "version" : "0.009" }, { "class" : "Dist::Zilla::Plugin::RunExtraTests", @@ -563,17 +542,17 @@ } }, "name" : "@Author::KENTNL/RunExtraTests", - "version" : "0.022" + "version" : "0.026" }, { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@Author::KENTNL/TestRelease", - "version" : "5.020" + "version" : "5.034" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@Author::KENTNL/ConfirmRelease", - "version" : "5.020" + "version" : "5.034" }, { "class" : "Dist::Zilla::Plugin::Git::Check", @@ -594,7 +573,7 @@ } }, "name" : "@Author::KENTNL/Git::Check", - "version" : "2.023" + "version" : "2.033" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", @@ -617,7 +596,7 @@ } }, "name" : "@Author::KENTNL/commit_dirty_files", - "version" : "2.023" + "version" : "2.033" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", @@ -625,7 +604,7 @@ "Dist::Zilla::Plugin::Git::Tag" : { "branch" : null, "signed" : 0, - "tag" : "0.002001-source", + "tag" : "0.002002-source", "tag_format" : "%v-source", "tag_message" : "v%v", "time_zone" : "local" @@ -635,17 +614,17 @@ } }, "name" : "@Author::KENTNL/tag_master", - "version" : "2.023" + "version" : "2.033" }, { "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.009" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", @@ -670,13 +649,13 @@ } }, "name" : "@Author::KENTNL/commit_release_changes", - "version" : "2.023" + "version" : "2.033" }, { "class" : "Dist::Zilla::Plugin::Git::CommitBuild", "config" : { "Dist::Zilla::Plugin::Git::CommitBuild" : { - "branch" : "build/%b", + "branch" : "builds", "build_root" : null, "message" : "Build results of %h (on %b)", "multiple_inheritance" : 0, @@ -688,7 +667,7 @@ } }, "name" : "@Author::KENTNL/Git::CommitBuild", - "version" : "2.023" + "version" : "2.033" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", @@ -696,7 +675,7 @@ "Dist::Zilla::Plugin::Git::Tag" : { "branch" : "releases", "signed" : 0, - "tag" : "0.002001", + "tag" : "0.002002", "tag_format" : "%v", "tag_message" : "v%v", "time_zone" : "local" @@ -706,44 +685,37 @@ } }, "name" : "@Author::KENTNL/tag_release", - "version" : "2.023" + "version" : "2.033" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@Author::KENTNL/UploadToCPAN", - "version" : "5.020" + "version" : "5.034" }, { "class" : "Dist::Zilla::Plugin::Twitter", "name" : "@Author::KENTNL/Twitter", - "version" : "0.025" + "version" : "0.026" }, { - "class" : "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled", + "class" : "Dist::Zilla::Plugin::Prereqs::Upgrade", "config" : { - "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled" : { - "applyto_map" : [ - "build.requires = build.recommends", - "test.requires = test.recommends", - "runtime.requires = runtime.recommends", - "configure.requires = configure.recommends", - "develop.requires = develop.recommends" - ], - "applyto_phase" : [ - "build", - "test", - "runtime", - "configure", - "develop" - ], - "modules" : [ - "ExtUtils::MakeMaker", - "Test::More" - ] + "Dist::Zilla::Plugin::Prereqs::Upgrade" : { + "modules" : { + "Dist::Zila::Plugin::MetaProvides::Package" : "2.000000", + "Dist::Zilla" : "5", + "ExtUtils::MakeMaker" : "7.00", + "File::ShareDir::Install" : "0.10", + "Moo" : "1.000008", + "Moose" : "2.000", + "Path::Tiny" : "0.058", + "Test::File::ShareDir" : "1.000000", + "Test::More" : "0.99" + } } }, - "name" : "@Author::KENTNL/Prereqs::Recommend::MatchInstalled", - "version" : "0.002001" + "name" : "@Author::KENTNL/Prereqs::Upgrade", + "version" : "0.001000" }, { "class" : "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled", @@ -758,11 +730,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 +747,7 @@ } }, "name" : "@Author::KENTNL/::Role::BundleDeps", - "version" : "5.020" + "version" : "5.034" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -784,52 +758,52 @@ } }, "name" : "Prereqs", - "version" : "5.020" + "version" : "5.034" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "5.020" + "version" : "5.034" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "5.020" + "version" : "5.034" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "5.020" + "version" : "5.034" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "5.020" + "version" : "5.034" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "5.020" + "version" : "5.034" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "5.020" + "version" : "5.034" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "5.020" + "version" : "5.034" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "5.020" + "version" : "5.034" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "5.020" + "version" : "5.034" } ], "zilla" : { @@ -837,8 +811,12 @@ "config" : { "is_trial" : "0" }, - "version" : "5.020" + "version" : "5.034" } }, - "x_authority" : "cpan:KENTNL" + "x_authority" : "cpan:KENTNL", + "x_contributors" : [ + "Olivier Mengué " + ] } + diff --git a/META.yml b/META.yml index fbefc1a..f274e22 100644 --- a/META.yml +++ b/META.yml @@ -1,17 +1,19 @@ --- abstract: 'Automatically add all plugins in a bundle as dependencies' author: - - 'Kent Fredric ' + - 'Kent Fredric ' build_requires: Dist::Zilla::Role::PluginBundle: '0' ExtUtils::MakeMaker: '0' File::Spec: '0' Moose: '0' Test::More: '0.89' + perl: '5.006' configure_requires: ExtUtils::MakeMaker: '0' -dynamic_config: '0' -generated_by: 'Dist::Zilla version 5.020, CPAN::Meta::Converter version 2.142060' + perl: '5.006' +dynamic_config: 0 +generated_by: 'Dist::Zilla version 5.034, CPAN::Meta::Converter version 2.150001' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -20,118 +22,41 @@ name: Dist-Zilla-Role-BundleDeps provides: Dist::Zilla::Role::BundleDeps: file: lib/Dist/Zilla/Role/BundleDeps.pm - version: '0.002001' + version: '0.002002' requires: CPAN::Meta::Requirements: '0' Moose::Role: '0' - perl: '5.008' + perl: '5.006' strict: '0' - utf8: '0' warnings: '0' resources: bugtracker: https://github.com/kentnl/Dist-Zilla-Role-BundleDeps/issues homepage: https://github.com/kentnl/Dist-Zilla-Role-BundleDeps repository: https://github.com/kentnl/Dist-Zilla-Role-BundleDeps.git -version: '0.002001' +version: '0.002002' x_BuiltWith: - modules: - CPAN::Meta: '2.142060' - CPAN::Meta::Requirements: '2.126' - Dist::Zilla::App::Command::bakeini: '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::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.006' - Dist::Zilla::Plugin::Git::GatherDir: '2.023' - Dist::Zilla::Plugin::Git::NextRelease: '0.002012' - Dist::Zilla::Plugin::Git::Tag: '2.023' - 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::PodWeaver: '4.005' - Dist::Zilla::Plugin::Prereqs: '5.020' - Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled: '0.002001' - Dist::Zilla::Plugin::ReadmeAnyFromPod: '0.142250' - Dist::Zilla::Plugin::ReadmeFromPod: '0.21' - Dist::Zilla::Plugin::RewriteVersion::Sanitized: '0.001003' - Dist::Zilla::Plugin::RunExtraTests: '0.022' - Dist::Zilla::Plugin::Test::CPAN::Changes: '0.008' - Dist::Zilla::Plugin::Test::Compile::PerFile: '0.002002' - Dist::Zilla::Plugin::Test::Kwalitee: '2.07' - 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.017002' - Dist::Zilla::Role::PluginBundle: '5.020' - ExtUtils::MakeMaker: '6.98' - File::Spec: '3.48' - Moose: '2.1211' - Moose::Role: '2.1211' - Pod::Coverage::TrustPod: '0.100003' - Test::CPAN::Changes: '0.30' - Test::CPAN::Meta: '0.23' - Test::Kwalitee: '1.21' - Test::More: '1.001003' - Test::Pod: '1.48' - Test::Pod::Coverage: '1.10' - strict: '1.08' - utf8: '1.14' - warnings: '1.24' - perl: - original: v5.21.1 - qv: 1 - version: - - 5 - - 21 - - 1 - perl-config: - gccversion: 4.8.3 - myarchname: x86_64-linux - osname: linux - platform: linux - uname: 'Linux 3.15.5-aufs x86_64 GenuineIntel GNU/Linux' + external_file: misc/built_with.json x_Dist_Zilla: perl: - version: '5.021001' + version: '5.021009' plugins: - class: Dist::Zilla::Plugin::Bootstrap::lib config: Dist::Zilla::Role::Bootstrap: distname: Dist-Zilla-Role-BundleDeps - fallback: '1' try_built: '1' try_built_method: mtime name: Bootstrap::lib - version: '1.000005' + version: '1.001000' - class: Dist::Zilla::Plugin::MetaConfig name: '@Author::KENTNL/MetaConfig' - version: '5.020' + version: '5.034' - class: Dist::Zilla::Plugin::GithubMeta name: '@Author::KENTNL/GithubMeta' - version: '0.46' + version: '0.48' - class: Dist::Zilla::Plugin::MetaProvides::Package config: @@ -140,18 +65,19 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::FinderCode name: '@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '5.020' + version: '5.034' Dist::Zilla::Role::MetaProvider::Provider: inherit_missing: '1' inherit_version: '1' meta_noindex: '1' name: '@Author::KENTNL/MetaProvides::Package' - version: '2.000004' + version: '2.003001' - class: Dist::Zilla::Plugin::MetaData::BuiltWith config: Dist::Zilla::Plugin::MetaData::BuiltWith: _stash_key: x_BuiltWith + external_file_name: misc/built_with.json show_config: '1' show_uname: '1' uname: @@ -162,8 +88,9 @@ x_Dist_Zilla: - -m - -i uname_call: uname + use_external_file: only name: '@Author::KENTNL/MetaData::BuiltWith' - version: '1.001001' + version: '1.004002' - class: Dist::Zilla::Plugin::Git::Contributors config: @@ -171,69 +98,96 @@ x_Dist_Zilla: include_authors: '0' include_releaser: '0' order_by: name + paths: [] name: '@Author::KENTNL/Git::Contributors' - version: '0.006' + version: '0.011' - 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.033' - class: Dist::Zilla::Plugin::License name: '@Author::KENTNL/License' - version: '5.020' + version: '5.034' - class: Dist::Zilla::Plugin::MetaJSON name: '@Author::KENTNL/MetaJSON' - version: '5.020' + version: '5.034' - class: Dist::Zilla::Plugin::MetaYAML name: '@Author::KENTNL/MetaYAML' - version: '5.020' + version: '5.034' - class: Dist::Zilla::Plugin::Manifest name: '@Author::KENTNL/Manifest' - version: '5.020' + version: '5.034' + - + class: Dist::Zilla::Plugin::Author::KENTNL::TravisCI + name: '@Author::KENTNL/Author::KENTNL::TravisCI' + version: '0.001002' - class: Dist::Zilla::Plugin::CopyFilesFromBuild name: '@Author::KENTNL/CopyXBuild' - version: '0.103510' + version: '0.150250' - class: Dist::Zilla::Plugin::MetaTests name: '@Author::KENTNL/MetaTests' - version: '5.020' + version: '5.034' - class: Dist::Zilla::Plugin::PodCoverageTests name: '@Author::KENTNL/PodCoverageTests' - version: '5.020' + version: '5.034' - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@Author::KENTNL/PodSyntaxTests' - version: '5.020' + version: '5.034' - class: Dist::Zilla::Plugin::Test::ReportPrereqs name: '@Author::KENTNL/Test::ReportPrereqs' - version: '0.019' + version: '0.021' - 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.07' + 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 + finder: + - ':InstallModules' + - ':ExecFiles' + - ':TestFiles' + trailing_whitespace: '1' + name: '@Author::KENTNL/Test::EOL' + version: '0.17' - class: Dist::Zilla::Plugin::Test::MinimumVersion name: '@Author::KENTNL/Test::MinimumVersion' - version: '2.000005' + version: '2.000006' - class: Dist::Zilla::Plugin::FinderCode name: '@Author::KENTNL/Test::Compile::PerFile/AUTOVIV/:InstallModulesPM' - version: '5.020' + version: '5.034' - class: Dist::Zilla::Plugin::Test::Compile::PerFile config: @@ -246,15 +200,15 @@ 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' - version: '2.112410' + version: '3.000' - class: Dist::Zilla::Plugin::ManifestSkip name: '@Author::KENTNL/ManifestSkip' - version: '5.020' + version: '5.034' - class: Dist::Zilla::Plugin::RewriteVersion::Sanitized config: @@ -262,7 +216,7 @@ x_Dist_Zilla: mantissa: '6' normal_form: numify name: '@Author::KENTNL/RewriteVersion::Sanitized' - version: '0.001003' + version: '0.001005' - class: Dist::Zilla::Plugin::PodWeaver config: @@ -274,77 +228,77 @@ x_Dist_Zilla: - class: Pod::Weaver::Plugin::EnsurePod5 name: '@CorePrep/EnsurePod5' - version: '4.006' + version: '4.011' - class: Pod::Weaver::Plugin::H1Nester name: '@CorePrep/H1Nester' - version: '4.006' + version: '4.011' - class: Pod::Weaver::Plugin::SingleEncoding name: -SingleEncoding - version: '4.006' + version: '4.011' - class: Pod::Weaver::Section::Name name: Name - version: '4.006' + version: '4.011' - class: Pod::Weaver::Section::Version name: Version - version: '4.006' + version: '4.011' - class: Pod::Weaver::Section::Region name: prelude - version: '4.006' + version: '4.011' - class: Pod::Weaver::Section::Generic name: SYNOPSIS - version: '4.006' + version: '4.011' - class: Pod::Weaver::Section::Generic name: DESCRIPTION - version: '4.006' + version: '4.011' - class: Pod::Weaver::Section::Generic name: OVERVIEW - version: '4.006' + version: '4.011' - class: Pod::Weaver::Section::Collect name: METHODS - version: '4.006' + version: '4.011' - class: Pod::Weaver::Section::Collect name: ATTRIBUTES - version: '4.006' + version: '4.011' - class: Pod::Weaver::Section::Collect name: PRIVATE_ATTRIBUTES - version: '4.006' + version: '4.011' - class: Pod::Weaver::Section::Collect name: PRIVATE_METHODS - version: '4.006' + version: '4.011' - class: Pod::Weaver::Section::Leftovers name: Leftovers - version: '4.006' + version: '4.011' - class: Pod::Weaver::Section::Region name: postlude - version: '4.006' + version: '4.011' - class: Pod::Weaver::Section::Authors name: Authors - version: '4.006' + version: '4.011' - class: Pod::Weaver::Section::Legal name: Legal - version: '4.006' + version: '4.011' name: '@Author::KENTNL/PodWeaver' - version: '4.005' + version: '4.006' - class: Dist::Zilla::Plugin::AutoPrereqs name: '@Author::KENTNL/AutoPrereqs' - version: '5.020' + version: '5.034' - class: Dist::Zilla::Plugin::Prereqs config: @@ -352,49 +306,57 @@ x_Dist_Zilla: phase: develop type: suggests name: '@Author::KENTNL/BundleDevelSuggests' - version: '5.020' + version: '5.034' + - + class: Dist::Zilla::Plugin::Prereqs::AuthorDeps + name: '@Author::KENTNL/Prereqs::AuthorDeps' + version: '0.004' - class: Dist::Zilla::Plugin::MinimumPerl name: '@Author::KENTNL/MinimumPerl' - version: '1.003' + version: '1.006' - 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.034' - - class: Dist::Zilla::Plugin::ReadmeFromPod - name: '@Author::KENTNL/ReadmeFromPod' - version: '0.21' + class: Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes + name: '@Author::KENTNL/Author::KENTNL::RecommendFixes' + version: '0.004002' + - + class: Dist::Zilla::Plugin::Readme::Brief + name: '@Author::KENTNL/ShippedReadme' + version: '0.002005' - class: Dist::Zilla::Plugin::ReadmeAnyFromPod name: '@Author::KENTNL/ReadmeAnyFromPod' - version: '0.142250' + version: '0.150250' - class: Dist::Zilla::Plugin::Test::CPAN::Changes name: '@Author::KENTNL/Test::CPAN::Changes' - version: '0.008' + version: '0.009' - class: Dist::Zilla::Plugin::RunExtraTests config: Dist::Zilla::Role::TestRunner: default_jobs: '10' name: '@Author::KENTNL/RunExtraTests' - version: '0.022' + version: '0.026' - class: Dist::Zilla::Plugin::TestRelease name: '@Author::KENTNL/TestRelease' - version: '5.020' + version: '5.034' - class: Dist::Zilla::Plugin::ConfirmRelease name: '@Author::KENTNL/ConfirmRelease' - version: '5.020' + version: '5.034' - class: Dist::Zilla::Plugin::Git::Check config: @@ -409,7 +371,7 @@ x_Dist_Zilla: Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Author::KENTNL/Git::Check' - version: '2.023' + version: '2.033' - class: Dist::Zilla::Plugin::Git::Commit config: @@ -426,29 +388,29 @@ x_Dist_Zilla: Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Author::KENTNL/commit_dirty_files' - version: '2.023' + version: '2.033' - class: Dist::Zilla::Plugin::Git::Tag config: Dist::Zilla::Plugin::Git::Tag: branch: ~ - signed: '0' - tag: 0.002001-source + signed: 0 + tag: 0.002002-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.033' - 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.009' - class: Dist::Zilla::Plugin::Git::Commit config: @@ -466,64 +428,59 @@ x_Dist_Zilla: Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Author::KENTNL/commit_release_changes' - version: '2.023' + version: '2.033' - class: Dist::Zilla::Plugin::Git::CommitBuild config: Dist::Zilla::Plugin::Git::CommitBuild: - branch: build/%b + branch: builds build_root: ~ message: 'Build results of %h (on %b)' - multiple_inheritance: '0' + multiple_inheritance: 0 release_branch: releases release_message: 'Build results of %h (on %b)' Dist::Zilla::Role::Git::Repo: repo_root: . name: '@Author::KENTNL/Git::CommitBuild' - version: '2.023' + version: '2.033' - class: Dist::Zilla::Plugin::Git::Tag config: Dist::Zilla::Plugin::Git::Tag: branch: releases - signed: '0' - tag: '0.002001' + signed: 0 + tag: '0.002002' 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.033' - class: Dist::Zilla::Plugin::UploadToCPAN name: '@Author::KENTNL/UploadToCPAN' - version: '5.020' + version: '5.034' - class: Dist::Zilla::Plugin::Twitter name: '@Author::KENTNL/Twitter' - version: '0.025' + version: '0.026' - - class: Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled + class: Dist::Zilla::Plugin::Prereqs::Upgrade config: - Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled: - applyto_map: - - 'build.requires = build.recommends' - - 'test.requires = test.recommends' - - 'runtime.requires = runtime.recommends' - - 'configure.requires = configure.recommends' - - 'develop.requires = develop.recommends' - applyto_phase: - - build - - test - - runtime - - configure - - develop + Dist::Zilla::Plugin::Prereqs::Upgrade: modules: - - ExtUtils::MakeMaker - - Test::More - name: '@Author::KENTNL/Prereqs::Recommend::MatchInstalled' - version: '0.002001' + Dist::Zila::Plugin::MetaProvides::Package: '2.000000' + Dist::Zilla: '5' + ExtUtils::MakeMaker: '7.00' + File::ShareDir::Install: '0.10' + Moo: '1.000008' + Moose: '2.000' + Path::Tiny: '0.058' + Test::File::ShareDir: '1.000000' + Test::More: '0.99' + name: '@Author::KENTNL/Prereqs::Upgrade' + version: '0.001000' - class: Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled config: @@ -535,8 +492,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: @@ -544,7 +503,7 @@ x_Dist_Zilla: phase: develop type: requires name: '@Author::KENTNL/::Role::BundleDeps' - version: '5.020' + version: '5.034' - class: Dist::Zilla::Plugin::Prereqs config: @@ -552,46 +511,48 @@ x_Dist_Zilla: phase: runtime type: requires name: Prereqs - version: '5.020' + version: '5.034' - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '5.020' + version: '5.034' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: '5.020' + version: '5.034' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: '5.020' + version: '5.034' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: '5.020' + version: '5.034' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: '5.020' + version: '5.034' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: '5.020' + version: '5.034' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' - version: '5.020' + version: '5.034' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' - version: '5.020' + version: '5.034' - class: Dist::Zilla::Plugin::FinderCode name: '@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '5.020' + version: '5.034' zilla: class: Dist::Zilla::Dist::Builder config: is_trial: '0' - version: '5.020' + version: '5.034' x_authority: cpan:KENTNL +x_contributors: + - 'Olivier Mengué ' diff --git a/Makefile.PL b/Makefile.PL index 44b66a7..edceeff 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,29 +1,26 @@ - -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.020. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.034. use strict; use warnings; -use 5.008; - -use ExtUtils::MakeMaker ; - +use 5.006; +use ExtUtils::MakeMaker; my %WriteMakefileArgs = ( "ABSTRACT" => "Automatically add all plugins in a bundle as dependencies", - "AUTHOR" => "Kent Fredric ", + "AUTHOR" => "Kent Fredric ", "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => 0 }, "DISTNAME" => "Dist-Zilla-Role-BundleDeps", "EXE_FILES" => [], "LICENSE" => "perl", + "MIN_PERL_VERSION" => "5.006", "NAME" => "Dist::Zilla::Role::BundleDeps", "PREREQ_PM" => { "CPAN::Meta::Requirements" => 0, "Moose::Role" => 0, "strict" => 0, - "utf8" => 0, "warnings" => 0 }, "TEST_REQUIRES" => { @@ -33,7 +30,7 @@ my %WriteMakefileArgs = ( "Moose" => 0, "Test::More" => "0.89" }, - "VERSION" => "0.002001", + "VERSION" => "0.002002", "test" => { "TESTS" => "t/*.t t/00-compile/*.t" } @@ -49,7 +46,6 @@ my %FallbackPrereqs = ( "Moose::Role" => 0, "Test::More" => "0.89", "strict" => 0, - "utf8" => 0, "warnings" => 0 ); @@ -64,6 +60,3 @@ delete $WriteMakefileArgs{CONFIGURE_REQUIRES} unless eval { ExtUtils::MakeMaker->VERSION(6.52) }; WriteMakefile(%WriteMakefileArgs); - - - diff --git a/README b/README index 26a9a39..9ab999c 100644 --- a/README +++ b/README @@ -1,68 +1,39 @@ -NAME - Dist::Zilla::Role::BundleDeps - Automatically add all plugins in a - bundle as dependencies +Dist::Zilla::Role::BundleDeps -VERSION - version 0.002001 +This role attempts to solve the problem of communicating dependencies to +META.* from bundles in a different way. -SYNOPSIS - package blahblahblah; - use Moose; - ... - with 'Dist::Zilla::Role::PluginBundle'; - with 'Dist::Zilla::Role::BundleDeps'; +My first attempt was "[Prereqs::Plugins]", which added all values that +are seen in the "dist.ini" to dependencies. - Dependencies appear now for all plugins returned. +However, that was inherently limited, as the ":version" specifier is +lost before the plugins appear on "$zilla->plugins" -DESCRIPTION - This role attempts to solve the problem of communicating dependencies to - META.* from bundles in a different way. +This Role however, can see any declarations of ":version" your bundle +advertises, by standing between your "bundle_config" method and +"Dist::Zilla" - My first attempt was "[Prereqs::Plugins]", which added all values that - are seen in the "dist.ini" to dependencies. +INSTALLATION - However, that was inherently limited, as the ":version" specifier is - lost before the plugins appear on "$zilla->plugins" +This is a Perl module distribution. It should be installed with whichever +tool you use to manage your installation of Perl, e.g. any of - This Role however, can see any declarations of ":version" your bundle - advertises, by standing between your "bundle_config" method and - "Dist::Zilla" + cpanm . + cpan . + cpanp -i . -METHODS - "bundledeps_defaults" - This method provides the "HashRef" of defaults to use for the generated - "Prereqs" section. +Consult http://www.cpan.org/modules/INSTALL.html for further instruction. +Should you wish to install this module manually, the procedure is - Because this role is intended to advertise Plugin Bundle dependencies, - and because those dependencies will be "develop" dependencies everywhere - other than the bundle itself, our defaults are: - - { - -phase => develop, - -relationship => requires, - } - - These can be overridden when consuming a bundle in "dist.ini" - - [@Author::MyBundle] - bundledeps_phase = runtime - bundledeps_relationship = requires - -LIMITATIONS - If you bundle plugins with your bundle, and use those plugins in the - bundle, you'll risk a self-reference problem, which may be solved in a - future release of Dist::Zilla. - - Until then, you'll need to possibly use "[RemovePrereqs]" to trim - self-references. - -AUTHOR - Kent Fredric + perl Makefile.PL + make + make test + make install COPYRIGHT AND LICENSE - This software is copyright (c) 2014 by Kent Fredric - . - This is free software; you can redistribute it and/or modify it under - the same terms as the Perl 5 programming language system itself. +This software is copyright (c) 2015 by Kent Fredric +. +This is free software; you can redistribute it and/or modify it under +the same terms as the Perl 5 programming language system itself. diff --git a/dist.ini b/dist.ini index 2d75fd9..10e8c38 100644 --- a/dist.ini +++ b/dist.ini @@ -1,7 +1,10 @@ ; This file is generated from dist.ini.meta by dzil bakeini. ; Edit that file or the bundles contained within for long-term changes. +; Generated by Dist::Zilla::Plugin::Author::KENTNL::DistINI version 2.000000 at Mon Nov 4 18:23:06 2013 +; vim: syntax=dosini +; Uncomment this to bootstrap via self name = Dist-Zilla-Role-BundleDeps -author = Kent Fredric +author = Kent Fredric license = Perl_5 copyright_holder = Kent Fredric @@ -17,9 +20,11 @@ issues = 1 :version = 1.14000001 [MetaData::BuiltWith / @Author::KENTNL/MetaData::BuiltWith] +:version = 1.004000 show_config = 1 show_uname = 1 uname_args = -s -o -r -m -i +use_external_file = only [Git::Contributors / @Author::KENTNL/Git::Contributors] :version = 0.006 @@ -42,6 +47,9 @@ include_dotfiles = 1 [Manifest / @Author::KENTNL/Manifest] +[Author::KENTNL::TravisCI / @Author::KENTNL/Author::KENTNL::TravisCI] +:version = 0.001002 + [CopyFilesFromBuild / @Author::KENTNL/CopyXBuild] copy = LICENSE @@ -55,7 +63,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] @@ -79,7 +87,9 @@ replacer = replace_with_blank -phase = develop -type = suggests Dist::Zilla::App::Command::bakeini = 0.001000 -Dist::Zilla::PluginBundle::Author::KENTNL = 2.017002 +Dist::Zilla::PluginBundle::Author::KENTNL = 2.024001 + +[Prereqs::AuthorDeps / @Author::KENTNL/Prereqs::AuthorDeps] [MinimumPerl / @Author::KENTNL/MinimumPerl] @@ -92,7 +102,10 @@ locate_comment = 1 [MakeMaker / @Author::KENTNL/MakeMaker] default_jobs = 10 -[ReadmeFromPod / @Author::KENTNL/ReadmeFromPod] +[Author::KENTNL::RecommendFixes / @Author::KENTNL/Author::KENTNL::RecommendFixes] +:version = 0.004002 + +[Readme::Brief / @Author::KENTNL/ShippedReadme] [ReadmeAnyFromPod / @Author::KENTNL/ReadmeAnyFromPod] filename = README.mkdn @@ -117,7 +130,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] @@ -126,6 +140,7 @@ time_zone = UTC allow_dirty_match = ^lib/ [Git::CommitBuild / @Author::KENTNL/Git::CommitBuild] +branch = builds release_branch = releases [Git::Tag / @Author::KENTNL/tag_release] @@ -135,13 +150,20 @@ 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 -[Prereqs::Recommend::MatchInstalled / @Author::KENTNL/Prereqs::Recommend::MatchInstalled] -modules = ExtUtils::MakeMaker -modules = Test::More +[Prereqs::Upgrade / @Author::KENTNL/Prereqs::Upgrade] +Dist::Zila::Plugin::MetaProvides::Package = 2.000000 +Dist::Zilla = 5 +ExtUtils::MakeMaker = 7.00 +File::ShareDir::Install = 0.10 +Moo = 1.000008 +Moose = 2.000 +Path::Tiny = 0.058 +Test::File::ShareDir = 1.000000 +Test::More = 0.99 [Prereqs::Recommend::MatchInstalled / @Author::KENTNL/always_latest_develop_bundle] applyto_map = develop.suggests = develop.suggests @@ -150,20 +172,30 @@ modules = Dist::Zilla::PluginBundle::Author::KENTNL modules = Dist::Zilla::App::Command::bakeini [Prereqs / @Author::KENTNL/::Role::BundleDeps] +; version_major = 0 +; version_minor = 1 +; the following data denotes when this minor was minted +; version_rel_year = 2013 +; version_rel_month = 11 +; version_rel_day = 4 +; version_rel_hour = 18 +; version_rel_time_zone = Pacific/Auckland +; auto_prereqs_skip = File::Find -phase = develop -relationship = requires +Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes = 0.004002 +Dist::Zilla::Plugin::Author::KENTNL::TravisCI = 0.001002 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 @@ -171,7 +203,7 @@ Dist::Zilla::Plugin::MakeMaker = 0 Dist::Zilla::Plugin::Manifest = 0 Dist::Zilla::Plugin::ManifestSkip = 0 Dist::Zilla::Plugin::MetaConfig = 0 -Dist::Zilla::Plugin::MetaData::BuiltWith = 0 +Dist::Zilla::Plugin::MetaData::BuiltWith = 1.004000 Dist::Zilla::Plugin::MetaJSON = 0 Dist::Zilla::Plugin::MetaProvides::Package = 1.14000001 Dist::Zilla::Plugin::MetaTests = 0 @@ -181,13 +213,16 @@ 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::Prereqs::Upgrade = 0 +Dist::Zilla::Plugin::Readme::Brief = 0 Dist::Zilla::Plugin::ReadmeAnyFromPod = 0 -Dist::Zilla::Plugin::ReadmeFromPod = 0 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 54ef07d..4dcca7f 100644 --- a/dist.ini.meta +++ b/dist.ini.meta @@ -1,6 +1,7 @@ ; Generated by Dist::Zilla::Plugin::Author::KENTNL::DistINI version 2.000000 at Mon Nov 4 18:23:06 2013 +; vim: syntax=dosini name = Dist-Zilla-Role-BundleDeps -author = Kent Fredric +author = Kent Fredric license = Perl_5 copyright_holder = Kent Fredric @@ -10,7 +11,6 @@ try_built = 1 [@Author::KENTNL] :version = 1.2.0 -git_versions = 1 normal_form = numify mantissa = 6 bumpversions = 1 @@ -18,6 +18,7 @@ toolkit = eumm toolkit_hardness = soft copyfiles = LICENSE srcreadme = mkdn +twitter_extra_hash_tags = #distzilla ; version_major = 0 ; version_minor = 1 @@ -27,7 +28,6 @@ srcreadme = mkdn ; version_rel_day = 4 ; version_rel_hour = 18 ; version_rel_time_zone = Pacific/Auckland -twitter_hash_tags = #perl #cpan ; auto_prereqs_skip = File::Find [Prereqs] diff --git a/lib/Dist/Zilla/Role/BundleDeps.pm b/lib/Dist/Zilla/Role/BundleDeps.pm index 6cb15bb..57d11cf 100644 --- a/lib/Dist/Zilla/Role/BundleDeps.pm +++ b/lib/Dist/Zilla/Role/BundleDeps.pm @@ -1,11 +1,10 @@ -use 5.008; # utf8 +use 5.006; use strict; use warnings; -use utf8; package Dist::Zilla::Role::BundleDeps; -our $VERSION = '0.002001'; +our $VERSION = '0.002002'; # ABSTRACT: Automatically add all plugins in a bundle as dependencies @@ -113,7 +112,7 @@ Dist::Zilla::Role::BundleDeps - Automatically add all plugins in a bundle as dep =head1 VERSION -version 0.002001 +version 0.002002 =head1 SYNOPSIS @@ -178,13 +177,17 @@ you'll risk a self-reference problem, which may be solved in a future release of Until then, you'll need to possibly use L<< C<[RemovePrereqs]>|Dist::Zilla::Plugin::RemovePrereqs >> to trim self-references. +=head1 SEE ALSO + +L<< C<[BundleInspector]>|Dist::Zilla::Plugin::BundleInspector >> + =head1 AUTHOR -Kent Fredric +Kent Fredric =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2014 by Kent Fredric . +This software is copyright (c) 2015 by Kent Fredric . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/misc/Changes.deps b/misc/Changes.deps index 4f513c7..b0b7f03 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.002001 +0.002002 + [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.002001 2014-08-16T02:13:11Z [Added / test requires] - File::Spec diff --git a/misc/Changes.deps.all b/misc/Changes.deps.all index fc0fcbd..80dbfa7 100644 --- a/misc/Changes.deps.all +++ b/misc/Changes.deps.all @@ -1,6 +1,57 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop) -0.002001 +0.002002 + [Added / configure requires] + - perl 5.006 + + [Added / develop recommends] + - Test::More 0.99 + + [Added / develop requires] + - Dist::Zilla 5 + - Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes 0.004002 + - Dist::Zilla::Plugin::Author::KENTNL::TravisCI 0.001002 + - Dist::Zilla::Plugin::Bootstrap::lib + - Dist::Zilla::Plugin::Prereqs::AuthorDeps + - Dist::Zilla::Plugin::Prereqs::Upgrade + - Dist::Zilla::Plugin::Readme::Brief + - Dist::Zilla::Plugin::Test::EOL + - Test::EOL + - Test::More 0.88 + + [Added / test recommends] + - Moose 2.000 + + [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 + - Dist::Zilla::Plugin::MetaData::BuiltWith 0 → 1.004000 + - Test::Kwalitee 1.12 → 1.21 + + [Changed / develop suggests] + - Dist::Zilla::App::Command::bakeini 0.001001 → 0.002000 + - Dist::Zilla::PluginBundle::Author::KENTNL 2.017002 → 2.024001 + + [Changed / runtime requires] + - perl 5.008 → 5.006 + + [Changed / test recommends] + - ExtUtils::MakeMaker 6.98 → 7.00 + - Test::More 1.001003 → 0.99 + + [Removed / develop requires] + - Dist::Zilla::Plugin::EOLTests + - Dist::Zilla::Plugin::ReadmeFromPod + + [Removed / runtime requires] + - utf8 + +0.002001 2014-08-16T02:13:11Z [Added / develop requires] - Dist::Zilla::Plugin::Git::Contributors 0.006 diff --git a/misc/Changes.deps.dev b/misc/Changes.deps.dev index 4262b7c..44af242 100644 --- a/misc/Changes.deps.dev +++ b/misc/Changes.deps.dev @@ -1,6 +1,35 @@ This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL ) -0.002001 +0.002002 + [Added / develop recommends] + - Test::More 0.99 + + [Added / develop requires] + - Dist::Zilla 5 + - Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes 0.004002 + - Dist::Zilla::Plugin::Author::KENTNL::TravisCI 0.001002 + - Dist::Zilla::Plugin::Bootstrap::lib + - Dist::Zilla::Plugin::Prereqs::AuthorDeps + - Dist::Zilla::Plugin::Prereqs::Upgrade + - Dist::Zilla::Plugin::Readme::Brief + - Dist::Zilla::Plugin::Test::EOL + - Test::EOL + - Test::More 0.88 + + [Changed / develop requires] + - Dist::Zilla::Plugin::Git::NextRelease 0 → 0.004000 + - Dist::Zilla::Plugin::MetaData::BuiltWith 0 → 1.004000 + - Test::Kwalitee 1.12 → 1.21 + + [Changed / develop suggests] + - Dist::Zilla::App::Command::bakeini 0.001001 → 0.002000 + - Dist::Zilla::PluginBundle::Author::KENTNL 2.017002 → 2.024001 + + [Removed / develop requires] + - Dist::Zilla::Plugin::EOLTests + - Dist::Zilla::Plugin::ReadmeFromPod + +0.002001 2014-08-16T02:13:11Z [Added / develop requires] - Dist::Zilla::Plugin::Git::Contributors 0.006 diff --git a/misc/Changes.deps.opt b/misc/Changes.deps.opt index c8d437a..42cdb7f 100644 --- a/misc/Changes.deps.opt +++ b/misc/Changes.deps.opt @@ -1,6 +1,17 @@ This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test) -0.002001 +0.002002 + [Added / test recommends] + - Moose 2.000 + + [Changed / configure recommends] + - ExtUtils::MakeMaker 6.98 → 7.00 + + [Changed / test recommends] + - ExtUtils::MakeMaker 6.98 → 7.00 + - Test::More 1.001003 → 0.99 + +0.002001 2014-08-16T02:13:11Z [Changed / test recommends] - CPAN::Meta 0 → 2.120900 diff --git a/misc/built_with.json b/misc/built_with.json new file mode 100644 index 0000000..8d37c0f --- /dev/null +++ b/misc/built_with.json @@ -0,0 +1,91 @@ +{ + "modules" : { + "CPAN::Meta" : "2.150001", + "CPAN::Meta::Requirements" : "2.133", + "Dist::Zilla" : "5.034", + "Dist::Zilla::App::Command::bakeini" : "0.002000", + "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.004002", + "Dist::Zilla::Plugin::Author::KENTNL::TravisCI" : "0.001002", + "Dist::Zilla::Plugin::Authority" : "1.009", + "Dist::Zilla::Plugin::AutoPrereqs" : "5.034", + "Dist::Zilla::Plugin::Bootstrap::lib" : "1.001000", + "Dist::Zilla::Plugin::BumpVersionAfterRelease" : "0.009", + "Dist::Zilla::Plugin::ConfirmRelease" : "5.034", + "Dist::Zilla::Plugin::CopyFilesFromBuild" : "0.150250", + "Dist::Zilla::Plugin::Git::Check" : "2.033", + "Dist::Zilla::Plugin::Git::Commit" : "2.033", + "Dist::Zilla::Plugin::Git::CommitBuild" : "2.033", + "Dist::Zilla::Plugin::Git::Contributors" : "0.011", + "Dist::Zilla::Plugin::Git::GatherDir" : "2.033", + "Dist::Zilla::Plugin::Git::NextRelease" : "0.004000", + "Dist::Zilla::Plugin::Git::Tag" : "2.033", + "Dist::Zilla::Plugin::GithubMeta" : "0.48", + "Dist::Zilla::Plugin::License" : "5.034", + "Dist::Zilla::Plugin::MakeMaker" : "5.034", + "Dist::Zilla::Plugin::Manifest" : "5.034", + "Dist::Zilla::Plugin::ManifestSkip" : "5.034", + "Dist::Zilla::Plugin::MetaConfig" : "5.034", + "Dist::Zilla::Plugin::MetaData::BuiltWith" : "1.004002", + "Dist::Zilla::Plugin::MetaJSON" : "5.034", + "Dist::Zilla::Plugin::MetaProvides::Package" : "2.003001", + "Dist::Zilla::Plugin::MetaTests" : "5.034", + "Dist::Zilla::Plugin::MetaYAML" : "5.034", + "Dist::Zilla::Plugin::MinimumPerl" : "1.006", + "Dist::Zilla::Plugin::PodCoverageTests" : "5.034", + "Dist::Zilla::Plugin::PodSyntaxTests" : "5.034", + "Dist::Zilla::Plugin::PodWeaver" : "4.006", + "Dist::Zilla::Plugin::Prereqs" : "5.034", + "Dist::Zilla::Plugin::Prereqs::AuthorDeps" : "0.004", + "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled" : "0.003001", + "Dist::Zilla::Plugin::Prereqs::Upgrade" : "0.001000", + "Dist::Zilla::Plugin::Readme::Brief" : "0.002005", + "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.150250", + "Dist::Zilla::Plugin::RewriteVersion::Sanitized" : "0.001005", + "Dist::Zilla::Plugin::RunExtraTests" : "0.026", + "Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.009", + "Dist::Zilla::Plugin::Test::Compile::PerFile" : "0.003000", + "Dist::Zilla::Plugin::Test::EOL" : "0.17", + "Dist::Zilla::Plugin::Test::Kwalitee" : "2.11", + "Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000006", + "Dist::Zilla::Plugin::Test::Perl::Critic" : "3.000", + "Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.021", + "Dist::Zilla::Plugin::TestRelease" : "5.034", + "Dist::Zilla::Plugin::Twitter" : "0.026", + "Dist::Zilla::Plugin::UploadToCPAN" : "5.034", + "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.024001", + "Dist::Zilla::Role::PluginBundle" : "5.034", + "ExtUtils::MakeMaker" : "7.04", + "File::Spec" : "3.53", + "Moose" : "2.1403", + "Moose::Role" : "2.1403", + "Pod::Coverage::TrustPod" : "0.100003", + "Test::CPAN::Changes" : "0.30", + "Test::CPAN::Meta" : "0.24", + "Test::EOL" : "1.5", + "Test::Kwalitee" : "1.22", + "Test::More" : "1.301001_108", + "Test::Pod" : "1.48", + "Test::Pod::Coverage" : "1.10", + "strict" : "1.09", + "warnings" : "1.31" + }, + "perl" : { + "original" : "v5.21.9", + "qv" : 1, + "version" : [ + 5, + 21, + 9 + ] + }, + "perl-config" : { + "gccversion" : "4.9.2", + "git_commit_date" : "2015-02-10 17:02:59 +1100", + "git_commit_id" : "5904c5c0c031fad19e61f5d279d624a91a196e02", + "git_describe" : "v5.21.8-270-g5904c5c", + "myarchname" : "x86_64-linux", + "osname" : "linux" + }, + "platform" : "linux", + "uname" : "Linux 4.0.0-gentoo x86_64 GenuineIntel GNU/Linux" +} diff --git a/perlcritic.rc b/perlcritic.rc index 7c718e2..fe90c89 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,13 +296,15 @@ allowed_pragmata = diagnostics feature perlversion strict warnings utf8 [RegularExpressions::ProhibitUnusualDelimiters] +[RegularExpressions::ProhibitUselessTopic] + [RegularExpressions::RequireBracesForMultiline] [RegularExpressions::RequireDotMatchAnything] [RegularExpressions::RequireExtendedFormatting] -[RegularExpressions::RequireLineBoundaryMatching] +[-RegularExpressions::RequireLineBoundaryMatching] [Subroutines::ProhibitAmpersandSigils] diff --git a/t/00-compile/lib_Dist_Zilla_Role_BundleDeps_pm.t b/t/00-compile/lib_Dist_Zilla_Role_BundleDeps_pm.t index ce87762..a9fc120 100644 --- a/t/00-compile/lib_Dist_Zilla_Role_BundleDeps_pm.t +++ b/t/00-compile/lib_Dist_Zilla_Role_BundleDeps_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 6543728..ed9a5e2 100644 --- a/t/00-report-prereqs.dd +++ b/t/00-report-prereqs.dd @@ -1,26 +1,33 @@ 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' => '0.99' + }, 'requires' => { + 'Dist::Zilla' => '5', + 'Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes' => '0.004002', + 'Dist::Zilla::Plugin::Author::KENTNL::TravisCI' => '0.001002', 'Dist::Zilla::Plugin::Authority' => '1.006', 'Dist::Zilla::Plugin::AutoPrereqs' => '0', + 'Dist::Zilla::Plugin::Bootstrap::lib' => '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', @@ -28,7 +35,7 @@ do { my $x = { 'Dist::Zilla::Plugin::Manifest' => '0', 'Dist::Zilla::Plugin::ManifestSkip' => '0', 'Dist::Zilla::Plugin::MetaConfig' => '0', - 'Dist::Zilla::Plugin::MetaData::BuiltWith' => '0', + 'Dist::Zilla::Plugin::MetaData::BuiltWith' => '1.004000', 'Dist::Zilla::Plugin::MetaJSON' => '0', 'Dist::Zilla::Plugin::MetaProvides::Package' => '1.14000001', 'Dist::Zilla::Plugin::MetaTests' => '0', @@ -38,13 +45,16 @@ 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::Prereqs::Upgrade' => '0', + 'Dist::Zilla::Plugin::Readme::Brief' => '0', 'Dist::Zilla::Plugin::ReadmeAnyFromPod' => '0', - 'Dist::Zilla::Plugin::ReadmeFromPod' => '0', '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', @@ -55,37 +65,40 @@ do { my $x = { 'Pod::Coverage::TrustPod' => '0', 'Test::CPAN::Changes' => '0.19', 'Test::CPAN::Meta' => '0', - 'Test::Kwalitee' => '1.12', + 'Test::EOL' => '0', + 'Test::Kwalitee' => '1.21', + 'Test::More' => '0.88', 'Test::Pod' => '1.41', 'Test::Pod::Coverage' => '1.08' }, 'suggests' => { - 'Dist::Zilla::App::Command::bakeini' => '0.001001', - 'Dist::Zilla::PluginBundle::Author::KENTNL' => '2.017002' + 'Dist::Zilla::App::Command::bakeini' => '0.002000', + 'Dist::Zilla::PluginBundle::Author::KENTNL' => '2.024001' } }, 'runtime' => { 'requires' => { 'CPAN::Meta::Requirements' => '0', 'Moose::Role' => '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', + 'Moose' => '2.000', + 'Test::More' => '0.99' }, 'requires' => { 'Dist::Zilla::Role::PluginBundle' => '0', 'ExtUtils::MakeMaker' => '0', 'File::Spec' => '0', 'Moose' => '0', - 'Test::More' => '0.89' + 'Test::More' => '0.89', + 'perl' => '5.006' } } }; diff --git a/t/00-report-prereqs.t b/t/00-report-prereqs.t index 402b3d9..d8d15ba 100644 --- a/t/00-report-prereqs.t +++ b/t/00-report-prereqs.t @@ -3,7 +3,7 @@ use strict; use warnings; -# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.019 +# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.021 use Test::More tests => 1; @@ -150,9 +150,16 @@ for my $phase ( qw(configure build test runtime develop other) ) { my $ml = _max( map { length $_->[0] } @reports ); my $wl = _max( map { length $_->[1] } @reports ); my $hl = _max( map { length $_->[2] } @reports ); - splice @reports, 1, 0, ["-" x $ml, "-" x $wl, "-" x $hl]; - push @full_reports, map { sprintf(" %*s %*s %*s\n", -$ml, $_->[0], $wl, $_->[1], $hl, $_->[2]) } @reports; + if ($type eq 'modules') { + splice @reports, 1, 0, ["-" x $ml, "", "-" x $hl]; + push @full_reports, map { sprintf(" %*s %*s\n", -$ml, $_->[0], $hl, $_->[2]) } @reports; + } + else { + splice @reports, 1, 0, ["-" x $ml, "-" x $wl, "-" x $hl]; + push @full_reports, map { sprintf(" %*s %*s %*s\n", -$ml, $_->[0], $wl, $_->[1], $hl, $_->[2]) } @reports; + } + push @full_reports, "\n"; } } diff --git a/xt/author/eol.t b/xt/author/eol.t new file mode 100644 index 0000000..a895ac6 --- /dev/null +++ b/xt/author/eol.t @@ -0,0 +1,18 @@ +use strict; +use warnings; + +# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.17 + +use Test::More 0.88; +use Test::EOL; + +my @files = ( + 'lib/Dist/Zilla/Role/BundleDeps.pm', + 't/00-compile/lib_Dist_Zilla_Role_BundleDeps_pm.t', + 't/00-report-prereqs.dd', + 't/00-report-prereqs.t', + 't/01_basic.t' +); + +eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files; +done_testing; diff --git a/xt/release/eol.t b/xt/release/eol.t deleted file mode 100644 index d13c49d..0000000 --- a/xt/release/eol.t +++ /dev/null @@ -1,8 +0,0 @@ -use strict; -use warnings; -use Test::More; - -eval 'use Test::EOL'; -plan skip_all => 'Test::EOL required' if $@; - -all_perl_files_ok({ trailing_whitespace => 1 }); diff --git a/xt/release/kwalitee.t b/xt/release/kwalitee.t index 13cecfa..bcbce84 100644 --- a/xt/release/kwalitee.t +++ b/xt/release/kwalitee.t @@ -1,4 +1,9 @@ -# this test was generated with Dist::Zilla::Plugin::Test::Kwalitee 2.07 +# this test was generated with Dist::Zilla::Plugin::Test::Kwalitee 2.11 use strict; use warnings; -use Test::Kwalitee; +use Test::More 0.88; +use Test::Kwalitee 1.21 'kwalitee_ok'; + +kwalitee_ok(); + +done_testing;