From 70da574d3ec292e1c89cb172e6f139d0386e8136 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Wed, 8 Mar 2017 04:16:11 +1300 Subject: [PATCH] Build results of 368d346 (on master) --- .gitignore | 5 +- .travis.yml | 3 +- Changes | 9 +- LICENSE | 2 +- MANIFEST | 6 +- META.json | 350 ++++++----- META.yml | 543 +----------------- Makefile.PL | 9 +- README | 2 +- dist.ini | 14 +- lib/Net/API/RPX.pm | 6 +- lib/Net/API/RPX/Exception.pm | 6 +- lib/Net/API/RPX/Exception/Network.pm | 6 +- lib/Net/API/RPX/Exception/Service.pm | 6 +- lib/Net/API/RPX/Exception/Usage.pm | 6 +- misc/Changes.deps | 7 +- misc/Changes.deps.all | 25 +- misc/Changes.deps.dev | 22 +- misc/Changes.deps.opt | 5 +- misc/built_with.json | 145 ++--- .../lib_Net_API_RPX_Exception_Network_pm.t | 24 +- .../lib_Net_API_RPX_Exception_Service_pm.t | 24 +- .../lib_Net_API_RPX_Exception_Usage_pm.t | 24 +- t/00-compile/lib_Net_API_RPX_Exception_pm.t | 24 +- t/00-compile/lib_Net_API_RPX_pm.t | 24 +- t/00-report-prereqs.dd | 16 +- t/00-report-prereqs.t | 10 +- xt/author/eol.t | 2 +- xt/{release => author}/pod-coverage.t | 0 xt/{release => author}/pod-syntax.t | 1 + xt/release/cpan-changes.t | 9 +- xt/release/kwalitee.t | 2 +- 32 files changed, 496 insertions(+), 841 deletions(-) rename xt/{release => author}/pod-coverage.t (100%) rename xt/{release => author}/pod-syntax.t (84%) diff --git a/.gitignore b/.gitignore index 43e8ad3..1e29c51 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -.build -Net-API-RPX-* +/.build +/Net-API-RPX-* +/tmp/ diff --git a/.travis.yml b/.travis.yml index 7c23036..af9ef6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,8 @@ branches: - releases install: - time perl ./maint-travis-ci/install_deps_early.pl - - time perl ./maint-travis-ci/install_deps.pl + - time perl ./maint-travis-ci/autoinstall_dzil.pl + - time perl ./maint-travis-ci/install_deps_2.pl language: perl matrix: allow_failures: diff --git a/Changes b/Changes index d038349..b606196 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,13 @@ Revision history for Net-API-RPX +1.000001 2017-03-07T15:14:16Z 2f2a14f + - Bugfix: Avoid test failures due to -Ddefault_inc_excludes_dot + + [Dependencies::Stats] + - Dependencies changed since 1.000000, see misc/*.deps* for details + - develop: +5 ↑2 -1 (suggests: ↑2) + - test: ↓1 + 1.000000 2015-03-25T17:27:21Z 4b74171 [Dependencies::Stats] - Dependencies changed since 0.04, see misc/*.deps* for details @@ -44,4 +52,3 @@ Revision history for Net-API-RPX 0.01 2009-02-20T12:14:00Z - First version. - diff --git a/LICENSE b/LICENSE index 12b71e8..b3dc9da 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -This software is Copyright (c) 2015 by Cloudtone Studios. +This software is Copyright (c) 2017 by Cloudtone Studios. This is free software, licensed under: diff --git a/MANIFEST b/MANIFEST index aeb91a5..7bd9b62 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.034. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.009. .gitignore .mailmap .perltidyrc @@ -38,9 +38,9 @@ t/mock/LWP/UserAgent.pm 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 9ae79c2..e2c9e59 100644 --- a/META.json +++ b/META.json @@ -5,13 +5,13 @@ "Kent Fredric " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.034, CPAN::Meta::Converter version 2.150001", + "generated_by" : "Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150010", "license" : [ "bsd" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : "2" + "version" : 2 }, "name" : "Net-API-RPX", "prereqs" : { @@ -54,7 +54,7 @@ "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", @@ -65,10 +65,11 @@ "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", - "Dist::Zilla::Plugin::Test::Compile::PerFile" : "0", + "Dist::Zilla::Plugin::Test::Compile::PerFile" : "0.003902", "Dist::Zilla::Plugin::Test::EOL" : "0", "Dist::Zilla::Plugin::Test::Kwalitee" : "0", "Dist::Zilla::Plugin::Test::MinimumVersion" : "0", @@ -77,18 +78,21 @@ "Dist::Zilla::Plugin::TestRelease" : "0", "Dist::Zilla::Plugin::Twitter" : "0", "Dist::Zilla::Plugin::UploadToCPAN" : "0", + "English" : "0", "Pod::Coverage::TrustPod" : "0", + "Software::License::BSD" : "0", "Test::CPAN::Changes" : "0.19", "Test::CPAN::Meta" : "0", "Test::EOL" : "0", "Test::Kwalitee" : "1.21", - "Test::More" : "0.88", + "Test::MinimumVersion" : "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.024001" + "Dist::Zilla::App::Command::bakeini" : "0.002006", + "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.025021" } }, "runtime" : { @@ -119,7 +123,7 @@ "ExtUtils::MakeMaker" : "0", "File::Spec" : "0", "Test::Exception" : "0", - "Test::More" : "0.89", + "Test::More" : "0", "mocked" : "0", "perl" : "5.006", "unmocked" : "0" @@ -129,23 +133,23 @@ "provides" : { "Net::API::RPX" : { "file" : "lib/Net/API/RPX.pm", - "version" : "1.000000" + "version" : "1.000001" }, "Net::API::RPX::Exception" : { "file" : "lib/Net/API/RPX/Exception.pm", - "version" : "1.000000" + "version" : "1.000001" }, "Net::API::RPX::Exception::Network" : { "file" : "lib/Net/API/RPX/Exception/Network.pm", - "version" : "1.000000" + "version" : "1.000001" }, "Net::API::RPX::Exception::Service" : { "file" : "lib/Net/API/RPX/Exception/Service.pm", - "version" : "1.000000" + "version" : "1.000001" }, "Net::API::RPX::Exception::Usage" : { "file" : "lib/Net/API/RPX/Exception/Usage.pm", - "version" : "1.000000" + "version" : "1.000001" } }, "release_status" : "stable", @@ -160,24 +164,24 @@ "web" : "https://github.com/kentnl/Net-API-RPX" } }, - "version" : "1.000000", + "version" : "1.000001", "x_BuiltWith" : { "external_file" : "misc/built_with.json" }, "x_Dist_Zilla" : { "perl" : { - "version" : "5.021009" + "version" : "5.025010" }, "plugins" : [ { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@Author::KENTNL/MetaConfig", - "version" : "5.034" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::GithubMeta", "name" : "@Author::KENTNL/GithubMeta", - "version" : "0.46" + "version" : "0.54" }, { "class" : "Dist::Zilla::Plugin::MetaProvides::Package", @@ -187,23 +191,30 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "5.034" + "version" : "6.009" } - ] + ], + "include_underscores" : 0 }, "Dist::Zilla::Role::MetaProvider::Provider" : { - "inherit_missing" : "1", - "inherit_version" : "1", - "meta_noindex" : "1" + "$Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.002004", + "inherit_missing" : 1, + "inherit_version" : 1, + "meta_noindex" : 1 + }, + "Dist::Zilla::Role::ModuleMetadata" : { + "Module::Metadata" : "1.000033", + "version" : "0.004" } }, "name" : "@Author::KENTNL/MetaProvides::Package", - "version" : "2.003001" + "version" : "2.004003" }, { "class" : "Dist::Zilla::Plugin::MetaData::BuiltWith", "config" : { "Dist::Zilla::Plugin::MetaData::BuiltWith" : { + "$Module::Metadata::VERSION" : "1.000033", "_stash_key" : "x_BuiltWith", "external_file_name" : "misc/built_with.json", "show_config" : "1", @@ -222,97 +233,109 @@ } }, "name" : "@Author::KENTNL/MetaData::BuiltWith", - "version" : "1.004002" + "version" : "1.004005" }, { "class" : "Dist::Zilla::Plugin::Git::Contributors", "config" : { "Dist::Zilla::Plugin::Git::Contributors" : { - "include_authors" : "0", - "include_releaser" : "0", + "git --version" : "2.11.1", + "include_authors" : 0, + "include_releaser" : 0, "order_by" : "name", "paths" : [] } }, "name" : "@Author::KENTNL/Git::Contributors", - "version" : "0.010" + "version" : "0.029" }, { "class" : "Dist::Zilla::Plugin::Git::GatherDir", "config" : { "Dist::Zilla::Plugin::GatherDir" : { "exclude_filename" : [ + "LICENSE", "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.030" + "version" : "2.041" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@Author::KENTNL/License", - "version" : "5.034" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@Author::KENTNL/MetaJSON", - "version" : "5.034" + "version" : "6.009" }, { - "class" : "Dist::Zilla::Plugin::MetaYAML", - "name" : "@Author::KENTNL/MetaYAML", - "version" : "5.034" + "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.001001" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@Author::KENTNL/Manifest", - "version" : "5.034" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::Author::KENTNL::TravisCI", + "config" : { + "Dist::Zilla::Plugin::Author::KENTNL::TravisCI" : { + "fail_perls" : [ + "5.8" + ], + "skip_perls" : [] + } + }, "name" : "@Author::KENTNL/Author::KENTNL::TravisCI", - "version" : "0.001002" + "version" : "0.001004" }, { "class" : "Dist::Zilla::Plugin::CopyFilesFromBuild", "name" : "@Author::KENTNL/CopyXBuild", - "version" : "0.150250" + "version" : "0.163040" }, { "class" : "Dist::Zilla::Plugin::MetaTests", "name" : "@Author::KENTNL/MetaTests", - "version" : "5.034" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::PodCoverageTests", "name" : "@Author::KENTNL/PodCoverageTests", - "version" : "5.034" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@Author::KENTNL/PodSyntaxTests", - "version" : "5.034" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs", "name" : "@Author::KENTNL/Test::ReportPrereqs", - "version" : "0.020" + "version" : "0.025" }, { "class" : "Dist::Zilla::Plugin::Test::Kwalitee", @@ -323,7 +346,7 @@ } }, "name" : "@Author::KENTNL/Test::Kwalitee", - "version" : "2.11" + "version" : "2.12" }, { "class" : "Dist::Zilla::Plugin::Test::EOL", @@ -331,25 +354,25 @@ "Dist::Zilla::Plugin::Test::EOL" : { "filename" : "xt/author/eol.t", "finder" : [ - ":InstallModules", ":ExecFiles", + ":InstallModules", ":TestFiles" ], - "trailing_whitespace" : "1" + "trailing_whitespace" : 1 } }, "name" : "@Author::KENTNL/Test::EOL", - "version" : "0.17" + "version" : "0.19" }, { "class" : "Dist::Zilla::Plugin::Test::MinimumVersion", "name" : "@Author::KENTNL/Test::MinimumVersion", - "version" : "2.000006" + "version" : "2.000007" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::KENTNL/Test::Compile::PerFile/AUTOVIV/:InstallModulesPM", - "version" : "5.034" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::Test::Compile::PerFile", @@ -365,12 +388,12 @@ "path_translator" : "base64_filter", "prefix" : "t/00-compile", "skip" : [], - "test_template" : "01-basic.t.tpl", + "test_template" : "02-raw-require.t.tpl", "xt_mode" : null } }, "name" : "@Author::KENTNL/Test::Compile::PerFile", - "version" : "0.003000" + "version" : "0.004000" }, { "class" : "Dist::Zilla::Plugin::Test::Perl::Critic", @@ -380,18 +403,28 @@ { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@Author::KENTNL/ManifestSkip", - "version" : "5.034" + "version" : "6.009" }, { "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" : { + "$Dist::Zilla::Role::Version::Sanitize::VERSION" : "0.002003", "mantissa" : "6", "normal_form" : "numify" } }, "name" : "@Author::KENTNL/RewriteVersion::Sanitized", - "version" : "0.001005" + "version" : "0.001006" }, { "class" : "Dist::Zilla::Plugin::PodWeaver", @@ -405,118 +438,118 @@ { "class" : "Pod::Weaver::Plugin::EnsurePod5", "name" : "@CorePrep/EnsurePod5", - "version" : "4.011" + "version" : "4.015" }, { "class" : "Pod::Weaver::Plugin::H1Nester", "name" : "@CorePrep/H1Nester", - "version" : "4.011" + "version" : "4.015" }, { "class" : "Pod::Weaver::Plugin::SingleEncoding", "name" : "-SingleEncoding", - "version" : "4.011" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Name", "name" : "Name", - "version" : "4.011" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Version", "name" : "Version", - "version" : "4.011" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Region", "name" : "prelude", - "version" : "4.011" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "SYNOPSIS", - "version" : "4.011" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "DESCRIPTION", - "version" : "4.011" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "NAMING_SCHEME", - "version" : "4.011" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "OVERVIEW", - "version" : "4.011" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "METHODS", - "version" : "4.011" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "ATTRIBUTES", - "version" : "4.011" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "FILTER_METHODS", - "version" : "4.011" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "TERMINATOR_LIST_METHODS", - "version" : "4.011" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "MIRROR_LIST_METHODS", - "version" : "4.011" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "PRIVATE_ATTRIBUTES", - "version" : "4.011" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "PRIVATE_METHODS", - "version" : "4.011" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Leftovers", "name" : "Leftovers", - "version" : "4.011" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Region", "name" : "postlude", - "version" : "4.011" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Authors", "name" : "Authors", - "version" : "4.011" + "version" : "4.015" }, { "class" : "Pod::Weaver::Section::Legal", "name" : "Legal", - "version" : "4.011" + "version" : "4.015" } ] } }, "name" : "@Author::KENTNL/PodWeaver", - "version" : "4.006" + "version" : "4.008" }, { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@Author::KENTNL/AutoPrereqs", - "version" : "5.034" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -527,12 +560,12 @@ } }, "name" : "@Author::KENTNL/BundleDevelSuggests", - "version" : "5.034" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::Prereqs::AuthorDeps", "name" : "@Author::KENTNL/Prereqs::AuthorDeps", - "version" : "0.004" + "version" : "0.006" }, { "class" : "Dist::Zilla::Plugin::MinimumPerl", @@ -552,27 +585,37 @@ } }, "name" : "@Author::KENTNL/MakeMaker", - "version" : "5.034" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes", "name" : "@Author::KENTNL/Author::KENTNL::RecommendFixes", - "version" : "0.004002" + "version" : "0.005004" }, { "class" : "Dist::Zilla::Plugin::Readme::Brief", "name" : "@Author::KENTNL/ShippedReadme", - "version" : "0.002005" + "version" : "0.003001" }, { "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod", + "config" : { + "Dist::Zilla::Role::FileWatcher" : { + "version" : "0.006" + } + }, "name" : "@Author::KENTNL/ReadmeAnyFromPod", - "version" : "0.150250" + "version" : "0.163250" }, { "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes", + "config" : { + "Dist::Zilla::Plugin::Test::CPAN::Changes" : { + "changelog" : "Changes" + } + }, "name" : "@Author::KENTNL/Test::CPAN::Changes", - "version" : "0.009" + "version" : "0.012" }, { "class" : "Dist::Zilla::Plugin::RunExtraTests", @@ -582,17 +625,17 @@ } }, "name" : "@Author::KENTNL/RunExtraTests", - "version" : "0.025" + "version" : "0.029" }, { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@Author::KENTNL/TestRelease", - "version" : "5.034" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@Author::KENTNL/ConfirmRelease", - "version" : "5.034" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::Git::Check", @@ -602,82 +645,104 @@ }, "Dist::Zilla::Role::Git::DirtyFiles" : { "allow_dirty" : [ - "dist.ini", - "Changes" + "Changes", + "dist.ini" ], "allow_dirty_match" : [], "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { + "git --version" : "2.11.1", "repo_root" : "." } }, "name" : "@Author::KENTNL/Git::Check", - "version" : "2.030" + "version" : "2.041" }, { "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" : { + "git --version" : "2.11.1", "repo_root" : "." + }, + "Dist::Zilla::Role::Git::StringFormatter" : { + "time_zone" : "local" } }, "name" : "@Author::KENTNL/commit_dirty_files", - "version" : "2.030" + "version" : "2.041" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", "config" : { "Dist::Zilla::Plugin::Git::Tag" : { "branch" : null, + "changelog" : "Changes", "signed" : 0, - "tag" : "1.000000-source", + "tag" : "1.000001-source", "tag_format" : "%v-source", - "tag_message" : "v%v", - "time_zone" : "local" + "tag_message" : "v%v" }, "Dist::Zilla::Role::Git::Repo" : { + "git --version" : "2.11.1", "repo_root" : "." + }, + "Dist::Zilla::Role::Git::StringFormatter" : { + "time_zone" : "local" } }, "name" : "@Author::KENTNL/tag_master", - "version" : "2.030" + "version" : "2.041" }, { "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.009" + "version" : "0.015" }, { "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/)" @@ -685,11 +750,15 @@ "changelog" : "Changes" }, "Dist::Zilla::Role::Git::Repo" : { + "git --version" : "2.11.1", "repo_root" : "." + }, + "Dist::Zilla::Role::Git::StringFormatter" : { + "time_zone" : "local" } }, "name" : "@Author::KENTNL/commit_release_changes", - "version" : "2.030" + "version" : "2.041" }, { "class" : "Dist::Zilla::Plugin::Git::CommitBuild", @@ -703,34 +772,39 @@ "release_message" : "Build results of %h (on %b)" }, "Dist::Zilla::Role::Git::Repo" : { + "git --version" : "2.11.1", "repo_root" : "." } }, "name" : "@Author::KENTNL/Git::CommitBuild", - "version" : "2.030" + "version" : "2.041" }, { "class" : "Dist::Zilla::Plugin::Git::Tag", "config" : { "Dist::Zilla::Plugin::Git::Tag" : { "branch" : "releases", + "changelog" : "Changes", "signed" : 0, - "tag" : "1.000000", + "tag" : "1.000001", "tag_format" : "%v", - "tag_message" : "v%v", - "time_zone" : "local" + "tag_message" : "v%v" }, "Dist::Zilla::Role::Git::Repo" : { + "git --version" : "2.11.1", "repo_root" : "." + }, + "Dist::Zilla::Role::Git::StringFormatter" : { + "time_zone" : "local" } }, "name" : "@Author::KENTNL/tag_release", - "version" : "2.030" + "version" : "2.041" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@Author::KENTNL/UploadToCPAN", - "version" : "5.034" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::Twitter", @@ -755,7 +829,7 @@ } }, "name" : "@Author::KENTNL/Prereqs::Upgrade", - "version" : "0.001000" + "version" : "0.001001" }, { "class" : "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled", @@ -776,7 +850,12 @@ } }, "name" : "@Author::KENTNL/always_latest_develop_bundle", - "version" : "0.003001" + "version" : "0.003002" + }, + { + "class" : "Dist::Zilla::Plugin::RemovePrereqs::Provided", + "name" : "@Author::KENTNL/RemovePrereqs::Provided", + "version" : "0.001001" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -787,65 +866,76 @@ } }, "name" : "@Author::KENTNL/::Role::BundleDeps", - "version" : "5.034" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "5.034" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "5.034" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "5.034" + "version" : "6.009" + }, + { + "class" : "Dist::Zilla::Plugin::FinderCode", + "name" : ":ExtraTestFiles", + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "5.034" + "version" : "6.009" + }, + { + "class" : "Dist::Zilla::Plugin::FinderCode", + "name" : ":PerlExecFiles", + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "5.034" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "5.034" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "5.034" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "5.034" + "version" : "6.009" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "5.034" + "version" : "6.009" } ], "zilla" : { "class" : "Dist::Zilla::Dist::Builder", "config" : { - "is_trial" : "0" + "is_trial" : 0 }, - "version" : "5.034" + "version" : "6.009" } }, "x_authority" : "cpan:KONOBI", "x_contributors" : [ "Scott McWhirter " - ] + ], + "x_serialization_backend" : "Cpanel::JSON::XS version 3.0227" } diff --git a/META.yml b/META.yml index 5bbe6e1..5f91f39 100644 --- a/META.yml +++ b/META.yml @@ -8,7 +8,7 @@ build_requires: ExtUtils::MakeMaker: '0' File::Spec: '0' Test::Exception: '0' - Test::More: '0.89' + Test::More: '0' mocked: '0' perl: '5.006' unmocked: '0' @@ -16,7 +16,7 @@ configure_requires: ExtUtils::MakeMaker: '0' perl: '5.006' dynamic_config: 0 -generated_by: 'Dist::Zilla version 5.034, CPAN::Meta::Converter version 2.150001' +generated_by: 'Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150010' license: bsd meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -25,19 +25,19 @@ name: Net-API-RPX provides: Net::API::RPX: file: lib/Net/API/RPX.pm - version: '1.000000' + version: '1.000001' Net::API::RPX::Exception: file: lib/Net/API/RPX/Exception.pm - version: '1.000000' + version: '1.000001' Net::API::RPX::Exception::Network: file: lib/Net/API/RPX/Exception/Network.pm - version: '1.000000' + version: '1.000001' Net::API::RPX::Exception::Service: file: lib/Net/API/RPX/Exception/Service.pm - version: '1.000000' + version: '1.000001' Net::API::RPX::Exception::Usage: file: lib/Net/API/RPX/Exception/Usage.pm - version: '1.000000' + version: '1.000001' recommends: Moose: '2.000' requires: @@ -55,531 +55,4 @@ resources: bugtracker: https://github.com/kentnl/Net-API-RPX/issues homepage: https://github.com/kentnl/Net-API-RPX repository: https://github.com/kentnl/Net-API-RPX.git -version: '1.000000' -x_BuiltWith: - external_file: misc/built_with.json -x_Dist_Zilla: - perl: - version: '5.021009' - plugins: - - - class: Dist::Zilla::Plugin::MetaConfig - name: '@Author::KENTNL/MetaConfig' - version: '5.034' - - - 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.034' - 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.004002' - - - 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.010' - - - 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.030' - - - class: Dist::Zilla::Plugin::License - name: '@Author::KENTNL/License' - version: '5.034' - - - class: Dist::Zilla::Plugin::MetaJSON - name: '@Author::KENTNL/MetaJSON' - version: '5.034' - - - class: Dist::Zilla::Plugin::MetaYAML - name: '@Author::KENTNL/MetaYAML' - version: '5.034' - - - class: Dist::Zilla::Plugin::Manifest - name: '@Author::KENTNL/Manifest' - 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.150250' - - - class: Dist::Zilla::Plugin::MetaTests - name: '@Author::KENTNL/MetaTests' - version: '5.034' - - - class: Dist::Zilla::Plugin::PodCoverageTests - name: '@Author::KENTNL/PodCoverageTests' - version: '5.034' - - - class: Dist::Zilla::Plugin::PodSyntaxTests - name: '@Author::KENTNL/PodSyntaxTests' - version: '5.034' - - - class: Dist::Zilla::Plugin::Test::ReportPrereqs - name: '@Author::KENTNL/Test::ReportPrereqs' - version: '0.020' - - - 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 - 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.000006' - - - class: Dist::Zilla::Plugin::FinderCode - name: '@Author::KENTNL/Test::Compile::PerFile/AUTOVIV/:InstallModulesPM' - version: '5.034' - - - class: Dist::Zilla::Plugin::Test::Compile::PerFile - config: - Dist::Zilla::Plugin::Test::Compile::PerFile: - file: - - lib/Net/API/RPX.pm - - lib/Net/API/RPX/Exception.pm - - lib/Net/API/RPX/Exception/Network.pm - - lib/Net/API/RPX/Exception/Service.pm - - lib/Net/API/RPX/Exception/Usage.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: '3.000' - - - class: Dist::Zilla::Plugin::ManifestSkip - name: '@Author::KENTNL/ManifestSkip' - version: '5.034' - - - 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.011' - - - class: Pod::Weaver::Plugin::H1Nester - name: '@CorePrep/H1Nester' - version: '4.011' - - - class: Pod::Weaver::Plugin::SingleEncoding - name: -SingleEncoding - version: '4.011' - - - class: Pod::Weaver::Section::Name - name: Name - version: '4.011' - - - class: Pod::Weaver::Section::Version - name: Version - version: '4.011' - - - class: Pod::Weaver::Section::Region - name: prelude - version: '4.011' - - - class: Pod::Weaver::Section::Generic - name: SYNOPSIS - version: '4.011' - - - class: Pod::Weaver::Section::Generic - name: DESCRIPTION - version: '4.011' - - - class: Pod::Weaver::Section::Generic - name: NAMING_SCHEME - version: '4.011' - - - class: Pod::Weaver::Section::Generic - name: OVERVIEW - version: '4.011' - - - class: Pod::Weaver::Section::Collect - name: METHODS - version: '4.011' - - - class: Pod::Weaver::Section::Collect - name: ATTRIBUTES - version: '4.011' - - - class: Pod::Weaver::Section::Collect - name: FILTER_METHODS - version: '4.011' - - - class: Pod::Weaver::Section::Collect - name: TERMINATOR_LIST_METHODS - version: '4.011' - - - class: Pod::Weaver::Section::Collect - name: MIRROR_LIST_METHODS - version: '4.011' - - - class: Pod::Weaver::Section::Collect - name: PRIVATE_ATTRIBUTES - version: '4.011' - - - class: Pod::Weaver::Section::Collect - name: PRIVATE_METHODS - version: '4.011' - - - class: Pod::Weaver::Section::Leftovers - name: Leftovers - version: '4.011' - - - class: Pod::Weaver::Section::Region - name: postlude - version: '4.011' - - - class: Pod::Weaver::Section::Authors - name: Authors - version: '4.011' - - - class: Pod::Weaver::Section::Legal - name: Legal - version: '4.011' - name: '@Author::KENTNL/PodWeaver' - version: '4.006' - - - class: Dist::Zilla::Plugin::AutoPrereqs - name: '@Author::KENTNL/AutoPrereqs' - version: '5.034' - - - class: Dist::Zilla::Plugin::Prereqs - config: - Dist::Zilla::Plugin::Prereqs: - phase: develop - type: suggests - name: '@Author::KENTNL/BundleDevelSuggests' - 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.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.034' - - - 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.150250' - - - class: Dist::Zilla::Plugin::Test::CPAN::Changes - name: '@Author::KENTNL/Test::CPAN::Changes' - version: '0.009' - - - 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.034' - - - class: Dist::Zilla::Plugin::ConfirmRelease - name: '@Author::KENTNL/ConfirmRelease' - version: '5.034' - - - 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.030' - - - 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.030' - - - class: Dist::Zilla::Plugin::Git::Tag - config: - Dist::Zilla::Plugin::Git::Tag: - branch: ~ - signed: 0 - tag: 1.000000-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.030' - - - 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.009' - - - 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.030' - - - class: Dist::Zilla::Plugin::Git::CommitBuild - config: - Dist::Zilla::Plugin::Git::CommitBuild: - branch: builds - 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.030' - - - class: Dist::Zilla::Plugin::Git::Tag - config: - Dist::Zilla::Plugin::Git::Tag: - branch: releases - signed: 0 - tag: '1.000000' - tag_format: '%v' - tag_message: v%v - time_zone: local - Dist::Zilla::Role::Git::Repo: - repo_root: . - name: '@Author::KENTNL/tag_release' - version: '2.030' - - - class: Dist::Zilla::Plugin::UploadToCPAN - name: '@Author::KENTNL/UploadToCPAN' - version: '5.034' - - - 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.034' - - - class: Dist::Zilla::Plugin::FinderCode - name: ':InstallModules' - version: '5.034' - - - class: Dist::Zilla::Plugin::FinderCode - name: ':IncModules' - version: '5.034' - - - class: Dist::Zilla::Plugin::FinderCode - name: ':TestFiles' - version: '5.034' - - - class: Dist::Zilla::Plugin::FinderCode - name: ':ExecFiles' - version: '5.034' - - - class: Dist::Zilla::Plugin::FinderCode - name: ':ShareFiles' - version: '5.034' - - - class: Dist::Zilla::Plugin::FinderCode - name: ':MainModule' - version: '5.034' - - - class: Dist::Zilla::Plugin::FinderCode - name: ':AllFiles' - version: '5.034' - - - class: Dist::Zilla::Plugin::FinderCode - name: ':NoFiles' - version: '5.034' - - - class: Dist::Zilla::Plugin::FinderCode - name: '@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '5.034' - zilla: - class: Dist::Zilla::Dist::Builder - config: - is_trial: '0' - version: '5.034' -x_authority: cpan:KONOBI -x_contributors: - - 'Scott McWhirter ' +version: '1.000001' diff --git a/Makefile.PL b/Makefile.PL index a9d284c..b69ea28 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.034. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.009. use strict; use warnings; @@ -13,7 +13,6 @@ my %WriteMakefileArgs = ( "ExtUtils::MakeMaker" => 0 }, "DISTNAME" => "Net-API-RPX", - "EXE_FILES" => [], "LICENSE" => "bsd", "MIN_PERL_VERSION" => "5.006", "NAME" => "Net::API::RPX", @@ -33,11 +32,11 @@ my %WriteMakefileArgs = ( "ExtUtils::MakeMaker" => 0, "File::Spec" => 0, "Test::Exception" => 0, - "Test::More" => "0.89", + "Test::More" => 0, "mocked" => 0, "unmocked" => 0 }, - "VERSION" => "1.000000", + "VERSION" => "1.000001", "test" => { "TESTS" => "t/*.t t/00-compile/*.t" } @@ -52,7 +51,7 @@ my %FallbackPrereqs = ( "LWP::UserAgent" => 0, "Moose" => 0, "Test::Exception" => 0, - "Test::More" => "0.89", + "Test::More" => 0, "Throwable::Error" => 0, "Throwable::X" => 0, "URI" => 0, diff --git a/README b/README index 7feb0c1..f3306e2 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 Cloudtone Studios. +This software is Copyright (c) 2017 by Cloudtone Studios. This is free software, licensed under: diff --git a/dist.ini b/dist.ini index 52dc260..c7180eb 100644 --- a/dist.ini +++ b/dist.ini @@ -39,7 +39,7 @@ include_dotfiles = 1 [MetaJSON / @Author::KENTNL/MetaJSON] -[MetaYAML / @Author::KENTNL/MetaYAML] +[MetaYAML::Minimal / @Author::KENTNL/MetaYAML::Minimal] [Manifest / @Author::KENTNL/Manifest] @@ -65,6 +65,8 @@ trailing_whitespace = 1 [Test::MinimumVersion / @Author::KENTNL/Test::MinimumVersion] [Test::Compile::PerFile / @Author::KENTNL/Test::Compile::PerFile] +:version = 0.003902 +test_template = 02-raw-require.t.tpl [Test::Perl::Critic / @Author::KENTNL/Test::Perl::Critic] @@ -83,7 +85,7 @@ replacer = replace_with_blank -phase = develop -type = suggests Dist::Zilla::App::Command::bakeini = 0.001000 -Dist::Zilla::PluginBundle::Author::KENTNL = 2.024001 +Dist::Zilla::PluginBundle::Author::KENTNL = 2.025021 [Prereqs::AuthorDeps / @Author::KENTNL/Prereqs::AuthorDeps] @@ -127,6 +129,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 @@ -167,6 +170,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] -phase = develop -relationship = requires @@ -194,7 +199,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 @@ -205,10 +210,11 @@ 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 -Dist::Zilla::Plugin::Test::Compile::PerFile = 0 +Dist::Zilla::Plugin::Test::Compile::PerFile = 0.003902 Dist::Zilla::Plugin::Test::EOL = 0 Dist::Zilla::Plugin::Test::Kwalitee = 0 Dist::Zilla::Plugin::Test::MinimumVersion = 0 diff --git a/lib/Net/API/RPX.pm b/lib/Net/API/RPX.pm index 29f8e8e..7c3b113 100644 --- a/lib/Net/API/RPX.pm +++ b/lib/Net/API/RPX.pm @@ -6,7 +6,7 @@ package Net::API::RPX; # ABSTRACT: Perl interface to Janrain's RPX service -our $VERSION = '1.000000'; +our $VERSION = '1.000001'; our $AUTHORITY = 'cpan:KONOBI'; # AUTHORITY @@ -257,7 +257,7 @@ Net::API::RPX - Perl interface to Janrain's RPX service =head1 VERSION -version 1.000000 +version 1.000001 =head1 SYNOPSIS @@ -362,7 +362,7 @@ Kent Fredric =head1 COPYRIGHT AND LICENSE -This software is Copyright (c) 2015 by Cloudtone Studios. +This software is Copyright (c) 2017 by Cloudtone Studios. This is free software, licensed under: diff --git a/lib/Net/API/RPX/Exception.pm b/lib/Net/API/RPX/Exception.pm index d5c60d6..c0a16ce 100644 --- a/lib/Net/API/RPX/Exception.pm +++ b/lib/Net/API/RPX/Exception.pm @@ -6,7 +6,7 @@ package Net::API::RPX::Exception; # ABSTRACT: A Base class for Net::API::RPX exceptions. -our $VERSION = '1.000000'; +our $VERSION = '1.000001'; our $AUTHORITY = 'cpan:KONOBI'; # AUTHORITY @@ -34,7 +34,7 @@ Net::API::RPX::Exception - A Base class for Net::API::RPX exceptions. =head1 VERSION -version 1.000000 +version 1.000001 =head1 AUTHORS @@ -52,7 +52,7 @@ Kent Fredric =head1 COPYRIGHT AND LICENSE -This software is Copyright (c) 2015 by Cloudtone Studios. +This software is Copyright (c) 2017 by Cloudtone Studios. This is free software, licensed under: diff --git a/lib/Net/API/RPX/Exception/Network.pm b/lib/Net/API/RPX/Exception/Network.pm index d854a4f..4c2849f 100644 --- a/lib/Net/API/RPX/Exception/Network.pm +++ b/lib/Net/API/RPX/Exception/Network.pm @@ -6,7 +6,7 @@ package Net::API::RPX::Exception::Network; # ABSTRACT: A Class of exceptions for network connectivity issues. -our $VERSION = '1.000000'; +our $VERSION = '1.000001'; our $AUTHORITY = 'cpan:KONOBI'; # AUTHORITY @@ -34,7 +34,7 @@ Net::API::RPX::Exception::Network - A Class of exceptions for network connectivi =head1 VERSION -version 1.000000 +version 1.000001 =head1 AUTHORS @@ -52,7 +52,7 @@ Kent Fredric =head1 COPYRIGHT AND LICENSE -This software is Copyright (c) 2015 by Cloudtone Studios. +This software is Copyright (c) 2017 by Cloudtone Studios. This is free software, licensed under: diff --git a/lib/Net/API/RPX/Exception/Service.pm b/lib/Net/API/RPX/Exception/Service.pm index 765c46f..9d3d2e7 100644 --- a/lib/Net/API/RPX/Exception/Service.pm +++ b/lib/Net/API/RPX/Exception/Service.pm @@ -6,7 +6,7 @@ package Net::API::RPX::Exception::Service; # ABSTRACT: A Class of exceptions for delivering problems from the RPX service. -our $VERSION = '1.000000'; +our $VERSION = '1.000001'; our $AUTHORITY = 'cpan:KONOBI'; # AUTHORITY @@ -55,7 +55,7 @@ Net::API::RPX::Exception::Service - A Class of exceptions for delivering problem =head1 VERSION -version 1.000000 +version 1.000001 =head1 AUTHORS @@ -73,7 +73,7 @@ Kent Fredric =head1 COPYRIGHT AND LICENSE -This software is Copyright (c) 2015 by Cloudtone Studios. +This software is Copyright (c) 2017 by Cloudtone Studios. This is free software, licensed under: diff --git a/lib/Net/API/RPX/Exception/Usage.pm b/lib/Net/API/RPX/Exception/Usage.pm index a375c53..8ac81cd 100644 --- a/lib/Net/API/RPX/Exception/Usage.pm +++ b/lib/Net/API/RPX/Exception/Usage.pm @@ -6,7 +6,7 @@ package Net::API::RPX::Exception::Usage; # ABSTRACT: For when the interface is used wrongly -our $VERSION = '1.000000'; +our $VERSION = '1.000001'; our $AUTHORITY = 'cpan:KONOBI'; # AUTHORITY @@ -55,7 +55,7 @@ Net::API::RPX::Exception::Usage - For when the interface is used wrongly =head1 VERSION -version 1.000000 +version 1.000001 =head1 AUTHORS @@ -73,7 +73,7 @@ Kent Fredric =head1 COPYRIGHT AND LICENSE -This software is Copyright (c) 2015 by Cloudtone Studios. +This software is Copyright (c) 2017 by Cloudtone Studios. This is free software, licensed under: diff --git a/misc/Changes.deps b/misc/Changes.deps index c568be1..eb8b601 100644 --- a/misc/Changes.deps +++ b/misc/Changes.deps @@ -1,6 +1,10 @@ This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test) -1.000000 +1.000001 + [Changed / test requires] + - Test::More 0.89 → 0 + +1.000000 2015-03-25T17:27:21Z [Added / configure requires] - ExtUtils::MakeMaker - perl 5.006 @@ -58,4 +62,3 @@ This file contains changes in REQUIRED dependencies for standard CPAN phases (co - Test::More 0.88 - mocked - unmocked - diff --git a/misc/Changes.deps.all b/misc/Changes.deps.all index 7bd39a0..e9c9795 100644 --- a/misc/Changes.deps.all +++ b/misc/Changes.deps.all @@ -1,6 +1,28 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop) -1.000000 +1.000001 + [Added / develop requires] + - Dist::Zilla::Plugin::MetaYAML::Minimal + - Dist::Zilla::Plugin::RemovePrereqs::Provided + - English + - Software::License::BSD + - Test::MinimumVersion + + [Changed / develop requires] + - Dist::Zilla::Plugin::Test::Compile::PerFile 0 → 0.003902 + - Test::More 0.88 → 0.96 + + [Changed / develop suggests] + - Dist::Zilla::App::Command::bakeini 0.002000 → 0.002006 + - Dist::Zilla::PluginBundle::Author::KENTNL 2.024001 → 2.025021 + + [Changed / test requires] + - Test::More 0.89 → 0 + + [Removed / develop requires] + - Dist::Zilla::Plugin::MetaYAML + +1.000000 2015-03-25T17:27:21Z [Added / configure recommends] - ExtUtils::MakeMaker 7.00 @@ -134,4 +156,3 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL depen - Test::More 0.88 - mocked - unmocked - diff --git a/misc/Changes.deps.dev b/misc/Changes.deps.dev index 08aac09..2b6914b 100644 --- a/misc/Changes.deps.dev +++ b/misc/Changes.deps.dev @@ -1,6 +1,25 @@ This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL ) -1.000000 +1.000001 + [Added / develop requires] + - Dist::Zilla::Plugin::MetaYAML::Minimal + - Dist::Zilla::Plugin::RemovePrereqs::Provided + - English + - Software::License::BSD + - Test::MinimumVersion + + [Changed / develop requires] + - Dist::Zilla::Plugin::Test::Compile::PerFile 0 → 0.003902 + - Test::More 0.88 → 0.96 + + [Changed / develop suggests] + - Dist::Zilla::App::Command::bakeini 0.002000 → 0.002006 + - Dist::Zilla::PluginBundle::Author::KENTNL 2.024001 → 2.025021 + + [Removed / develop requires] + - Dist::Zilla::Plugin::MetaYAML + +1.000000 2015-03-25T17:27:21Z [Added / develop recommends] - Test::More 0.99 @@ -69,4 +88,3 @@ This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and 0.04 2012-05-24T00:27:53Z 0.03 2012-05-24T00:23:24Z - diff --git a/misc/Changes.deps.opt b/misc/Changes.deps.opt index 7002624..13700da 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) -1.000000 +1.000001 + +1.000000 2015-03-25T17:27:21Z [Added / configure recommends] - ExtUtils::MakeMaker 7.00 @@ -15,4 +17,3 @@ This file contains changes in OPTIONAL dependencies for standard CPAN phases (co 0.04 2012-05-24T00:27:53Z 0.03 2012-05-24T00:23:24Z - diff --git a/misc/built_with.json b/misc/built_with.json index b15f4ff..f8c744e 100644 --- a/misc/built_with.json +++ b/misc/built_with.json @@ -1,97 +1,98 @@ { "modules" : { - "CPAN::Meta" : "2.150001", - "Data::Dump" : "1.22", - "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", + "CPAN::Meta" : "2.150010", + "Data::Dump" : "1.23", + "Dist::Zilla" : "6.009", + "Dist::Zilla::App::Command::bakeini" : "0.002006", + "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.005004", + "Dist::Zilla::Plugin::Author::KENTNL::TravisCI" : "0.001004", "Dist::Zilla::Plugin::Authority" : "1.009", - "Dist::Zilla::Plugin::AutoPrereqs" : "5.034", - "Dist::Zilla::Plugin::BumpVersionAfterRelease" : "0.009", - "Dist::Zilla::Plugin::ConfirmRelease" : "5.034", - "Dist::Zilla::Plugin::CopyFilesFromBuild" : "0.150250", - "Dist::Zilla::Plugin::Git::Check" : "2.030", - "Dist::Zilla::Plugin::Git::Commit" : "2.030", - "Dist::Zilla::Plugin::Git::CommitBuild" : "2.030", - "Dist::Zilla::Plugin::Git::Contributors" : "0.010", - "Dist::Zilla::Plugin::Git::GatherDir" : "2.030", + "Dist::Zilla::Plugin::AutoPrereqs" : "6.009", + "Dist::Zilla::Plugin::BumpVersionAfterRelease" : "0.015", + "Dist::Zilla::Plugin::ConfirmRelease" : "6.009", + "Dist::Zilla::Plugin::CopyFilesFromBuild" : "0.163040", + "Dist::Zilla::Plugin::Git::Check" : "2.041", + "Dist::Zilla::Plugin::Git::Commit" : "2.041", + "Dist::Zilla::Plugin::Git::CommitBuild" : "2.041", + "Dist::Zilla::Plugin::Git::Contributors" : "0.029", + "Dist::Zilla::Plugin::Git::GatherDir" : "2.041", "Dist::Zilla::Plugin::Git::NextRelease" : "0.004000", - "Dist::Zilla::Plugin::Git::Tag" : "2.030", - "Dist::Zilla::Plugin::GithubMeta" : "0.46", - "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::Git::Tag" : "2.041", + "Dist::Zilla::Plugin::GithubMeta" : "0.54", + "Dist::Zilla::Plugin::License" : "6.009", + "Dist::Zilla::Plugin::MakeMaker" : "6.009", + "Dist::Zilla::Plugin::Manifest" : "6.009", + "Dist::Zilla::Plugin::ManifestSkip" : "6.009", + "Dist::Zilla::Plugin::MetaConfig" : "6.009", + "Dist::Zilla::Plugin::MetaData::BuiltWith" : "1.004005", + "Dist::Zilla::Plugin::MetaJSON" : "6.009", + "Dist::Zilla::Plugin::MetaProvides::Package" : "2.004003", + "Dist::Zilla::Plugin::MetaTests" : "6.009", + "Dist::Zilla::Plugin::MetaYAML::Minimal" : "0.001001", "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.025", - "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::PodCoverageTests" : "6.009", + "Dist::Zilla::Plugin::PodSyntaxTests" : "6.009", + "Dist::Zilla::Plugin::PodWeaver" : "4.008", + "Dist::Zilla::Plugin::Prereqs" : "6.009", + "Dist::Zilla::Plugin::Prereqs::AuthorDeps" : "0.006", + "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled" : "0.003002", + "Dist::Zilla::Plugin::Prereqs::Upgrade" : "0.001001", + "Dist::Zilla::Plugin::Readme::Brief" : "0.003001", + "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.163250", + "Dist::Zilla::Plugin::RemovePrereqs::Provided" : "0.001001", + "Dist::Zilla::Plugin::RewriteVersion::Sanitized" : "0.001006", + "Dist::Zilla::Plugin::RunExtraTests" : "0.029", + "Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.012", + "Dist::Zilla::Plugin::Test::Compile::PerFile" : "0.004000", + "Dist::Zilla::Plugin::Test::EOL" : "0.19", + "Dist::Zilla::Plugin::Test::Kwalitee" : "2.12", + "Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000007", "Dist::Zilla::Plugin::Test::Perl::Critic" : "3.000", - "Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.020", - "Dist::Zilla::Plugin::TestRelease" : "5.034", + "Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.025", + "Dist::Zilla::Plugin::TestRelease" : "6.009", "Dist::Zilla::Plugin::Twitter" : "0.026", - "Dist::Zilla::Plugin::UploadToCPAN" : "5.034", - "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.024001", - "ExtUtils::MakeMaker" : "7.04", - "File::Spec" : "3.53", - "JSON::MaybeXS" : "1.003004", - "LWP::UserAgent" : "6.13", - "Moose" : "2.1403", + "Dist::Zilla::Plugin::UploadToCPAN" : "6.009", + "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.025021", + "English" : "1.10", + "ExtUtils::MakeMaker" : "7.24", + "File::Spec" : "3.66", + "JSON::MaybeXS" : "1.003008", + "LWP::UserAgent" : "6.21", + "Moose" : "2.2004", "Pod::Coverage::TrustPod" : "0.100003", - "Test::CPAN::Changes" : "0.30", - "Test::CPAN::Meta" : "0.24", - "Test::EOL" : "1.5", - "Test::Exception" : "0.38", - "Test::Kwalitee" : "1.22", - "Test::More" : "1.301001_098", - "Test::Pod" : "1.48", + "Software::License::BSD" : "0.103012", + "Test::CPAN::Changes" : "0.400002", + "Test::CPAN::Meta" : "0.25", + "Test::EOL" : "1.6", + "Test::Exception" : "0.43", + "Test::Kwalitee" : "1.25", + "Test::MinimumVersion" : "0.101082", + "Test::More" : "1.302073", + "Test::Pod" : "1.51", "Test::Pod::Coverage" : "1.10", - "Throwable::Error" : "0.200012", + "Throwable::Error" : "0.200013", "Throwable::X" : "0.007", - "URI" : "1.67", + "URI" : "1.71", "mocked" : "0.09", - "namespace::autoclean" : "0.24", - "strict" : "1.09", + "namespace::autoclean" : "0.28", + "strict" : "1.11", "unmocked" : "0.01", - "warnings" : "1.31" + "warnings" : "1.37" }, "perl" : { - "original" : "v5.21.9", + "original" : "v5.25.10", "qv" : 1, "version" : [ 5, - 21, - 9 + 25, + 10 ] }, "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", + "gccversion" : "5.4.0", "myarchname" : "x86_64-linux", "osname" : "linux" }, "platform" : "linux", - "uname" : "Linux 3.19.0-gentoo x86_64 GenuineIntel GNU/Linux" + "uname" : "Linux 4.8.5-gentoo x86_64 GenuineIntel GNU/Linux" } diff --git a/t/00-compile/lib_Net_API_RPX_Exception_Network_pm.t b/t/00-compile/lib_Net_API_RPX_Exception_Network_pm.t index 73267e3..83b3c3b 100644 --- a/t/00-compile/lib_Net_API_RPX_Exception_Network_pm.t +++ b/t/00-compile/lib_Net_API_RPX_Exception_Network_pm.t @@ -1,11 +1,17 @@ -use strict; -use warnings; - # This test was generated for -# 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; - -require_ok("lib/Net/API/RPX/Exception/Network.pm"); +# using by Dist::Zilla::Plugin::Test::Compile::PerFile ( @Author::KENTNL/Test::Compile::PerFile ) version 0.004000 +# with template 02-raw-require.t.tpl +my $file = "Net/API/RPX/Exception/Network.pm"; +my $err; +{ + local $@; + eval { require $file; 1 } or $err = $@; +}; +if( not defined $err ) { + print "1..1\nok 1 - require ${file}\n"; + exit 0; +} +print "1..1\nnot ok 1 - require ${file}\n"; +print STDERR "# ${_}\n" for split /\n/, $err; +exit 1; diff --git a/t/00-compile/lib_Net_API_RPX_Exception_Service_pm.t b/t/00-compile/lib_Net_API_RPX_Exception_Service_pm.t index fb2f131..f3f660c 100644 --- a/t/00-compile/lib_Net_API_RPX_Exception_Service_pm.t +++ b/t/00-compile/lib_Net_API_RPX_Exception_Service_pm.t @@ -1,11 +1,17 @@ -use strict; -use warnings; - # This test was generated for -# 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; - -require_ok("lib/Net/API/RPX/Exception/Service.pm"); +# using by Dist::Zilla::Plugin::Test::Compile::PerFile ( @Author::KENTNL/Test::Compile::PerFile ) version 0.004000 +# with template 02-raw-require.t.tpl +my $file = "Net/API/RPX/Exception/Service.pm"; +my $err; +{ + local $@; + eval { require $file; 1 } or $err = $@; +}; +if( not defined $err ) { + print "1..1\nok 1 - require ${file}\n"; + exit 0; +} +print "1..1\nnot ok 1 - require ${file}\n"; +print STDERR "# ${_}\n" for split /\n/, $err; +exit 1; diff --git a/t/00-compile/lib_Net_API_RPX_Exception_Usage_pm.t b/t/00-compile/lib_Net_API_RPX_Exception_Usage_pm.t index fa86e7c..91a50e1 100644 --- a/t/00-compile/lib_Net_API_RPX_Exception_Usage_pm.t +++ b/t/00-compile/lib_Net_API_RPX_Exception_Usage_pm.t @@ -1,11 +1,17 @@ -use strict; -use warnings; - # This test was generated for -# 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; - -require_ok("lib/Net/API/RPX/Exception/Usage.pm"); +# using by Dist::Zilla::Plugin::Test::Compile::PerFile ( @Author::KENTNL/Test::Compile::PerFile ) version 0.004000 +# with template 02-raw-require.t.tpl +my $file = "Net/API/RPX/Exception/Usage.pm"; +my $err; +{ + local $@; + eval { require $file; 1 } or $err = $@; +}; +if( not defined $err ) { + print "1..1\nok 1 - require ${file}\n"; + exit 0; +} +print "1..1\nnot ok 1 - require ${file}\n"; +print STDERR "# ${_}\n" for split /\n/, $err; +exit 1; diff --git a/t/00-compile/lib_Net_API_RPX_Exception_pm.t b/t/00-compile/lib_Net_API_RPX_Exception_pm.t index 48ae011..d152936 100644 --- a/t/00-compile/lib_Net_API_RPX_Exception_pm.t +++ b/t/00-compile/lib_Net_API_RPX_Exception_pm.t @@ -1,11 +1,17 @@ -use strict; -use warnings; - # This test was generated for -# 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; - -require_ok("lib/Net/API/RPX/Exception.pm"); +# using by Dist::Zilla::Plugin::Test::Compile::PerFile ( @Author::KENTNL/Test::Compile::PerFile ) version 0.004000 +# with template 02-raw-require.t.tpl +my $file = "Net/API/RPX/Exception.pm"; +my $err; +{ + local $@; + eval { require $file; 1 } or $err = $@; +}; +if( not defined $err ) { + print "1..1\nok 1 - require ${file}\n"; + exit 0; +} +print "1..1\nnot ok 1 - require ${file}\n"; +print STDERR "# ${_}\n" for split /\n/, $err; +exit 1; diff --git a/t/00-compile/lib_Net_API_RPX_pm.t b/t/00-compile/lib_Net_API_RPX_pm.t index 5716aad..7847e32 100644 --- a/t/00-compile/lib_Net_API_RPX_pm.t +++ b/t/00-compile/lib_Net_API_RPX_pm.t @@ -1,11 +1,17 @@ -use strict; -use warnings; - # This test was generated for -# 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; - -require_ok("lib/Net/API/RPX.pm"); +# using by Dist::Zilla::Plugin::Test::Compile::PerFile ( @Author::KENTNL/Test::Compile::PerFile ) version 0.004000 +# with template 02-raw-require.t.tpl +my $file = "Net/API/RPX.pm"; +my $err; +{ + local $@; + eval { require $file; 1 } or $err = $@; +}; +if( not defined $err ) { + print "1..1\nok 1 - require ${file}\n"; + exit 0; +} +print "1..1\nnot ok 1 - require ${file}\n"; +print STDERR "# ${_}\n" for split /\n/, $err; +exit 1; diff --git a/t/00-report-prereqs.dd b/t/00-report-prereqs.dd index 09c840e..afb94a8 100644 --- a/t/00-report-prereqs.dd +++ b/t/00-report-prereqs.dd @@ -38,7 +38,7 @@ do { my $x = { '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', @@ -49,10 +49,11 @@ 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', - 'Dist::Zilla::Plugin::Test::Compile::PerFile' => '0', + 'Dist::Zilla::Plugin::Test::Compile::PerFile' => '0.003902', 'Dist::Zilla::Plugin::Test::EOL' => '0', 'Dist::Zilla::Plugin::Test::Kwalitee' => '0', 'Dist::Zilla::Plugin::Test::MinimumVersion' => '0', @@ -61,18 +62,21 @@ 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::BSD' => '0', 'Test::CPAN::Changes' => '0.19', 'Test::CPAN::Meta' => '0', 'Test::EOL' => '0', 'Test::Kwalitee' => '1.21', - 'Test::More' => '0.88', + 'Test::MinimumVersion' => '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.024001' + 'Dist::Zilla::App::Command::bakeini' => '0.002006', + 'Dist::Zilla::PluginBundle::Author::KENTNL' => '2.025021' } }, 'runtime' => { @@ -103,7 +107,7 @@ do { my $x = { 'ExtUtils::MakeMaker' => '0', 'File::Spec' => '0', 'Test::Exception' => '0', - 'Test::More' => '0.89', + 'Test::More' => '0', 'mocked' => '0', 'perl' => '5.006', 'unmocked' => '0' diff --git a/t/00-report-prereqs.t b/t/00-report-prereqs.t index b0e7e65..e338372 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.020 +# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.025 use Test::More tests => 1; @@ -78,10 +78,10 @@ my $full_prereqs = _merge_prereqs( # Add dynamic prereqs to the included modules list (if we can) my ($source) = grep { -f } 'MYMETA.json', 'MYMETA.yml'; -if ( $source && $HAS_CPAN_META ) { - if ( my $meta = eval { CPAN::Meta->load_file($source) } ) { - $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs); - } +if ( $source && $HAS_CPAN_META + && (my $meta = eval { CPAN::Meta->load_file($source) } ) +) { + $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs); } else { $source = 'static metadata'; diff --git a/xt/author/eol.t b/xt/author/eol.t index 130ff9b..67a8c4a 100644 --- a/xt/author/eol.t +++ b/xt/author/eol.t @@ -1,7 +1,7 @@ use strict; use warnings; -# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.17 +# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.19 use Test::More 0.88; use Test::EOL; 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/cpan-changes.t b/xt/release/cpan-changes.t index 8e6e413..286005a 100644 --- a/xt/release/cpan-changes.t +++ b/xt/release/cpan-changes.t @@ -1,11 +1,10 @@ -#!perl - use strict; use warnings; -use Test::More 0.96 tests => 2; -use_ok('Test::CPAN::Changes'); +# this test was generated with Dist::Zilla::Plugin::Test::CPAN::Changes 0.012 + +use Test::More 0.96 tests => 1; +use Test::CPAN::Changes; subtest 'changes_ok' => sub { changes_file_ok('Changes'); }; -done_testing(); diff --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;