diff --git a/.gitignore b/.gitignore index 08ad352..f0c4698 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,12 @@ -.build -Dist-Zilla-Plugin-MetaProvides* +/.build +/Dist-Zilla-Plugin-MetaProvides-Package-* +/META.json +/MYMETA.json +/META.yml +/MYMETA.yml +/Makefile +/Makefile.old *.swp -tmp/ +/tmp/ +/blib/ +/pm_to_blib diff --git a/.travis.yml b/.travis.yml index f85ee18..7c23036 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_script: branches: only: - master - - build/master + - builds - releases install: - time perl ./maint-travis-ci/install_deps_early.pl @@ -20,38 +20,38 @@ install: language: perl matrix: allow_failures: - - perl: 5.8 + - 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 + perl: '5.21' - env: STERILIZE_ENV=1 - perl: 5.21 + perl: '5.21' - env: STERILIZE_ENV=0 - perl: 5.8 + perl: '5.8' - env: STERILIZE_ENV=0 - perl: 5.10 + perl: '5.10' - env: STERILIZE_ENV=0 - perl: 5.12 + perl: '5.12' - env: STERILIZE_ENV=0 - perl: 5.14 + perl: '5.14' - env: STERILIZE_ENV=0 - perl: 5.16 + perl: '5.16' - env: STERILIZE_ENV=0 - perl: 5.20 + perl: '5.20' - env: STERILIZE_ENV=0 - perl: 5.21 + perl: '5.21' - env: STERILIZE_ENV=1 - perl: 5.8 + perl: '5.8' - env: STERILIZE_ENV=1 - perl: 5.10 + perl: '5.10' - env: STERILIZE_ENV=1 - perl: 5.20 + perl: '5.20' - env: STERILIZE_ENV=0 DEVELOPER_DEPS=1 - perl: 5.21 + perl: '5.21' - env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1 - perl: 5.21 + perl: '5.21' script: - time perl ./maint-travis-ci/script.pl sudo: false diff --git a/Changes b/Changes index ee63f13..99195cc 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,14 @@ Revision history for Dist-Zilla-Plugin-MetaProvides-Package +2.003002 2016-04-15T06:21:44Z 6ac5567 + - Remove QuickReference section as per #4 + - Enhance Synopsis documentation. + - Remove unhelpful private documentation + + [Dependencies::Stats] + - Dependencies changed since 2.003001, see misc/*.deps* for details + - develop: +5 ↑3 -1 (suggests: ↑2) + 2.003001 2015-01-15T18:39:26Z d96ad72 [Bugfix] - Avoid bug in Dzil <5.009 where Role::PPI doesn't load PPI::Document @@ -478,4 +487,3 @@ Revision history for Dist-Zilla-Plugin-MetaProvides-Package 1.0920012 2009-07-19T12:24:43Z - First version. - diff --git a/INSTALL.SKIP b/INSTALL.SKIP new file mode 100644 index 0000000..f8ecab9 --- /dev/null +++ b/INSTALL.SKIP @@ -0,0 +1,2 @@ +CONTRIBUTING\.pod$ +README\.pod$ diff --git a/LICENSE b/LICENSE index 8a16217..efe03f2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -This software is copyright (c) 2015 by Kent Fredric . +This software is copyright (c) 2016 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) 2015 by Kent Fredric . +This software is Copyright (c) 2016 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) 2015 by Kent Fredric . +This software is Copyright (c) 2016 by Kent Fredric . This is free software, licensed under: diff --git a/MANIFEST b/MANIFEST index 5d9a1ed..f2d8ee8 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,9 +1,10 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.031. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.043. .gitignore .mailmap .perltidyrc .travis.yml Changes +INSTALL.SKIP LICENSE MANIFEST META.json @@ -33,9 +34,9 @@ t/warn-missing-pkg.t weaver.ini xt/author/critic.t xt/author/eol.t +xt/author/pod-coverage.t +xt/author/pod-syntax.t xt/release/cpan-changes.t xt/release/distmeta.t xt/release/kwalitee.t xt/release/minimum-version.t -xt/release/pod-coverage.t -xt/release/pod-syntax.t diff --git a/META.json b/META.json index a9a0947..70e3cd2 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,7 @@ "Kent Fredric " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.031, CPAN::Meta::Converter version 2.143240", + "generated_by" : "Dist::Zilla version 5.043, CPAN::Meta::Converter version 2.150001", "license" : [ "perl_5" ], @@ -35,8 +35,9 @@ }, "requires" : { "Dist::Zilla" : "5", - "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.001001", - "Dist::Zilla::Plugin::Author::KENTNL::TravisCI" : "0", + "Dist::Zilla::Plugin::Author::KENTNL::CONTRIBUTING" : "0.001003", + "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", @@ -61,7 +62,7 @@ "Dist::Zilla::Plugin::MetaNoIndex" : "0", "Dist::Zilla::Plugin::MetaProvides::Package" : "1.14000001", "Dist::Zilla::Plugin::MetaTests" : "0", - "Dist::Zilla::Plugin::MetaYAML" : "0", + "Dist::Zilla::Plugin::MetaYAML::Minimal" : "0", "Dist::Zilla::Plugin::MinimumPerl" : "0", "Dist::Zilla::Plugin::PodCoverageTests" : "0", "Dist::Zilla::Plugin::PodSyntaxTests" : "0", @@ -72,6 +73,7 @@ "Dist::Zilla::Plugin::Prereqs::Upgrade" : "0", "Dist::Zilla::Plugin::Readme::Brief" : "0", "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0", + "Dist::Zilla::Plugin::RemovePrereqs::Provided" : "0", "Dist::Zilla::Plugin::RewriteVersion::Sanitized" : "0", "Dist::Zilla::Plugin::RunExtraTests" : "0", "Dist::Zilla::Plugin::Test::CPAN::Changes" : "0", @@ -84,18 +86,20 @@ "Dist::Zilla::Plugin::TestRelease" : "0", "Dist::Zilla::Plugin::Twitter" : "0", "Dist::Zilla::Plugin::UploadToCPAN" : "0", + "English" : "0", "Pod::Coverage::TrustPod" : "0", + "Software::License::Perl_5" : "0", "Test::CPAN::Changes" : "0.19", "Test::CPAN::Meta" : "0", "Test::EOL" : "0", "Test::Kwalitee" : "1.21", - "Test::More" : "0", + "Test::More" : "0.96", "Test::Pod" : "1.41", "Test::Pod::Coverage" : "1.08" }, "suggests" : { - "Dist::Zilla::App::Command::bakeini" : "0.002000", - "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.023002" + "Dist::Zilla::App::Command::bakeini" : "0.002005", + "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.025010" } }, "runtime" : { @@ -151,7 +155,7 @@ "provides" : { "Dist::Zilla::Plugin::MetaProvides::Package" : { "file" : "lib/Dist/Zilla/Plugin/MetaProvides/Package.pm", - "version" : "2.003001" + "version" : "2.003002" } }, "release_status" : "stable", @@ -166,23 +170,21 @@ "web" : "https://github.com/kentnl/Dist-Zilla-Plugin-MetaProvides-Package" } }, - "version" : "2.003001", + "version" : "2.003002", "x_BuiltWith" : { "external_file" : "misc/built_with.json" }, "x_Dist_Zilla" : { "perl" : { - "version" : "5.021006" + "version" : "5.022001" }, "plugins" : [ { "class" : "Dist::Zilla::Plugin::Bootstrap::lib", "config" : { "Dist::Zilla::Role::Bootstrap" : { - "distname" : "Dist-Zilla-Plugin-MetaProvides-Package", "fallback" : "0", - "try_built" : null, - "try_built_method" : "mtime" + "try_built" : null } }, "name" : "Bootstrap::lib", @@ -191,12 +193,12 @@ { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@Author::KENTNL/MetaConfig", - "version" : "5.031" + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::GithubMeta", "name" : "@Author::KENTNL/GithubMeta", - "version" : "0.46" + "version" : "0.54" }, { "class" : "Dist::Zilla::Plugin::MetaProvides::Package", @@ -206,18 +208,19 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "5.031" + "version" : "5.043" } ] }, "Dist::Zilla::Role::MetaProvider::Provider" : { + "Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.001010", "inherit_missing" : "1", "inherit_version" : "1", "meta_noindex" : "1" } }, "name" : "@Author::KENTNL/MetaProvides::Package", - "version" : "2.003001" + "version" : "2.003002" }, { "class" : "Dist::Zilla::Plugin::MetaData::BuiltWith", @@ -241,97 +244,128 @@ } }, "name" : "@Author::KENTNL/MetaData::BuiltWith", - "version" : "1.004001" + "version" : "1.004002" }, { "class" : "Dist::Zilla::Plugin::Git::Contributors", "config" : { "Dist::Zilla::Plugin::Git::Contributors" : { - "include_authors" : "0", - "include_releaser" : "0", + "include_authors" : 0, + "include_releaser" : 0, "order_by" : "name", - "paths" : [] + "paths" : [ + "." + ] } }, "name" : "@Author::KENTNL/Git::Contributors", - "version" : "0.008" + "version" : "0.015" }, { "class" : "Dist::Zilla::Plugin::Git::GatherDir", "config" : { "Dist::Zilla::Plugin::GatherDir" : { "exclude_filename" : [ + "CONTRIBUTING.pod", + "LICENSE", + "Makefile.PL", "README", "README.mkdn", - "README.pod", - "LICENSE" + "README.pod" ], "exclude_match" : [], - "follow_symlinks" : "0", - "include_dotfiles" : "1", + "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" : "." + "include_untracked" : 0 } }, "name" : "@Author::KENTNL/Git::GatherDir", - "version" : "2.029" + "version" : "2.036" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@Author::KENTNL/License", - "version" : "5.031" + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@Author::KENTNL/MetaJSON", - "version" : "5.031" + "version" : "5.043" }, { - "class" : "Dist::Zilla::Plugin::MetaYAML", - "name" : "@Author::KENTNL/MetaYAML", - "version" : "5.031" + "class" : "Dist::Zilla::Plugin::MetaYAML::Minimal", + "config" : { + "Dist::Zilla::Plugin::MetaYAML::Minimal" : { + "filename" : "META.yml", + "version" : "1.4" + } + }, + "name" : "@Author::KENTNL/MetaYAML::Minimal", + "version" : "0.001000" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@Author::KENTNL/Manifest", - "version" : "5.031" + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::Author::KENTNL::TravisCI", "name" : "@Author::KENTNL/Author::KENTNL::TravisCI", - "version" : "0.001000" + "version" : "0.001002" + }, + { + "class" : "Dist::Zilla::Plugin::Author::KENTNL::CONTRIBUTING", + "config" : { + "Dist::Zilla::Plugin::Author::KENTNL::CONTRIBUTING" : { + "document_version" : "0.1" + }, + "Dist::Zilla::Plugin::GenerateFile::FromShareDir" : { + "destination_filename" : "CONTRIBUTING.pod", + "dist" : "Dist-Zilla-Plugin-Author-KENTNL-CONTRIBUTING", + "encoding" : "UTF-8", + "location" : "root", + "phase" : "build", + "source_filename" : "contributing-0.1.pod", + "version" : "0.009" + }, + "Dist::Zilla::Role::RepoFileInjector" : { + "allow_overwrite" : 1, + "repo_root" : ".", + "version" : "0.005" + } + }, + "name" : "@Author::KENTNL/Author::KENTNL::CONTRIBUTING", + "version" : "0.001005" }, { "class" : "Dist::Zilla::Plugin::CopyFilesFromBuild", "name" : "@Author::KENTNL/CopyXBuild", - "version" : "0.103510" + "version" : "0.151680" }, { "class" : "Dist::Zilla::Plugin::MetaTests", "name" : "@Author::KENTNL/MetaTests", - "version" : "5.031" + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::PodCoverageTests", "name" : "@Author::KENTNL/PodCoverageTests", - "version" : "5.031" + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@Author::KENTNL/PodSyntaxTests", - "version" : "5.031" + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs", "name" : "@Author::KENTNL/Test::ReportPrereqs", - "version" : "0.019" + "version" : "0.024" }, { "class" : "Dist::Zilla::Plugin::Test::Kwalitee", @@ -342,27 +376,33 @@ } }, "name" : "@Author::KENTNL/Test::Kwalitee", - "version" : "2.11" + "version" : "2.12" }, { "class" : "Dist::Zilla::Plugin::Test::EOL", "config" : { "Dist::Zilla::Plugin::Test::EOL" : { - "filename" : "xt/author/eol.t" + "filename" : "xt/author/eol.t", + "finder" : [ + ":InstallModules", + ":ExecFiles", + ":TestFiles" + ], + "trailing_whitespace" : "1" } }, "name" : "@Author::KENTNL/Test::EOL", - "version" : "0.16" + "version" : "0.18" }, { "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.031" + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::Test::Compile::PerFile", @@ -384,16 +424,25 @@ { "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.031" + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::RewriteVersion::Sanitized", "config" : { + "Dist::Zilla::Plugin::RewriteVersion" : { + "add_tarball_name" : 0, + "finders" : [ + ":ExecFiles", + ":InstallModules" + ], + "global" : 0, + "skip_version_provider" : 0 + }, "Dist::Zilla::Role::Version::Sanitize" : { "mantissa" : "6", "normal_form" : "numify" @@ -414,107 +463,107 @@ { "class" : "Pod::Weaver::Plugin::EnsurePod5", "name" : "@CorePrep/EnsurePod5", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Plugin::H1Nester", "name" : "@CorePrep/H1Nester", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Plugin::SingleEncoding", "name" : "-SingleEncoding", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Name", "name" : "Name", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Version", "name" : "Version", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Region", "name" : "prelude", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "SYNOPSIS", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "DESCRIPTION", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "QUICK REFERENCE", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "NAMING_SCHEME", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "OVERVIEW", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "ROLES", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "ROLEMETHODS", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "METHODS", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "ATTRIBUTES", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "PRIVATE_ATTRIBUTES", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "PRIVATE_METHODS", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Leftovers", "name" : "Leftovers", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Region", "name" : "postlude", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Authors", "name" : "Authors", - "version" : "4.010" + "version" : "4.012" }, { "class" : "Pod::Weaver::Section::Legal", "name" : "Legal", - "version" : "4.010" + "version" : "4.012" } ] } @@ -525,7 +574,7 @@ { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@Author::KENTNL/AutoPrereqs", - "version" : "5.031" + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -536,12 +585,12 @@ } }, "name" : "@Author::KENTNL/BundleDevelSuggests", - "version" : "5.031" + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::Prereqs::AuthorDeps", "name" : "@Author::KENTNL/Prereqs::AuthorDeps", - "version" : "0.004" + "version" : "0.005" }, { "class" : "Dist::Zilla::Plugin::MinimumPerl", @@ -561,27 +610,32 @@ } }, "name" : "@Author::KENTNL/MakeMaker", - "version" : "5.031" + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes", "name" : "@Author::KENTNL/Author::KENTNL::RecommendFixes", - "version" : "0.004001" + "version" : "0.005001" }, { "class" : "Dist::Zilla::Plugin::Readme::Brief", "name" : "@Author::KENTNL/ShippedReadme", - "version" : "0.002002" + "version" : "0.002005" }, { "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod", + "config" : { + "Dist::Zilla::Role::FileWatcher" : { + "version" : "0.006" + } + }, "name" : "@Author::KENTNL/ReadmeAnyFromPod", - "version" : "0.142470" + "version" : "0.160630" }, { "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes", "name" : "@Author::KENTNL/Test::CPAN::Changes", - "version" : "0.008" + "version" : "0.009" }, { "class" : "Dist::Zilla::Plugin::RunExtraTests", @@ -591,17 +645,17 @@ } }, "name" : "@Author::KENTNL/RunExtraTests", - "version" : "0.025" + "version" : "0.028" }, { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@Author::KENTNL/TestRelease", - "version" : "5.031" + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@Author::KENTNL/ConfirmRelease", - "version" : "5.031" + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::Git::Check", @@ -611,8 +665,8 @@ }, "Dist::Zilla::Role::Git::DirtyFiles" : { "allow_dirty" : [ - "dist.ini", - "Changes" + "Changes", + "dist.ini" ], "allow_dirty_match" : [], "changelog" : "Changes" @@ -622,71 +676,90 @@ } }, "name" : "@Author::KENTNL/Git::Check", - "version" : "2.029" + "version" : "2.036" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", "config" : { "Dist::Zilla::Plugin::Git::Commit" : { "add_files_in" : [], - "commit_msg" : "v%v%n%n%c", - "time_zone" : "local" + "commit_msg" : "v%v%n%n%c" }, "Dist::Zilla::Role::Git::DirtyFiles" : { "allow_dirty" : [ - "dist.ini", - "Changes" + "Changes", + "dist.ini" ], "allow_dirty_match" : [], "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { "repo_root" : "." + }, + "Dist::Zilla::Role::Git::StringFormatter" : { + "time_zone" : "local" } }, "name" : "@Author::KENTNL/commit_dirty_files", - "version" : "2.029" + "version" : "2.036" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", "config" : { "Dist::Zilla::Plugin::Git::Tag" : { "branch" : null, + "changelog" : "Changes", "signed" : 0, - "tag" : "2.003001-source", + "tag" : "2.003002-source", "tag_format" : "%v-source", - "tag_message" : "v%v", - "time_zone" : "local" + "tag_message" : "v%v" }, "Dist::Zilla::Role::Git::Repo" : { "repo_root" : "." + }, + "Dist::Zilla::Role::Git::StringFormatter" : { + "time_zone" : "local" } }, "name" : "@Author::KENTNL/tag_master", - "version" : "2.029" + "version" : "2.036" }, { "class" : "Dist::Zilla::Plugin::Git::NextRelease", + "config" : { + "Dist::Zilla::Plugin::Git::NextRelease" : { + "default_branch" : "master" + } + }, "name" : "@Author::KENTNL/Git::NextRelease", "version" : "0.004000" }, { "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease", + "config" : { + "Dist::Zilla::Plugin::BumpVersionAfterRelease" : { + "finders" : [ + ":ExecFiles", + ":InstallModules" + ], + "global" : 0, + "munge_makefile_pl" : 1 + } + }, "name" : "@Author::KENTNL/BumpVersionAfterRelease", - "version" : "0.008" + "version" : "0.012" }, { "class" : "Dist::Zilla::Plugin::Git::Commit", "config" : { "Dist::Zilla::Plugin::Git::Commit" : { "add_files_in" : [], - "commit_msg" : "v%v%n%n%c", - "time_zone" : "local" + "commit_msg" : "v%v%n%n%c" }, "Dist::Zilla::Role::Git::DirtyFiles" : { "allow_dirty" : [ - "dist.ini", - "Changes" + "Changes", + "dist.ini" ], "allow_dirty_match" : [ "(?^u:^lib/)" @@ -695,16 +768,19 @@ }, "Dist::Zilla::Role::Git::Repo" : { "repo_root" : "." + }, + "Dist::Zilla::Role::Git::StringFormatter" : { + "time_zone" : "local" } }, "name" : "@Author::KENTNL/commit_release_changes", - "version" : "2.029" + "version" : "2.036" }, { "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, @@ -716,30 +792,33 @@ } }, "name" : "@Author::KENTNL/Git::CommitBuild", - "version" : "2.029" + "version" : "2.036" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", "config" : { "Dist::Zilla::Plugin::Git::Tag" : { "branch" : "releases", + "changelog" : "Changes", "signed" : 0, - "tag" : "2.003001", + "tag" : "2.003002", "tag_format" : "%v", - "tag_message" : "v%v", - "time_zone" : "local" + "tag_message" : "v%v" }, "Dist::Zilla::Role::Git::Repo" : { "repo_root" : "." + }, + "Dist::Zilla::Role::Git::StringFormatter" : { + "time_zone" : "local" } }, "name" : "@Author::KENTNL/tag_release", - "version" : "2.029" + "version" : "2.036" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@Author::KENTNL/UploadToCPAN", - "version" : "5.031" + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::Twitter", @@ -787,6 +866,11 @@ "name" : "@Author::KENTNL/always_latest_develop_bundle", "version" : "0.003001" }, + { + "class" : "Dist::Zilla::Plugin::RemovePrereqs::Provided", + "name" : "@Author::KENTNL/RemovePrereqs::Provided", + "version" : "0.001000" + }, { "class" : "Dist::Zilla::Plugin::Prereqs", "config" : { @@ -796,7 +880,7 @@ } }, "name" : "@Author::KENTNL/::Role::BundleDeps", - "version" : "5.031" + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -807,7 +891,7 @@ } }, "name" : "RuntimeRequires", - "version" : "5.031" + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -818,7 +902,7 @@ } }, "name" : "RuntimeSuggests", - "version" : "5.031" + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -829,7 +913,7 @@ } }, "name" : "DevelopRequires", - "version" : "5.031" + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -840,7 +924,7 @@ } }, "name" : "TestRequires", - "version" : "5.031" + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -851,57 +935,67 @@ } }, "name" : "TestSuggests", - "version" : "5.031" + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::MetaNoIndex", "name" : "MetaNoIndex", - "version" : "5.031" + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "5.031" + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "5.031" + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "5.031" + "version" : "5.043" + }, + { + "class" : "Dist::Zilla::Plugin::FinderCode", + "name" : ":ExtraTestFiles", + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "5.031" + "version" : "5.043" + }, + { + "class" : "Dist::Zilla::Plugin::FinderCode", + "name" : ":PerlExecFiles", + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "5.031" + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "5.031" + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "5.031" + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "5.031" + "version" : "5.043" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "5.031" + "version" : "5.043" } ], "zilla" : { @@ -909,7 +1003,7 @@ "config" : { "is_trial" : "0" }, - "version" : "5.031" + "version" : "5.043" } }, "x_authority" : "cpan:KENTNL" diff --git a/META.yml b/META.yml index 137af2d..b1fc515 100644 --- a/META.yml +++ b/META.yml @@ -16,7 +16,7 @@ configure_requires: ExtUtils::MakeMaker: '0' perl: '5.008' dynamic_config: 0 -generated_by: 'Dist::Zilla version 5.031, CPAN::Meta::Converter version 2.143240' +generated_by: 'Dist::Zilla version 5.043, CPAN::Meta::Converter version 2.150001' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -29,7 +29,7 @@ no_index: provides: Dist::Zilla::Plugin::MetaProvides::Package: file: lib/Dist/Zilla/Plugin/MetaProvides/Package.pm - version: '2.003001' + version: '2.003002' recommends: Moose: '2.000' requires: @@ -55,574 +55,4 @@ resources: bugtracker: https://github.com/kentnl/Dist-Zilla-Plugin-MetaProvides-Package/issues homepage: https://github.com/kentnl/Dist-Zilla-Plugin-MetaProvides-Package repository: https://github.com/kentnl/Dist-Zilla-Plugin-MetaProvides-Package.git -version: '2.003001' -x_BuiltWith: - external_file: misc/built_with.json -x_Dist_Zilla: - perl: - version: '5.021006' - plugins: - - - class: Dist::Zilla::Plugin::Bootstrap::lib - config: - Dist::Zilla::Role::Bootstrap: - distname: Dist-Zilla-Plugin-MetaProvides-Package - fallback: '0' - try_built: ~ - try_built_method: mtime - name: Bootstrap::lib - version: '1.001000' - - - class: Dist::Zilla::Plugin::MetaConfig - name: '@Author::KENTNL/MetaConfig' - version: '5.031' - - - class: Dist::Zilla::Plugin::GithubMeta - name: '@Author::KENTNL/GithubMeta' - version: '0.46' - - - class: Dist::Zilla::Plugin::MetaProvides::Package - config: - Dist::Zilla::Plugin::MetaProvides::Package: - finder_objects: - - - class: Dist::Zilla::Plugin::FinderCode - name: '@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '5.031' - Dist::Zilla::Role::MetaProvider::Provider: - inherit_missing: '1' - inherit_version: '1' - meta_noindex: '1' - name: '@Author::KENTNL/MetaProvides::Package' - 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: - uname_args: - - -s - - -o - - -r - - -m - - -i - uname_call: uname - use_external_file: only - name: '@Author::KENTNL/MetaData::BuiltWith' - version: '1.004001' - - - class: Dist::Zilla::Plugin::Git::Contributors - config: - Dist::Zilla::Plugin::Git::Contributors: - include_authors: '0' - include_releaser: '0' - order_by: name - paths: [] - name: '@Author::KENTNL/Git::Contributors' - 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.029' - - - class: Dist::Zilla::Plugin::License - name: '@Author::KENTNL/License' - version: '5.031' - - - class: Dist::Zilla::Plugin::MetaJSON - name: '@Author::KENTNL/MetaJSON' - version: '5.031' - - - class: Dist::Zilla::Plugin::MetaYAML - name: '@Author::KENTNL/MetaYAML' - version: '5.031' - - - class: Dist::Zilla::Plugin::Manifest - name: '@Author::KENTNL/Manifest' - version: '5.031' - - - class: Dist::Zilla::Plugin::Author::KENTNL::TravisCI - name: '@Author::KENTNL/Author::KENTNL::TravisCI' - version: '0.001000' - - - class: Dist::Zilla::Plugin::CopyFilesFromBuild - name: '@Author::KENTNL/CopyXBuild' - version: '0.103510' - - - class: Dist::Zilla::Plugin::MetaTests - name: '@Author::KENTNL/MetaTests' - version: '5.031' - - - class: Dist::Zilla::Plugin::PodCoverageTests - name: '@Author::KENTNL/PodCoverageTests' - version: '5.031' - - - class: Dist::Zilla::Plugin::PodSyntaxTests - name: '@Author::KENTNL/PodSyntaxTests' - version: '5.031' - - - class: Dist::Zilla::Plugin::Test::ReportPrereqs - name: '@Author::KENTNL/Test::ReportPrereqs' - version: '0.019' - - - 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.11' - - - class: Dist::Zilla::Plugin::Test::EOL - config: - Dist::Zilla::Plugin::Test::EOL: - filename: xt/author/eol.t - name: '@Author::KENTNL/Test::EOL' - version: '0.16' - - - class: Dist::Zilla::Plugin::Test::MinimumVersion - name: '@Author::KENTNL/Test::MinimumVersion' - version: '2.000005' - - - class: Dist::Zilla::Plugin::FinderCode - name: '@Author::KENTNL/Test::Compile::PerFile/AUTOVIV/:InstallModulesPM' - version: '5.031' - - - class: Dist::Zilla::Plugin::Test::Compile::PerFile - config: - Dist::Zilla::Plugin::Test::Compile::PerFile: - file: - - lib/Dist/Zilla/Plugin/MetaProvides/Package.pm - path_translator: base64_filter - prefix: t/00-compile - skip: [] - test_template: 01-basic.t.tpl - xt_mode: ~ - name: '@Author::KENTNL/Test::Compile::PerFile' - version: '0.003000' - - - class: Dist::Zilla::Plugin::Test::Perl::Critic - name: '@Author::KENTNL/Test::Perl::Critic' - version: '2.112410' - - - class: Dist::Zilla::Plugin::ManifestSkip - name: '@Author::KENTNL/ManifestSkip' - version: '5.031' - - - class: Dist::Zilla::Plugin::RewriteVersion::Sanitized - config: - Dist::Zilla::Role::Version::Sanitize: - mantissa: '6' - normal_form: numify - name: '@Author::KENTNL/RewriteVersion::Sanitized' - version: '0.001005' - - - class: Dist::Zilla::Plugin::PodWeaver - config: - Dist::Zilla::Plugin::PodWeaver: - finder: - - ':InstallModules' - - ':ExecFiles' - plugins: - - - class: Pod::Weaver::Plugin::EnsurePod5 - name: '@CorePrep/EnsurePod5' - version: '4.010' - - - class: Pod::Weaver::Plugin::H1Nester - name: '@CorePrep/H1Nester' - version: '4.010' - - - class: Pod::Weaver::Plugin::SingleEncoding - name: -SingleEncoding - version: '4.010' - - - class: Pod::Weaver::Section::Name - name: Name - version: '4.010' - - - class: Pod::Weaver::Section::Version - name: Version - version: '4.010' - - - class: Pod::Weaver::Section::Region - name: prelude - version: '4.010' - - - class: Pod::Weaver::Section::Generic - name: SYNOPSIS - version: '4.010' - - - class: Pod::Weaver::Section::Generic - name: DESCRIPTION - version: '4.010' - - - class: Pod::Weaver::Section::Generic - name: 'QUICK REFERENCE' - version: '4.010' - - - class: Pod::Weaver::Section::Generic - name: NAMING_SCHEME - version: '4.010' - - - class: Pod::Weaver::Section::Generic - name: OVERVIEW - version: '4.010' - - - class: Pod::Weaver::Section::Collect - name: ROLES - version: '4.010' - - - class: Pod::Weaver::Section::Collect - name: ROLEMETHODS - version: '4.010' - - - class: Pod::Weaver::Section::Collect - name: METHODS - version: '4.010' - - - class: Pod::Weaver::Section::Collect - name: ATTRIBUTES - version: '4.010' - - - class: Pod::Weaver::Section::Collect - name: PRIVATE_ATTRIBUTES - version: '4.010' - - - class: Pod::Weaver::Section::Collect - name: PRIVATE_METHODS - version: '4.010' - - - class: Pod::Weaver::Section::Leftovers - name: Leftovers - version: '4.010' - - - class: Pod::Weaver::Section::Region - name: postlude - version: '4.010' - - - class: Pod::Weaver::Section::Authors - name: Authors - version: '4.010' - - - class: Pod::Weaver::Section::Legal - name: Legal - version: '4.010' - name: '@Author::KENTNL/PodWeaver' - version: '4.006' - - - class: Dist::Zilla::Plugin::AutoPrereqs - name: '@Author::KENTNL/AutoPrereqs' - version: '5.031' - - - class: Dist::Zilla::Plugin::Prereqs - config: - Dist::Zilla::Plugin::Prereqs: - phase: develop - type: suggests - name: '@Author::KENTNL/BundleDevelSuggests' - version: '5.031' - - - 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.006' - - - class: Dist::Zilla::Plugin::Authority - name: '@Author::KENTNL/Authority' - version: '1.009' - - - class: Dist::Zilla::Plugin::MakeMaker - config: - Dist::Zilla::Role::TestRunner: - default_jobs: '10' - name: '@Author::KENTNL/MakeMaker' - version: '5.031' - - - class: Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes - name: '@Author::KENTNL/Author::KENTNL::RecommendFixes' - version: '0.004001' - - - class: Dist::Zilla::Plugin::Readme::Brief - name: '@Author::KENTNL/ShippedReadme' - version: '0.002002' - - - class: Dist::Zilla::Plugin::ReadmeAnyFromPod - name: '@Author::KENTNL/ReadmeAnyFromPod' - version: '0.142470' - - - class: Dist::Zilla::Plugin::Test::CPAN::Changes - name: '@Author::KENTNL/Test::CPAN::Changes' - version: '0.008' - - - class: Dist::Zilla::Plugin::RunExtraTests - config: - Dist::Zilla::Role::TestRunner: - default_jobs: '10' - name: '@Author::KENTNL/RunExtraTests' - version: '0.025' - - - class: Dist::Zilla::Plugin::TestRelease - name: '@Author::KENTNL/TestRelease' - version: '5.031' - - - class: Dist::Zilla::Plugin::ConfirmRelease - name: '@Author::KENTNL/ConfirmRelease' - version: '5.031' - - - class: Dist::Zilla::Plugin::Git::Check - config: - Dist::Zilla::Plugin::Git::Check: - untracked_files: die - Dist::Zilla::Role::Git::DirtyFiles: - allow_dirty: - - dist.ini - - Changes - allow_dirty_match: [] - changelog: Changes - Dist::Zilla::Role::Git::Repo: - repo_root: . - name: '@Author::KENTNL/Git::Check' - version: '2.029' - - - class: Dist::Zilla::Plugin::Git::Commit - config: - Dist::Zilla::Plugin::Git::Commit: - add_files_in: [] - commit_msg: v%v%n%n%c - time_zone: local - Dist::Zilla::Role::Git::DirtyFiles: - allow_dirty: - - dist.ini - - Changes - allow_dirty_match: [] - changelog: Changes - Dist::Zilla::Role::Git::Repo: - repo_root: . - name: '@Author::KENTNL/commit_dirty_files' - version: '2.029' - - - class: Dist::Zilla::Plugin::Git::Tag - config: - Dist::Zilla::Plugin::Git::Tag: - branch: ~ - signed: 0 - tag: 2.003001-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.029' - - - class: Dist::Zilla::Plugin::Git::NextRelease - name: '@Author::KENTNL/Git::NextRelease' - version: '0.004000' - - - class: Dist::Zilla::Plugin::BumpVersionAfterRelease - name: '@Author::KENTNL/BumpVersionAfterRelease' - version: '0.008' - - - class: Dist::Zilla::Plugin::Git::Commit - config: - Dist::Zilla::Plugin::Git::Commit: - add_files_in: [] - commit_msg: v%v%n%n%c - time_zone: local - Dist::Zilla::Role::Git::DirtyFiles: - allow_dirty: - - dist.ini - - Changes - allow_dirty_match: - - (?^u:^lib/) - changelog: Changes - Dist::Zilla::Role::Git::Repo: - repo_root: . - name: '@Author::KENTNL/commit_release_changes' - version: '2.029' - - - class: Dist::Zilla::Plugin::Git::CommitBuild - config: - Dist::Zilla::Plugin::Git::CommitBuild: - branch: build/%b - build_root: ~ - message: 'Build results of %h (on %b)' - 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.029' - - - class: Dist::Zilla::Plugin::Git::Tag - config: - Dist::Zilla::Plugin::Git::Tag: - branch: releases - signed: 0 - tag: '2.003001' - tag_format: '%v' - tag_message: v%v - time_zone: local - Dist::Zilla::Role::Git::Repo: - repo_root: . - name: '@Author::KENTNL/tag_release' - version: '2.029' - - - class: Dist::Zilla::Plugin::UploadToCPAN - name: '@Author::KENTNL/UploadToCPAN' - version: '5.031' - - - class: Dist::Zilla::Plugin::Twitter - name: '@Author::KENTNL/Twitter' - version: '0.026' - - - class: Dist::Zilla::Plugin::Prereqs::Upgrade - config: - 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::Upgrade' - version: '0.001000' - - - class: Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled - config: - Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled: - applyto_map: - - 'develop.suggests = develop.suggests' - applyto_phase: - - develop - 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.003001' - - - class: Dist::Zilla::Plugin::Prereqs - config: - Dist::Zilla::Plugin::Prereqs: - phase: develop - type: requires - name: '@Author::KENTNL/::Role::BundleDeps' - version: '5.031' - - - class: Dist::Zilla::Plugin::Prereqs - config: - Dist::Zilla::Plugin::Prereqs: - phase: runtime - type: requires - name: RuntimeRequires - version: '5.031' - - - class: Dist::Zilla::Plugin::Prereqs - config: - Dist::Zilla::Plugin::Prereqs: - phase: runtime - type: suggests - name: RuntimeSuggests - version: '5.031' - - - class: Dist::Zilla::Plugin::Prereqs - config: - Dist::Zilla::Plugin::Prereqs: - phase: develop - type: requires - name: DevelopRequires - version: '5.031' - - - class: Dist::Zilla::Plugin::Prereqs - config: - Dist::Zilla::Plugin::Prereqs: - phase: test - type: requires - name: TestRequires - version: '5.031' - - - class: Dist::Zilla::Plugin::Prereqs - config: - Dist::Zilla::Plugin::Prereqs: - phase: test - type: suggests - name: TestSuggests - version: '5.031' - - - class: Dist::Zilla::Plugin::MetaNoIndex - name: MetaNoIndex - version: '5.031' - - - class: Dist::Zilla::Plugin::FinderCode - name: ':InstallModules' - version: '5.031' - - - class: Dist::Zilla::Plugin::FinderCode - name: ':IncModules' - version: '5.031' - - - class: Dist::Zilla::Plugin::FinderCode - name: ':TestFiles' - version: '5.031' - - - class: Dist::Zilla::Plugin::FinderCode - name: ':ExecFiles' - version: '5.031' - - - class: Dist::Zilla::Plugin::FinderCode - name: ':ShareFiles' - version: '5.031' - - - class: Dist::Zilla::Plugin::FinderCode - name: ':MainModule' - version: '5.031' - - - class: Dist::Zilla::Plugin::FinderCode - name: ':AllFiles' - version: '5.031' - - - class: Dist::Zilla::Plugin::FinderCode - name: ':NoFiles' - version: '5.031' - - - class: Dist::Zilla::Plugin::FinderCode - name: '@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '5.031' - zilla: - class: Dist::Zilla::Dist::Builder - config: - is_trial: '0' - version: '5.031' -x_authority: cpan:KENTNL +version: '2.003002' diff --git a/Makefile.PL b/Makefile.PL index 22388e7..0bdc961 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,4 @@ - -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.031. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.043. use strict; use warnings; @@ -7,8 +6,6 @@ use 5.008; use ExtUtils::MakeMaker; - - my %WriteMakefileArgs = ( "ABSTRACT" => "Extract namespaces/version from traditional packages for provides", "AUTHOR" => "Kent Fredric ", @@ -16,7 +13,6 @@ my %WriteMakefileArgs = ( "ExtUtils::MakeMaker" => 0 }, "DISTNAME" => "Dist-Zilla-Plugin-MetaProvides-Package", - "EXE_FILES" => [], "LICENSE" => "perl", "MIN_PERL_VERSION" => "5.008", "NAME" => "Dist::Zilla::Plugin::MetaProvides::Package", @@ -49,7 +45,7 @@ my %WriteMakefileArgs = ( "Test::Moose" => 0, "Test::More" => "0.96" }, - "VERSION" => "2.003001", + "VERSION" => "2.003002", "test" => { "TESTS" => "t/*.t t/00-compile/*.t" } @@ -94,6 +90,3 @@ delete $WriteMakefileArgs{CONFIGURE_REQUIRES} unless eval { ExtUtils::MakeMaker->VERSION(6.52) }; WriteMakefile(%WriteMakefileArgs); - - - diff --git a/README b/README index 24f57a9..d05a994 100644 --- a/README +++ b/README @@ -27,7 +27,7 @@ Should you wish to install this module manually, the procedure is COPYRIGHT AND LICENSE -This software is copyright (c) 2015 by Kent Fredric +This software is copyright (c) 2016 by Kent Fredric . This is free software; you can redistribute it and/or modify it under diff --git a/dist.ini b/dist.ini index 521ee47..635c344 100644 --- a/dist.ini +++ b/dist.ini @@ -36,21 +36,31 @@ order_by = name exclude_filename = README exclude_filename = README.mkdn exclude_filename = README.pod +exclude_filename = CONTRIBUTING.pod exclude_filename = LICENSE +exclude_filename = Makefile.PL include_dotfiles = 1 [License / @Author::KENTNL/License] [MetaJSON / @Author::KENTNL/MetaJSON] -[MetaYAML / @Author::KENTNL/MetaYAML] +[MetaYAML::Minimal / @Author::KENTNL/MetaYAML::Minimal] [Manifest / @Author::KENTNL/Manifest] [Author::KENTNL::TravisCI / @Author::KENTNL/Author::KENTNL::TravisCI] +:version = 0.001002 + +[Author::KENTNL::CONTRIBUTING / @Author::KENTNL/Author::KENTNL::CONTRIBUTING] +-location = root +-phase = build +:version = 0.001003 +document_version = 0.1 [CopyFilesFromBuild / @Author::KENTNL/CopyXBuild] copy = LICENSE +copy = Makefile.PL [MetaTests / @Author::KENTNL/MetaTests] @@ -86,7 +96,7 @@ replacer = replace_with_blank -phase = develop -type = suggests Dist::Zilla::App::Command::bakeini = 0.001000 -Dist::Zilla::PluginBundle::Author::KENTNL = 2.023002 +Dist::Zilla::PluginBundle::Author::KENTNL = 2.025010 [Prereqs::AuthorDeps / @Author::KENTNL/Prereqs::AuthorDeps] @@ -102,7 +112,7 @@ locate_comment = 1 default_jobs = 10 [Author::KENTNL::RecommendFixes / @Author::KENTNL/Author::KENTNL::RecommendFixes] -:version = 0.001001 +:version = 0.004002 [Readme::Brief / @Author::KENTNL/ShippedReadme] @@ -130,6 +140,7 @@ tag_format = %v-source [Git::NextRelease / @Author::KENTNL/Git::NextRelease] :version = 0.004000 +default_branch = master format = %v %{yyyy-MM-dd'T'HH:mm:ss}dZ %h time_zone = UTC @@ -139,6 +150,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] @@ -169,6 +181,8 @@ applyto_phase = develop modules = Dist::Zilla::PluginBundle::Author::KENTNL modules = Dist::Zilla::App::Command::bakeini +[RemovePrereqs::Provided / @Author::KENTNL/RemovePrereqs::Provided] + [Prereqs / @Author::KENTNL/::Role::BundleDeps] ;version_major = 1 ;version_minor = 12 @@ -179,8 +193,9 @@ modules = Dist::Zilla::App::Command::bakeini ;version_rel_time_zone = Pacific/Auckland -phase = develop -relationship = requires -Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes = 0.001001 -Dist::Zilla::Plugin::Author::KENTNL::TravisCI = 0 +Dist::Zilla::Plugin::Author::KENTNL::CONTRIBUTING = 0.001003 +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 @@ -203,7 +218,7 @@ Dist::Zilla::Plugin::MetaData::BuiltWith = 1.004000 Dist::Zilla::Plugin::MetaJSON = 0 Dist::Zilla::Plugin::MetaProvides::Package = 1.14000001 Dist::Zilla::Plugin::MetaTests = 0 -Dist::Zilla::Plugin::MetaYAML = 0 +Dist::Zilla::Plugin::MetaYAML::Minimal = 0 Dist::Zilla::Plugin::MinimumPerl = 0 Dist::Zilla::Plugin::PodCoverageTests = 0 Dist::Zilla::Plugin::PodSyntaxTests = 0 @@ -214,6 +229,7 @@ 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::RemovePrereqs::Provided = 0 Dist::Zilla::Plugin::RewriteVersion::Sanitized = 0 Dist::Zilla::Plugin::RunExtraTests = 0 Dist::Zilla::Plugin::Test::CPAN::Changes = 0 diff --git a/dist.ini.meta b/dist.ini.meta index 51b854b..1902de3 100644 --- a/dist.ini.meta +++ b/dist.ini.meta @@ -17,7 +17,6 @@ mantissa = 6 toolkit = eumm toolkit_hardness = soft bumpversions = 1 -copyfiles = LICENSE srcreadme = mkdn ;version_major = 1 ;version_minor = 12 diff --git a/lib/Dist/Zilla/Plugin/MetaProvides/Package.pm b/lib/Dist/Zilla/Plugin/MetaProvides/Package.pm index 202db97..fb7555f 100644 --- a/lib/Dist/Zilla/Plugin/MetaProvides/Package.pm +++ b/lib/Dist/Zilla/Plugin/MetaProvides/Package.pm @@ -4,7 +4,7 @@ use warnings; package Dist::Zilla::Plugin::MetaProvides::Package; -our $VERSION = '2.003001'; +our $VERSION = '2.003002'; # ABSTRACT: Extract namespaces/version from traditional packages for provides @@ -61,10 +61,6 @@ sub provides { return $self->_apply_meta_noindex(@records); } - - - - has '_package_blacklist' => ( isa => HashRef [Str], traits => [ 'Hash', ], @@ -75,14 +71,7 @@ has '_package_blacklist' => ( handles => { _blacklist_contains => 'exists', }, ); - - - - - - - - +# ->_packages_for( file ) => List[Dist::Zilla::MetaProvides::ProvideRecord] sub _packages_for { my ( $self, $file ) = @_; @@ -236,10 +225,6 @@ has finder => ( predicate => has_finder =>, ); - - - - has _finder_objects => ( isa => 'ArrayRef', is => ro =>, @@ -248,10 +233,6 @@ has _finder_objects => ( builder => _build_finder_objects =>, ); - - - - sub _vivify_installmodules_pm_finder { my ($self) = @_; my $name = $self->plugin_name; @@ -279,10 +260,6 @@ sub _vivify_installmodules_pm_finder { return $plugin; } - - - - sub _build_finder_objects { my ($self) = @_; if ( $self->has_finder ) { @@ -302,10 +279,6 @@ sub _build_finder_objects { return [ $self->_vivify_installmodules_pm_finder ]; } - - - - sub _found_files { my ($self) = @_; my %by_name; @@ -338,16 +311,32 @@ Dist::Zilla::Plugin::MetaProvides::Package - Extract namespaces/version from tra =head1 VERSION -version 2.003001 +version 2.003002 =head1 SYNOPSIS In your C: [MetaProvides::Package] - inherit_version = 0 ; optional - inherit_missing = 0 ; optional - meta_noindex = 1 ; optional + + ; This is the (optional) default: This forces any package versions + ; added in the "provides" metadata to use the 'version' + ; specified by dzil. + ; + ; Set it to 0 to force packages own versions to be respected. ( You probably don't want this ) + inherit_version = 1 + + ; This is also the (optional) default: This forces any package without + ; a version declaration to use the 'version' specified by default. + ; + ; Set it to 0 to allow packages to have no versions + inherit_missing = 1 + + ; This is the (optional) default: This being true discovers any [MetaNoIndex] + ; plugins to also further exclude packages from the provides map. + ; + ; Set it to 0 if for some weird reason you don't want this. + meta_noindex = 1 =head1 DESCRIPTION @@ -358,78 +347,6 @@ in a manner similar to how C itself does it. This allows you to easily create an authoritative index of what module provides what version in advance of C indexing it, which C in turn will take verbatim. -=head1 QUICK REFERENCE - - Constructors: - ->new(options={}) - finder => Attribute:finder - - Attributes: - ->finder # ArrayRef[Str] - - Methods: - ->dumpconfig # HashRef - ->has_finder # via finder - ->mvp_multivalue_args # List - ->provides - - -~- Inherited From: Dist::Zilla::Role::MetaProvider::Provider - Constructors: - ->new(options={}) - inherit_version => Attribute:inherit_missing - inherit_missing => Attribute:inherit_version - meta_noindex => Attribute:meta_noindex - - - Attributes: - ->inherit_missing # Bool = 1 - ->inherit_version # Bool = 1 - ->meta_noindex # Bool = 1 - - Methods: - ->dumpconfig # HashRef - ->metadata # { provides => ... } - - -~- Inherited From: Dist::Zilla::Role::PPI - Methods: - ->document_assigns_to_variable(options=[]) # Bool - 0 => $document # PPI::Document - 1 => $variable_name # Varible name (w/sigil) - ->ppi_document_for_file(options=[]) # PPI::Document - 0 => $file # Dist::Zilla::Role::File - ->save_ppi_document_to_file(options=[]) # PPI::Document - 0 => $document # PPI::Document - 1 => $file # Dist::Zilla::Role::File - - -~- Inherited From: Dist::Zilla::Role::MetaProvider - - -~- Inherited From: Dist::Zilla::Role::Plugin - Constructors: - ->new(options={}) - plugin_name => Attribute:plugin_name - zilla => Attribute:zilla - logger => Attribute:logger - - Attributes: - ->logger # - ->plugin_name # Str - ->zilla # DZil - - Methods: - ->log # via logger - ->log_debug # via logger - ->log_fatal # via logger - ->mvp_multivalue_args # ArrayRef - ->mvp_aliases # HashRef - ->plugin_from_config(options=[]) # Instance - 0 => $name - 1 => $arg - 2 => $section - ->register_component(options=[]) - 0 => $name - 1 => $arg - 2 => $section - =head1 CONSUMED ROLES =head2 L @@ -460,26 +377,6 @@ This attribute, if specified will This parameter may be specified multiple times to aggregate a list of finders -=head1 PRIVATE ATTRIBUTES - -=head2 C<_package_blacklist> - -=head2 C<_finder_objects> - -=head1 PRIVATE METHODS - -=head2 C<_packages_for> - -=head3 signature: $plugin->_packages_for( $file ) - -=head3 returns: Array of L - -=head2 C<_vivify_installmodules_pm_finder> - -=head2 C<_build_finder_objects> - -=head2 C<_found_files> - =begin MetaPOD::JSON v1.1.0 { @@ -560,7 +457,7 @@ Kent Fredric =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2015 by Kent Fredric . +This software is copyright (c) 2016 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 93abbb8..f23c0ce 100644 --- a/misc/Changes.deps +++ b/misc/Changes.deps @@ -1,6 +1,8 @@ This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test) -2.003001 +2.003002 + +2.003001 2015-01-15T18:39:26Z [Added / runtime requires] - PPI::Document @@ -261,4 +263,3 @@ This file contains changes in REQUIRED dependencies for standard CPAN phases (co 1.11034304 2010-07-25T16:18:01Z [Removed / runtime requires] - aliased - diff --git a/misc/Changes.deps.all b/misc/Changes.deps.all index b35dba0..b21232b 100644 --- a/misc/Changes.deps.all +++ b/misc/Changes.deps.all @@ -1,6 +1,26 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop) -2.003001 +2.003002 + [Added / develop requires] + - Dist::Zilla::Plugin::Author::KENTNL::CONTRIBUTING 0.001003 + - Dist::Zilla::Plugin::MetaYAML::Minimal + - Dist::Zilla::Plugin::RemovePrereqs::Provided + - English + - Software::License::Perl_5 + + [Changed / develop requires] + - Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes 0.001001 → 0.004002 + - Dist::Zilla::Plugin::Author::KENTNL::TravisCI 0 → 0.001002 + - Test::More 0 → 0.96 + + [Changed / develop suggests] + - Dist::Zilla::App::Command::bakeini 0.002000 → 0.002005 + - Dist::Zilla::PluginBundle::Author::KENTNL 2.023002 → 2.025010 + + [Removed / develop requires] + - Dist::Zilla::Plugin::MetaYAML + +2.003001 2015-01-15T18:39:26Z [Added / develop requires] - Dist::Zilla::Plugin::Author::KENTNL::TravisCI - Dist::Zilla::Plugin::Prereqs::Upgrade @@ -566,4 +586,3 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL depen 1.11034304 2010-07-25T16:18:01Z [Removed / runtime requires] - aliased - diff --git a/misc/Changes.deps.dev b/misc/Changes.deps.dev index 6bf8079..de5994b 100644 --- a/misc/Changes.deps.dev +++ b/misc/Changes.deps.dev @@ -1,6 +1,26 @@ This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL ) -2.003001 +2.003002 + [Added / develop requires] + - Dist::Zilla::Plugin::Author::KENTNL::CONTRIBUTING 0.001003 + - Dist::Zilla::Plugin::MetaYAML::Minimal + - Dist::Zilla::Plugin::RemovePrereqs::Provided + - English + - Software::License::Perl_5 + + [Changed / develop requires] + - Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes 0.001001 → 0.004002 + - Dist::Zilla::Plugin::Author::KENTNL::TravisCI 0 → 0.001002 + - Test::More 0 → 0.96 + + [Changed / develop suggests] + - Dist::Zilla::App::Command::bakeini 0.002000 → 0.002005 + - Dist::Zilla::PluginBundle::Author::KENTNL 2.023002 → 2.025010 + + [Removed / develop requires] + - Dist::Zilla::Plugin::MetaYAML + +2.003001 2015-01-15T18:39:26Z [Added / develop requires] - Dist::Zilla::Plugin::Author::KENTNL::TravisCI - Dist::Zilla::Plugin::Prereqs::Upgrade @@ -278,4 +298,3 @@ This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and 1.11044404 2010-11-02T16:58:53Z 1.11034304 2010-07-25T16:18:01Z - diff --git a/misc/Changes.deps.opt b/misc/Changes.deps.opt index d768310..49c9dc7 100644 --- a/misc/Changes.deps.opt +++ b/misc/Changes.deps.opt @@ -1,6 +1,8 @@ This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test) -2.003001 +2.003002 + +2.003001 2015-01-15T18:39:26Z [Added / runtime recommends] - Moose 2.000 @@ -103,4 +105,3 @@ This file contains changes in OPTIONAL dependencies for standard CPAN phases (co 1.11044404 2010-11-02T16:58:53Z 1.11034304 2010-07-25T16:18:01Z - diff --git a/misc/built_with.json b/misc/built_with.json index 3fa8cd4..915b59c 100644 --- a/misc/built_with.json +++ b/misc/built_with.json @@ -1,103 +1,107 @@ { "modules" : { - "CPAN::Meta" : "2.143240", - "Data::Dump" : "1.22", - "Dist::Zilla" : "5.031", - "Dist::Zilla::App::Command::bakeini" : "0.002000", - "Dist::Zilla::MetaProvides::ProvideRecord" : "2.001002", - "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.004001", - "Dist::Zilla::Plugin::Author::KENTNL::TravisCI" : "0.001000", + "CPAN::Meta" : "2.150001", + "Data::Dump" : "1.23", + "Dist::Zilla" : "5.043", + "Dist::Zilla::App::Command::bakeini" : "0.002005", + "Dist::Zilla::MetaProvides::ProvideRecord" : "2.001010", + "Dist::Zilla::Plugin::Author::KENTNL::CONTRIBUTING" : "0.001005", + "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.005001", + "Dist::Zilla::Plugin::Author::KENTNL::TravisCI" : "0.001002", "Dist::Zilla::Plugin::Authority" : "1.009", - "Dist::Zilla::Plugin::AutoPrereqs" : "5.031", + "Dist::Zilla::Plugin::AutoPrereqs" : "5.043", "Dist::Zilla::Plugin::Bootstrap::lib" : "1.001000", - "Dist::Zilla::Plugin::BumpVersionAfterRelease" : "0.008", - "Dist::Zilla::Plugin::ConfirmRelease" : "5.031", - "Dist::Zilla::Plugin::CopyFilesFromBuild" : "0.103510", - "Dist::Zilla::Plugin::FinderCode" : "5.031", - "Dist::Zilla::Plugin::Git::Check" : "2.029", - "Dist::Zilla::Plugin::Git::Commit" : "2.029", - "Dist::Zilla::Plugin::Git::CommitBuild" : "2.029", - "Dist::Zilla::Plugin::Git::Contributors" : "0.008", - "Dist::Zilla::Plugin::Git::GatherDir" : "2.029", + "Dist::Zilla::Plugin::BumpVersionAfterRelease" : "0.012", + "Dist::Zilla::Plugin::ConfirmRelease" : "5.043", + "Dist::Zilla::Plugin::CopyFilesFromBuild" : "0.151680", + "Dist::Zilla::Plugin::FinderCode" : "5.043", + "Dist::Zilla::Plugin::Git::Check" : "2.036", + "Dist::Zilla::Plugin::Git::Commit" : "2.036", + "Dist::Zilla::Plugin::Git::CommitBuild" : "2.036", + "Dist::Zilla::Plugin::Git::Contributors" : "0.015", + "Dist::Zilla::Plugin::Git::GatherDir" : "2.036", "Dist::Zilla::Plugin::Git::NextRelease" : "0.004000", - "Dist::Zilla::Plugin::Git::Tag" : "2.029", - "Dist::Zilla::Plugin::GithubMeta" : "0.46", - "Dist::Zilla::Plugin::License" : "5.031", - "Dist::Zilla::Plugin::MakeMaker" : "5.031", - "Dist::Zilla::Plugin::Manifest" : "5.031", - "Dist::Zilla::Plugin::ManifestSkip" : "5.031", - "Dist::Zilla::Plugin::MetaConfig" : "5.031", - "Dist::Zilla::Plugin::MetaData::BuiltWith" : "1.004001", - "Dist::Zilla::Plugin::MetaJSON" : "5.031", - "Dist::Zilla::Plugin::MetaNoIndex" : "5.031", - "Dist::Zilla::Plugin::MetaProvides" : "2.001002", - "Dist::Zilla::Plugin::MetaProvides::Package" : "2.003002", - "Dist::Zilla::Plugin::MetaTests" : "5.031", - "Dist::Zilla::Plugin::MetaYAML" : "5.031", + "Dist::Zilla::Plugin::Git::Tag" : "2.036", + "Dist::Zilla::Plugin::GithubMeta" : "0.54", + "Dist::Zilla::Plugin::License" : "5.043", + "Dist::Zilla::Plugin::MakeMaker" : "5.043", + "Dist::Zilla::Plugin::Manifest" : "5.043", + "Dist::Zilla::Plugin::ManifestSkip" : "5.043", + "Dist::Zilla::Plugin::MetaConfig" : "5.043", + "Dist::Zilla::Plugin::MetaData::BuiltWith" : "1.004002", + "Dist::Zilla::Plugin::MetaJSON" : "5.043", + "Dist::Zilla::Plugin::MetaNoIndex" : "5.043", + "Dist::Zilla::Plugin::MetaProvides" : "2.001010", + "Dist::Zilla::Plugin::MetaProvides::Package" : "2.003003", + "Dist::Zilla::Plugin::MetaTests" : "5.043", + "Dist::Zilla::Plugin::MetaYAML::Minimal" : "0.001000", "Dist::Zilla::Plugin::MinimumPerl" : "1.006", - "Dist::Zilla::Plugin::PodCoverageTests" : "5.031", - "Dist::Zilla::Plugin::PodSyntaxTests" : "5.031", + "Dist::Zilla::Plugin::PodCoverageTests" : "5.043", + "Dist::Zilla::Plugin::PodSyntaxTests" : "5.043", "Dist::Zilla::Plugin::PodWeaver" : "4.006", - "Dist::Zilla::Plugin::Prereqs" : "5.031", - "Dist::Zilla::Plugin::Prereqs::AuthorDeps" : "0.004", + "Dist::Zilla::Plugin::Prereqs" : "5.043", + "Dist::Zilla::Plugin::Prereqs::AuthorDeps" : "0.005", "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled" : "0.003001", "Dist::Zilla::Plugin::Prereqs::Upgrade" : "0.001000", - "Dist::Zilla::Plugin::Readme::Brief" : "0.002002", - "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.142470", + "Dist::Zilla::Plugin::Readme::Brief" : "0.002005", + "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.160630", + "Dist::Zilla::Plugin::RemovePrereqs::Provided" : "0.001000", "Dist::Zilla::Plugin::RewriteVersion::Sanitized" : "0.001005", - "Dist::Zilla::Plugin::RunExtraTests" : "0.025", - "Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.008", + "Dist::Zilla::Plugin::RunExtraTests" : "0.028", + "Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.009", "Dist::Zilla::Plugin::Test::Compile::PerFile" : "0.003000", - "Dist::Zilla::Plugin::Test::EOL" : "0.16", - "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.031", + "Dist::Zilla::Plugin::Test::EOL" : "0.18", + "Dist::Zilla::Plugin::Test::Kwalitee" : "2.12", + "Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000006", + "Dist::Zilla::Plugin::Test::Perl::Critic" : "3.000", + "Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.024", + "Dist::Zilla::Plugin::TestRelease" : "5.043", "Dist::Zilla::Plugin::Twitter" : "0.026", - "Dist::Zilla::Plugin::UploadToCPAN" : "5.031", - "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.023002", - "Dist::Zilla::Role::MetaProvider::Provider" : "2.001002", - "Dist::Zilla::Role::PPI" : "5.031", - "Dist::Zilla::Util::ConfigDumper" : "0.003006", - "Dist::Zilla::Util::Test::KENTNL" : "1.005000", - "ExtUtils::MakeMaker" : "7.05_07", - "File::Spec" : "3.51", - "Module::Metadata" : "1.000025", - "Moose" : "2.1403", + "Dist::Zilla::Plugin::UploadToCPAN" : "5.043", + "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.025010", + "Dist::Zilla::Role::MetaProvider::Provider" : "2.001010", + "Dist::Zilla::Role::PPI" : "5.043", + "Dist::Zilla::Util::ConfigDumper" : "0.003007", + "Dist::Zilla::Util::Test::KENTNL" : "1.005013", + "English" : "1.09", + "ExtUtils::MakeMaker" : "7.11_06", + "File::Spec" : "3.56", + "Module::Metadata" : "1.000031", + "Moose" : "2.1604", "MooseX::LazyRequire" : "0.11", - "MooseX::Types::Moose" : "0.45", + "MooseX::Types::Moose" : "0.46", "PPI::Document" : "1.220", "Pod::Coverage::TrustPod" : "0.100003", "Safe::Isa" : "1.000005", - "Test::CPAN::Changes" : "0.30", - "Test::CPAN::Meta" : "0.24", - "Test::DZil" : "5.031", - "Test::EOL" : "1.5", + "Software::License::Perl_5" : "0.103010", + "Test::CPAN::Changes" : "0.400002", + "Test::CPAN::Meta" : "0.25", + "Test::DZil" : "5.043", + "Test::EOL" : "1.6", "Test::Fatal" : "0.014", "Test::Kwalitee" : "1.22", - "Test::Moose" : "2.1403", - "Test::More" : "1.301001_097", - "Test::Pod" : "1.48", + "Test::Moose" : "2.1604", + "Test::More" : "1.001014", + "Test::Pod" : "1.51", "Test::Pod::Coverage" : "1.10", - "namespace::autoclean" : "0.23", - "strict" : "1.08", - "warnings" : "1.29" + "namespace::autoclean" : "0.28", + "strict" : "1.09", + "warnings" : "1.34" }, "perl" : { - "original" : "v5.21.6", + "original" : "v5.22.1", "qv" : 1, "version" : [ 5, - 21, - 6 + 22, + 1 ] }, "perl-config" : { - "gccversion" : "4.8.3", + "gccversion" : "5.2.0", "myarchname" : "x86_64-linux", "osname" : "linux" }, "platform" : "linux", - "uname" : "Linux 3.18.1-aufs x86_64 GenuineIntel GNU/Linux" + "uname" : "Linux 4.4.0-gentoo-r1 x86_64 GenuineIntel GNU/Linux" } diff --git a/t/00-report-prereqs.dd b/t/00-report-prereqs.dd index f3fc745..69714f5 100644 --- a/t/00-report-prereqs.dd +++ b/t/00-report-prereqs.dd @@ -14,8 +14,9 @@ do { my $x = { }, 'requires' => { 'Dist::Zilla' => '5', - 'Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes' => '0.001001', - 'Dist::Zilla::Plugin::Author::KENTNL::TravisCI' => '0', + 'Dist::Zilla::Plugin::Author::KENTNL::CONTRIBUTING' => '0.001003', + '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', @@ -40,7 +41,7 @@ do { my $x = { 'Dist::Zilla::Plugin::MetaNoIndex' => '0', 'Dist::Zilla::Plugin::MetaProvides::Package' => '1.14000001', 'Dist::Zilla::Plugin::MetaTests' => '0', - 'Dist::Zilla::Plugin::MetaYAML' => '0', + 'Dist::Zilla::Plugin::MetaYAML::Minimal' => '0', 'Dist::Zilla::Plugin::MinimumPerl' => '0', 'Dist::Zilla::Plugin::PodCoverageTests' => '0', 'Dist::Zilla::Plugin::PodSyntaxTests' => '0', @@ -51,6 +52,7 @@ do { my $x = { 'Dist::Zilla::Plugin::Prereqs::Upgrade' => '0', 'Dist::Zilla::Plugin::Readme::Brief' => '0', 'Dist::Zilla::Plugin::ReadmeAnyFromPod' => '0', + 'Dist::Zilla::Plugin::RemovePrereqs::Provided' => '0', 'Dist::Zilla::Plugin::RewriteVersion::Sanitized' => '0', 'Dist::Zilla::Plugin::RunExtraTests' => '0', 'Dist::Zilla::Plugin::Test::CPAN::Changes' => '0', @@ -63,18 +65,20 @@ do { my $x = { 'Dist::Zilla::Plugin::TestRelease' => '0', 'Dist::Zilla::Plugin::Twitter' => '0', 'Dist::Zilla::Plugin::UploadToCPAN' => '0', + 'English' => '0', 'Pod::Coverage::TrustPod' => '0', + 'Software::License::Perl_5' => '0', 'Test::CPAN::Changes' => '0.19', 'Test::CPAN::Meta' => '0', 'Test::EOL' => '0', 'Test::Kwalitee' => '1.21', - 'Test::More' => '0', + 'Test::More' => '0.96', 'Test::Pod' => '1.41', 'Test::Pod::Coverage' => '1.08' }, 'suggests' => { - 'Dist::Zilla::App::Command::bakeini' => '0.002000', - 'Dist::Zilla::PluginBundle::Author::KENTNL' => '2.023002' + 'Dist::Zilla::App::Command::bakeini' => '0.002005', + 'Dist::Zilla::PluginBundle::Author::KENTNL' => '2.025010' } }, 'runtime' => { diff --git a/t/00-report-prereqs.t b/t/00-report-prereqs.t index 402b3d9..d1f9a07 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.024 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 index 24b0b33..15e8003 100644 --- a/xt/author/eol.t +++ b/xt/author/eol.t @@ -1,8 +1,23 @@ use strict; use warnings; -use Test::More; -# generated by Dist::Zilla::Plugin::Test::EOL 0.16 +# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.18 + +use Test::More 0.88; use Test::EOL; -all_perl_files_ok({ trailing_whitespace => 1 }); +my @files = ( + 'lib/Dist/Zilla/Plugin/MetaProvides/Package.pm', + 't/00-compile/lib_Dist_Zilla_Plugin_MetaProvides_Package_pm.t', + 't/00-report-prereqs.dd', + 't/00-report-prereqs.t', + 't/dz2-hidden-provides.t', + 't/dz2-provides.t', + 't/finder-installmodules.t', + 't/no-warn-hard-hidden.t', + 't/perl-5-14-package.t', + 't/warn-missing-pkg.t' +); + +eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files; +done_testing; diff --git a/xt/release/pod-coverage.t b/xt/author/pod-coverage.t similarity index 100% rename from xt/release/pod-coverage.t rename to xt/author/pod-coverage.t diff --git a/xt/release/pod-syntax.t b/xt/author/pod-syntax.t similarity index 84% rename from xt/release/pod-syntax.t rename to xt/author/pod-syntax.t index f0468f1..e563e5d 100644 --- a/xt/release/pod-syntax.t +++ b/xt/author/pod-syntax.t @@ -1,5 +1,6 @@ #!perl # This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests. +use strict; use warnings; use Test::More; use Test::Pod 1.41; diff --git a/xt/release/kwalitee.t b/xt/release/kwalitee.t index bcbce84..c986546 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.11 +# this test was generated with Dist::Zilla::Plugin::Test::Kwalitee 2.12 use strict; use warnings; use Test::More 0.88;