diff --git a/.travis.yml b/.travis.yml index 894f816..f85ee18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,57 +1,57 @@ -language: perl -sudo: false -matrix: - allow_failures: - - perl: "5.8" - - env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1 - - env: STERILIZE_ENV=0 DEVELOPER_DEPS=1 - include: - - perl: "5.21" - env: STERILIZE_ENV=0 COVERAGE_TESTING=1 - - perl: "5.21" - env: STERILIZE_ENV=1 - - perl: "5.8" - env: STERILIZE_ENV=0 - - perl: "5.10" - env: STERILIZE_ENV=0 - - perl: "5.12" - env: STERILIZE_ENV=0 - - perl: "5.14" - env: STERILIZE_ENV=0 - - perl: "5.16" - env: STERILIZE_ENV=0 - - perl: "5.20" - env: STERILIZE_ENV=0 - - perl: "5.21" - env: STERILIZE_ENV=0 - - perl: "5.8" - env: STERILIZE_ENV=1 - - perl: "5.10" - env: STERILIZE_ENV=1 - - perl: "5.20" - env: STERILIZE_ENV=1 - - perl: "5.21" - env: STERILIZE_ENV=0 DEVELOPER_DEPS=1 - - perl: "5.21" - env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1 +--- +after_failure: + - perl ./maint-travis-ci/report_fail_ctx.pl before_install: - perlbrew list - time git clone --depth 10 https://github.com/kentfredric/travis-scripts.git maint-travis-ci - time git -C ./maint-travis-ci reset --hard master - time perl ./maint-travis-ci/branch_reset.pl - time perl ./maint-travis-ci/sterilize_env.pl +before_script: + - time perl ./maint-travis-ci/before_script.pl +branches: + only: + - master + - build/master + - releases install: - time perl ./maint-travis-ci/install_deps_early.pl - time perl ./maint-travis-ci/install_deps.pl -before_script: - - time perl ./maint-travis-ci/before_script.pl +language: perl +matrix: + allow_failures: + - perl: 5.8 + - env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1 + - env: STERILIZE_ENV=0 DEVELOPER_DEPS=1 + include: + - env: STERILIZE_ENV=0 COVERAGE_TESTING=1 + perl: 5.21 + - env: STERILIZE_ENV=1 + perl: 5.21 + - env: STERILIZE_ENV=0 + perl: 5.8 + - env: STERILIZE_ENV=0 + perl: 5.10 + - env: STERILIZE_ENV=0 + perl: 5.12 + - env: STERILIZE_ENV=0 + perl: 5.14 + - env: STERILIZE_ENV=0 + perl: 5.16 + - env: STERILIZE_ENV=0 + perl: 5.20 + - env: STERILIZE_ENV=0 + perl: 5.21 + - env: STERILIZE_ENV=1 + perl: 5.8 + - env: STERILIZE_ENV=1 + perl: 5.10 + - env: STERILIZE_ENV=1 + perl: 5.20 + - env: STERILIZE_ENV=0 DEVELOPER_DEPS=1 + perl: 5.21 + - env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1 + perl: 5.21 script: - time perl ./maint-travis-ci/script.pl -after_failure: - - perl ./maint-travis-ci/report_fail_ctx.pl -branches: - only: - - "master" - - "build/master" - - "releases" - +sudo: false diff --git a/Changes b/Changes index 759f3a6..7fca9f0 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ Release history for Acme-CPANAuthors-MBTI +0.001001 2015-01-18T07:51:34Z 65b7481 + [Bugfix] + - Have CPANAuthors that supports empty namespaces in ::CPANAuthors + + [Dependencies::Stats] + - Dependencies changed since 0.001000, see misc/*.deps* for details + - configure: -1 (recommends: ↓1) + - develop: +3 -1 (recommends: ↓1, suggests: ↑1) + - runtime: +1 + - test: -1 (recommends: ↓2) + 0.001000 2014-12-26T11:48:13Z 70a79bf - First version. diff --git a/LICENSE b/LICENSE index f54a236..8a16217 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -This software is copyright (c) 2014 by Kent Fredric . +This software is copyright (c) 2015 by Kent Fredric . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. @@ -12,7 +12,7 @@ b) the "Artistic License" --- The GNU General Public License, Version 1, February 1989 --- -This software is Copyright (c) 2014 by Kent Fredric . +This software is Copyright (c) 2015 by Kent Fredric . This is free software, licensed under: @@ -272,7 +272,7 @@ That's all there is to it! --- The Artistic License 1.0 --- -This software is Copyright (c) 2014 by Kent Fredric . +This software is Copyright (c) 2015 by Kent Fredric . This is free software, licensed under: diff --git a/MANIFEST b/MANIFEST index 3a550da..da483f1 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.029. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.031. .gitignore .mailmap .perltidyrc diff --git a/META.json b/META.json index 6d44b83..0c8ff05 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,7 @@ "Kent Fredric " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.029, CPAN::Meta::Converter version 2.143240", + "generated_by" : "Dist::Zilla version 5.031, CPAN::Meta::Converter version 2.143240", "license" : [ "perl_5" ], @@ -16,21 +16,21 @@ "prereqs" : { "configure" : { "recommends" : { - "ExtUtils::MakeMaker" : "7.04" + "ExtUtils::MakeMaker" : "7.00" }, "requires" : { - "ExtUtils::MakeMaker" : "0", - "perl" : "5.008" + "ExtUtils::MakeMaker" : "0" } }, "develop" : { "recommends" : { - "Test::More" : "1.301001_075" + "Test::More" : "0.99" }, "requires" : { "Acme::CPANAuthors::Factory" : "0", "Dist::Zilla" : "5", "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.001001", + "Dist::Zilla::Plugin::Author::KENTNL::TravisCI" : "0", "Dist::Zilla::Plugin::Authority" : "1.006", "Dist::Zilla::Plugin::AutoPrereqs" : "0", "Dist::Zilla::Plugin::BumpVersionAfterRelease" : "0", @@ -54,7 +54,6 @@ "Dist::Zilla::Plugin::MetaProvides::Package" : "1.14000001", "Dist::Zilla::Plugin::MetaTests" : "0", "Dist::Zilla::Plugin::MetaYAML" : "0", - "Dist::Zilla::Plugin::MinimumPerl" : "0", "Dist::Zilla::Plugin::MungeFile::WithDataSection" : "0.003", "Dist::Zilla::Plugin::PodCoverageTests" : "0", "Dist::Zilla::Plugin::PodSyntaxTests" : "0", @@ -62,6 +61,8 @@ "Dist::Zilla::Plugin::Prereqs" : "0", "Dist::Zilla::Plugin::Prereqs::AuthorDeps" : "0", "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled" : "0", + "Dist::Zilla::Plugin::Prereqs::Upgrade" : "0", + "Dist::Zilla::Plugin::Readme::Brief" : "0", "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0", "Dist::Zilla::Plugin::RewriteVersion::Sanitized" : "0", "Dist::Zilla::Plugin::RunExtraTests" : "0", @@ -94,11 +95,12 @@ }, "suggests" : { "Dist::Zilla::App::Command::bakeini" : "0.002000", - "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.022002" + "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.023002" } }, "runtime" : { "requires" : { + "Acme::CPANAuthors" : "0.24", "perl" : "5.008", "strict" : "0", "utf8" : "0", @@ -108,25 +110,24 @@ "test" : { "recommends" : { "CPAN::Meta" : "2.120900", - "ExtUtils::MakeMaker" : "7.04", - "Test::More" : "1.301001_075" + "ExtUtils::MakeMaker" : "7.00", + "Test::More" : "0.99" }, "requires" : { "ExtUtils::MakeMaker" : "0", "File::Spec" : "0", - "Test::More" : "0.89", - "perl" : "5.008" + "Test::More" : "0.89" } } }, "provides" : { "Acme::CPANAuthors::MBTI" : { "file" : "lib/Acme/CPANAuthors/MBTI.pm", - "version" : "0.001000" + "version" : "0.001001" }, "Acme::CPANAuthors::MBTI::INTP" : { "file" : "lib/Acme/CPANAuthors/MBTI/INTP.pm", - "version" : "0.001000" + "version" : "0.001001" } }, "release_status" : "stable", @@ -141,7 +142,7 @@ "web" : "https://github.com/kentnl/Acme-CPANAuthors-MBTI" } }, - "version" : "0.001000", + "version" : "0.001001", "x_BuiltWith" : { "external_file" : "misc/built_with.json" }, @@ -166,7 +167,7 @@ { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@Author::KENTNL/MetaConfig", - "version" : "5.029" + "version" : "5.031" }, { "class" : "Dist::Zilla::Plugin::GithubMeta", @@ -181,7 +182,7 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "5.029" + "version" : "5.031" } ] }, @@ -192,7 +193,7 @@ } }, "name" : "@Author::KENTNL/MetaProvides::Package", - "version" : "2.001002" + "version" : "2.003000" }, { "class" : "Dist::Zilla::Plugin::MetaData::BuiltWith", @@ -216,7 +217,7 @@ } }, "name" : "@Author::KENTNL/MetaData::BuiltWith", - "version" : "1.004000" + "version" : "1.004001" }, { "class" : "Dist::Zilla::Plugin::Git::Contributors", @@ -261,22 +262,27 @@ { "class" : "Dist::Zilla::Plugin::License", "name" : "@Author::KENTNL/License", - "version" : "5.029" + "version" : "5.031" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@Author::KENTNL/MetaJSON", - "version" : "5.029" + "version" : "5.031" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@Author::KENTNL/MetaYAML", - "version" : "5.029" + "version" : "5.031" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@Author::KENTNL/Manifest", - "version" : "5.029" + "version" : "5.031" + }, + { + "class" : "Dist::Zilla::Plugin::Author::KENTNL::TravisCI", + "name" : "@Author::KENTNL/Author::KENTNL::TravisCI", + "version" : "0.001000" }, { "class" : "Dist::Zilla::Plugin::CopyFilesFromBuild", @@ -286,17 +292,17 @@ { "class" : "Dist::Zilla::Plugin::MetaTests", "name" : "@Author::KENTNL/MetaTests", - "version" : "5.029" + "version" : "5.031" }, { "class" : "Dist::Zilla::Plugin::PodCoverageTests", "name" : "@Author::KENTNL/PodCoverageTests", - "version" : "5.029" + "version" : "5.031" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@Author::KENTNL/PodSyntaxTests", - "version" : "5.029" + "version" : "5.031" }, { "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs", @@ -332,7 +338,7 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::KENTNL/Test::Compile::PerFile/AUTOVIV/:InstallModulesPM", - "version" : "5.029" + "version" : "5.031" }, { "class" : "Dist::Zilla::Plugin::Test::Compile::PerFile", @@ -360,7 +366,7 @@ { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@Author::KENTNL/ManifestSkip", - "version" : "5.029" + "version" : "5.031" }, { "class" : "Dist::Zilla::Plugin::RewriteVersion::Sanitized", @@ -371,7 +377,7 @@ } }, "name" : "@Author::KENTNL/RewriteVersion::Sanitized", - "version" : "0.001004" + "version" : "0.001005" }, { "class" : "Dist::Zilla::Plugin::PodWeaver", @@ -385,87 +391,87 @@ { "class" : "Pod::Weaver::Plugin::EnsurePod5", "name" : "@CorePrep/EnsurePod5", - "version" : "4.009" + "version" : "4.010" }, { "class" : "Pod::Weaver::Plugin::H1Nester", "name" : "@CorePrep/H1Nester", - "version" : "4.009" + "version" : "4.010" }, { "class" : "Pod::Weaver::Plugin::SingleEncoding", "name" : "-SingleEncoding", - "version" : "4.009" + "version" : "4.010" }, { "class" : "Pod::Weaver::Section::Name", "name" : "Name", - "version" : "4.009" + "version" : "4.010" }, { "class" : "Pod::Weaver::Section::Version", "name" : "Version", - "version" : "4.009" + "version" : "4.010" }, { "class" : "Pod::Weaver::Section::Region", "name" : "prelude", - "version" : "4.009" + "version" : "4.010" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "SYNOPSIS", - "version" : "4.009" + "version" : "4.010" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "DESCRIPTION", - "version" : "4.009" + "version" : "4.010" }, { "class" : "Pod::Weaver::Section::Generic", "name" : "OVERVIEW", - "version" : "4.009" + "version" : "4.010" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "METHODS", - "version" : "4.009" + "version" : "4.010" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "ATTRIBUTES", - "version" : "4.009" + "version" : "4.010" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "PRIVATE_ATTRIBUTES", - "version" : "4.009" + "version" : "4.010" }, { "class" : "Pod::Weaver::Section::Collect", "name" : "PRIVATE_METHODS", - "version" : "4.009" + "version" : "4.010" }, { "class" : "Pod::Weaver::Section::Leftovers", "name" : "Leftovers", - "version" : "4.009" + "version" : "4.010" }, { "class" : "Pod::Weaver::Section::Region", "name" : "postlude", - "version" : "4.009" + "version" : "4.010" }, { "class" : "Pod::Weaver::Section::Authors", "name" : "Authors", - "version" : "4.009" + "version" : "4.010" }, { "class" : "Pod::Weaver::Section::Legal", "name" : "Legal", - "version" : "4.009" + "version" : "4.010" } ] } @@ -476,7 +482,7 @@ { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "@Author::KENTNL/AutoPrereqs", - "version" : "5.029" + "version" : "5.031" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -487,18 +493,13 @@ } }, "name" : "@Author::KENTNL/BundleDevelSuggests", - "version" : "5.029" + "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", @@ -512,7 +513,7 @@ } }, "name" : "@Author::KENTNL/MakeMaker", - "version" : "5.029" + "version" : "5.031" }, { "class" : "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes", @@ -520,9 +521,9 @@ "version" : "0.004001" }, { - "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod", + "class" : "Dist::Zilla::Plugin::Readme::Brief", "name" : "@Author::KENTNL/ShippedReadme", - "version" : "0.142470" + "version" : "0.002002" }, { "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod", @@ -547,12 +548,12 @@ { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@Author::KENTNL/TestRelease", - "version" : "5.029" + "version" : "5.031" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@Author::KENTNL/ConfirmRelease", - "version" : "5.029" + "version" : "5.031" }, { "class" : "Dist::Zilla::Plugin::Git::Check", @@ -604,7 +605,7 @@ "Dist::Zilla::Plugin::Git::Tag" : { "branch" : null, "signed" : 0, - "tag" : "0.001000-source", + "tag" : "0.001001-source", "tag_format" : "%v-source", "tag_message" : "v%v", "time_zone" : "local" @@ -675,7 +676,7 @@ "Dist::Zilla::Plugin::Git::Tag" : { "branch" : "releases", "signed" : 0, - "tag" : "0.001000", + "tag" : "0.001001", "tag_format" : "%v", "tag_message" : "v%v", "time_zone" : "local" @@ -690,7 +691,7 @@ { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@Author::KENTNL/UploadToCPAN", - "version" : "5.029" + "version" : "5.031" }, { "class" : "Dist::Zilla::Plugin::Twitter", @@ -698,33 +699,24 @@ "version" : "0.026" }, { - "class" : "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled", + "class" : "Dist::Zilla::Plugin::Prereqs::Upgrade", "config" : { - "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled" : { - "applyto_map" : [ - "build.requires = build.recommends", - "test.requires = test.recommends", - "runtime.requires = runtime.recommends", - "configure.requires = configure.recommends", - "develop.requires = develop.recommends" - ], - "applyto_phase" : [ - "build", - "test", - "runtime", - "configure", - "develop" - ], - "modules" : [ - "ExtUtils::MakeMaker", - "Test::More" - ], - "source_relation" : "requires", - "target_relation" : "recommends" + "Dist::Zilla::Plugin::Prereqs::Upgrade" : { + "modules" : { + "Dist::Zila::Plugin::MetaProvides::Package" : "2.000000", + "Dist::Zilla" : "5", + "ExtUtils::MakeMaker" : "7.00", + "File::ShareDir::Install" : "0.10", + "Moo" : "1.000008", + "Moose" : "2.000", + "Path::Tiny" : "0.058", + "Test::File::ShareDir" : "1.000000", + "Test::More" : "0.99" + } } }, - "name" : "@Author::KENTNL/Prereqs::Recommend::MatchInstalled", - "version" : "0.003001" + "name" : "@Author::KENTNL/Prereqs::Upgrade", + "version" : "0.001000" }, { "class" : "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled", @@ -756,7 +748,18 @@ } }, "name" : "@Author::KENTNL/::Role::BundleDeps", - "version" : "5.029" + "version" : "5.031" + }, + { + "class" : "Dist::Zilla::Plugin::Prereqs", + "config" : { + "Dist::Zilla::Plugin::Prereqs" : { + "phase" : "runtime", + "type" : "requires" + } + }, + "name" : "Prereqs", + "version" : "5.031" }, { "class" : "Dist::Zilla::Plugin::Prereqs", @@ -767,52 +770,52 @@ } }, "name" : "DevelopRequires", - "version" : "5.029" + "version" : "5.031" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "5.029" + "version" : "5.031" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "5.029" + "version" : "5.031" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "5.029" + "version" : "5.031" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "5.029" + "version" : "5.031" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "5.029" + "version" : "5.031" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "5.029" + "version" : "5.031" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "5.029" + "version" : "5.031" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "5.029" + "version" : "5.031" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "5.029" + "version" : "5.031" } ], "zilla" : { @@ -820,7 +823,7 @@ "config" : { "is_trial" : "0" }, - "version" : "5.029" + "version" : "5.031" } }, "x_authority" : "cpan:KENTNL" diff --git a/META.yml b/META.yml index 913bc09..bada9b7 100644 --- a/META.yml +++ b/META.yml @@ -6,12 +6,10 @@ build_requires: ExtUtils::MakeMaker: '0' File::Spec: '0' Test::More: '0.89' - perl: '5.008' configure_requires: ExtUtils::MakeMaker: '0' - perl: '5.008' dynamic_config: 0 -generated_by: 'Dist::Zilla version 5.029, CPAN::Meta::Converter version 2.143240' +generated_by: 'Dist::Zilla version 5.031, CPAN::Meta::Converter version 2.143240' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -20,11 +18,12 @@ name: Acme-CPANAuthors-MBTI provides: Acme::CPANAuthors::MBTI: file: lib/Acme/CPANAuthors/MBTI.pm - version: '0.001000' + version: '0.001001' Acme::CPANAuthors::MBTI::INTP: file: lib/Acme/CPANAuthors/MBTI/INTP.pm - version: '0.001000' + version: '0.001001' requires: + Acme::CPANAuthors: '0.24' perl: '5.008' strict: '0' utf8: '0' @@ -33,7 +32,7 @@ resources: bugtracker: https://github.com/kentnl/Acme-CPANAuthors-MBTI/issues homepage: https://github.com/kentnl/Acme-CPANAuthors-MBTI repository: https://github.com/kentnl/Acme-CPANAuthors-MBTI.git -version: '0.001000' +version: '0.001001' x_BuiltWith: external_file: misc/built_with.json x_Dist_Zilla: @@ -52,7 +51,7 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::MetaConfig name: '@Author::KENTNL/MetaConfig' - version: '5.029' + version: '5.031' - class: Dist::Zilla::Plugin::GithubMeta name: '@Author::KENTNL/GithubMeta' @@ -65,13 +64,13 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::FinderCode name: '@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '5.029' + version: '5.031' Dist::Zilla::Role::MetaProvider::Provider: inherit_missing: '1' inherit_version: '1' meta_noindex: '1' name: '@Author::KENTNL/MetaProvides::Package' - version: '2.001002' + version: '2.003000' - class: Dist::Zilla::Plugin::MetaData::BuiltWith config: @@ -90,7 +89,7 @@ x_Dist_Zilla: uname_call: uname use_external_file: only name: '@Author::KENTNL/MetaData::BuiltWith' - version: '1.004000' + version: '1.004001' - class: Dist::Zilla::Plugin::Git::Contributors config: @@ -125,19 +124,23 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::License name: '@Author::KENTNL/License' - version: '5.029' + version: '5.031' - class: Dist::Zilla::Plugin::MetaJSON name: '@Author::KENTNL/MetaJSON' - version: '5.029' + version: '5.031' - class: Dist::Zilla::Plugin::MetaYAML name: '@Author::KENTNL/MetaYAML' - version: '5.029' + version: '5.031' - class: Dist::Zilla::Plugin::Manifest name: '@Author::KENTNL/Manifest' - version: '5.029' + 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' @@ -145,15 +148,15 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::MetaTests name: '@Author::KENTNL/MetaTests' - version: '5.029' + version: '5.031' - class: Dist::Zilla::Plugin::PodCoverageTests name: '@Author::KENTNL/PodCoverageTests' - version: '5.029' + version: '5.031' - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@Author::KENTNL/PodSyntaxTests' - version: '5.029' + version: '5.031' - class: Dist::Zilla::Plugin::Test::ReportPrereqs name: '@Author::KENTNL/Test::ReportPrereqs' @@ -180,7 +183,7 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::FinderCode name: '@Author::KENTNL/Test::Compile::PerFile/AUTOVIV/:InstallModulesPM' - version: '5.029' + version: '5.031' - class: Dist::Zilla::Plugin::Test::Compile::PerFile config: @@ -202,7 +205,7 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::ManifestSkip name: '@Author::KENTNL/ManifestSkip' - version: '5.029' + version: '5.031' - class: Dist::Zilla::Plugin::RewriteVersion::Sanitized config: @@ -210,7 +213,7 @@ x_Dist_Zilla: mantissa: '6' normal_form: numify name: '@Author::KENTNL/RewriteVersion::Sanitized' - version: '0.001004' + version: '0.001005' - class: Dist::Zilla::Plugin::PodWeaver config: @@ -222,77 +225,77 @@ x_Dist_Zilla: - class: Pod::Weaver::Plugin::EnsurePod5 name: '@CorePrep/EnsurePod5' - version: '4.009' + version: '4.010' - class: Pod::Weaver::Plugin::H1Nester name: '@CorePrep/H1Nester' - version: '4.009' + version: '4.010' - class: Pod::Weaver::Plugin::SingleEncoding name: -SingleEncoding - version: '4.009' + version: '4.010' - class: Pod::Weaver::Section::Name name: Name - version: '4.009' + version: '4.010' - class: Pod::Weaver::Section::Version name: Version - version: '4.009' + version: '4.010' - class: Pod::Weaver::Section::Region name: prelude - version: '4.009' + version: '4.010' - class: Pod::Weaver::Section::Generic name: SYNOPSIS - version: '4.009' + version: '4.010' - class: Pod::Weaver::Section::Generic name: DESCRIPTION - version: '4.009' + version: '4.010' - class: Pod::Weaver::Section::Generic name: OVERVIEW - version: '4.009' + version: '4.010' - class: Pod::Weaver::Section::Collect name: METHODS - version: '4.009' + version: '4.010' - class: Pod::Weaver::Section::Collect name: ATTRIBUTES - version: '4.009' + version: '4.010' - class: Pod::Weaver::Section::Collect name: PRIVATE_ATTRIBUTES - version: '4.009' + version: '4.010' - class: Pod::Weaver::Section::Collect name: PRIVATE_METHODS - version: '4.009' + version: '4.010' - class: Pod::Weaver::Section::Leftovers name: Leftovers - version: '4.009' + version: '4.010' - class: Pod::Weaver::Section::Region name: postlude - version: '4.009' + version: '4.010' - class: Pod::Weaver::Section::Authors name: Authors - version: '4.009' + version: '4.010' - class: Pod::Weaver::Section::Legal name: Legal - version: '4.009' + version: '4.010' name: '@Author::KENTNL/PodWeaver' version: '4.006' - class: Dist::Zilla::Plugin::AutoPrereqs name: '@Author::KENTNL/AutoPrereqs' - version: '5.029' + version: '5.031' - class: Dist::Zilla::Plugin::Prereqs config: @@ -300,15 +303,11 @@ x_Dist_Zilla: phase: develop type: suggests name: '@Author::KENTNL/BundleDevelSuggests' - version: '5.029' + 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' @@ -319,15 +318,15 @@ x_Dist_Zilla: Dist::Zilla::Role::TestRunner: default_jobs: '10' name: '@Author::KENTNL/MakeMaker' - version: '5.029' + version: '5.031' - class: Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes name: '@Author::KENTNL/Author::KENTNL::RecommendFixes' version: '0.004001' - - class: Dist::Zilla::Plugin::ReadmeAnyFromPod + class: Dist::Zilla::Plugin::Readme::Brief name: '@Author::KENTNL/ShippedReadme' - version: '0.142470' + version: '0.002002' - class: Dist::Zilla::Plugin::ReadmeAnyFromPod name: '@Author::KENTNL/ReadmeAnyFromPod' @@ -346,11 +345,11 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::TestRelease name: '@Author::KENTNL/TestRelease' - version: '5.029' + version: '5.031' - class: Dist::Zilla::Plugin::ConfirmRelease name: '@Author::KENTNL/ConfirmRelease' - version: '5.029' + version: '5.031' - class: Dist::Zilla::Plugin::Git::Check config: @@ -389,7 +388,7 @@ x_Dist_Zilla: Dist::Zilla::Plugin::Git::Tag: branch: ~ signed: 0 - tag: 0.001000-source + tag: 0.001001-source tag_format: '%v-source' tag_message: v%v time_zone: local @@ -443,7 +442,7 @@ x_Dist_Zilla: Dist::Zilla::Plugin::Git::Tag: branch: releases signed: 0 - tag: '0.001000' + tag: '0.001001' tag_format: '%v' tag_message: v%v time_zone: local @@ -454,34 +453,27 @@ x_Dist_Zilla: - class: Dist::Zilla::Plugin::UploadToCPAN name: '@Author::KENTNL/UploadToCPAN' - version: '5.029' + version: '5.031' - class: Dist::Zilla::Plugin::Twitter name: '@Author::KENTNL/Twitter' version: '0.026' - - class: Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled + class: Dist::Zilla::Plugin::Prereqs::Upgrade config: - Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled: - applyto_map: - - 'build.requires = build.recommends' - - 'test.requires = test.recommends' - - 'runtime.requires = runtime.recommends' - - 'configure.requires = configure.recommends' - - 'develop.requires = develop.recommends' - applyto_phase: - - build - - test - - runtime - - configure - - develop + Dist::Zilla::Plugin::Prereqs::Upgrade: modules: - - ExtUtils::MakeMaker - - Test::More - source_relation: requires - target_relation: recommends - name: '@Author::KENTNL/Prereqs::Recommend::MatchInstalled' - version: '0.003001' + 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: @@ -504,7 +496,15 @@ x_Dist_Zilla: phase: develop type: requires name: '@Author::KENTNL/::Role::BundleDeps' - version: '5.029' + version: '5.031' + - + class: Dist::Zilla::Plugin::Prereqs + config: + Dist::Zilla::Plugin::Prereqs: + phase: runtime + type: requires + name: Prereqs + version: '5.031' - class: Dist::Zilla::Plugin::Prereqs config: @@ -512,46 +512,46 @@ x_Dist_Zilla: phase: develop type: requires name: DevelopRequires - version: '5.029' + version: '5.031' - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '5.029' + version: '5.031' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: '5.029' + version: '5.031' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: '5.029' + version: '5.031' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: '5.029' + version: '5.031' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: '5.029' + version: '5.031' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: '5.029' + version: '5.031' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' - version: '5.029' + version: '5.031' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' - version: '5.029' + version: '5.031' - class: Dist::Zilla::Plugin::FinderCode name: '@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '5.029' + version: '5.031' zilla: class: Dist::Zilla::Dist::Builder config: is_trial: '0' - version: '5.029' + version: '5.031' x_authority: cpan:KENTNL diff --git a/Makefile.PL b/Makefile.PL index 7d61064..a43b50d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,5 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.029. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.031. use strict; use warnings; @@ -21,6 +21,7 @@ my %WriteMakefileArgs = ( "MIN_PERL_VERSION" => "5.008", "NAME" => "Acme::CPANAuthors::MBTI", "PREREQ_PM" => { + "Acme::CPANAuthors" => "0.24", "strict" => 0, "utf8" => 0, "warnings" => 0 @@ -30,7 +31,7 @@ my %WriteMakefileArgs = ( "File::Spec" => 0, "Test::More" => "0.89" }, - "VERSION" => "0.001000", + "VERSION" => "0.001001", "test" => { "TESTS" => "t/*.t t/00-compile/*.t" } @@ -38,6 +39,7 @@ my %WriteMakefileArgs = ( my %FallbackPrereqs = ( + "Acme::CPANAuthors" => "0.24", "ExtUtils::MakeMaker" => 0, "File::Spec" => 0, "Test::More" => "0.89", diff --git a/README b/README index c1693f0..345a4b6 100644 --- a/README +++ b/README @@ -1,56 +1,60 @@ -NAME +Acme::CPANAuthors::MBTI - Acme::CPANAuthors::MBTI - CPAN Authors by MBTI Type +Minimal release atm. -VERSION +Send bug reports ( or preferably patches ) if you want inclusion. - version 0.001000 +Will generate extra .pm files on demand as soon as we have members ( +Trivial Effort ) -DESCRIPTION +Recommended quiz for people who have no idea and just want to play +along: - Minimal release atm. +Its not guaranteed to be accurate, but that doesn't matter. - Send bug reports ( or preferably patches ) if you want inclusion. +Its a generalisation tool. - Will generate extra .pm files on demand as soon as we have members ( - Trivial Effort ) +Just because the generalisation holds that averages of demographic +X[0..50] is "Y", that does not mean you can take X[1] and assert Y. - Recommended quiz for people who have no idea and just want to play - along: http://www.25quiz.com/ +However, knowing X[1] is between X[0] and X[50] you can conjecture their +odds at being relative to the demographic average Y. - Its not guaranteed to be accurate, but that doesn't matter. +Thus, one can conjecture what one *might* do in a slightly better manner +than enumerating all possible behaviours observed in humans. - Its a generalisation tool. +Blah blah blah more ranting here. - Just because the generalisation holds that averages of demographic - X[0..50] is "Y", that does not mean you can take X[1] and assert Y. +Creds to "ETHER" for the original +entry I stole all the things from and refactored them to death, +Acme::CPANAuthors::Nonhuman - However, knowing X[1] is between X[0] and X[50] you can conjecture - their odds at being relative to the demographic average Y. +Subsequently, my source file is a lot smaller and needs about 3 +variables modifed to make a new type. - Thus, one can conjecture what one might do in a slightly better manner - than enumerating all possible behaviours observed in humans. +So just change the files in "/authorlists" - Blah blah blah more ranting here. +INSTALLATION - Creds to ETHER for the original - entry I stole all the things from and refactored them to death, - Acme::CPANAuthors::Nonhuman +This is a Perl module distribution. It should be installed with whichever +tool you use to manage your installation of Perl, e.g. any of - Subsequently, my source file is a lot smaller and needs about 3 - variables modifed to make a new type. + cpanm . + cpan . + cpanp -i . - So just change the files in /authorlists +Consult http://www.cpan.org/modules/INSTALL.html for further instruction. +Should you wish to install this module manually, the procedure is -AUTHOR - - Kent Fredric + perl Makefile.PL + make + make test + make install COPYRIGHT AND LICENSE - This software is copyright (c) 2014 by Kent Fredric - . - - This is free software; you can redistribute it and/or modify it under - the same terms as the Perl 5 programming language system itself. +This software is copyright (c) 2015 by Kent Fredric +. +This is free software; you can redistribute it and/or modify it under +the same terms as the Perl 5 programming language system itself. diff --git a/dist.ini b/dist.ini index d3cc21d..79d0e07 100644 --- a/dist.ini +++ b/dist.ini @@ -49,6 +49,8 @@ include_dotfiles = 1 [Manifest / @Author::KENTNL/Manifest] +[Author::KENTNL::TravisCI / @Author::KENTNL/Author::KENTNL::TravisCI] + [CopyFilesFromBuild / @Author::KENTNL/CopyXBuild] copy = LICENSE @@ -86,13 +88,10 @@ replacer = replace_with_blank -phase = develop -type = suggests Dist::Zilla::App::Command::bakeini = 0.001000 -Dist::Zilla::PluginBundle::Author::KENTNL = 2.022002 +Dist::Zilla::PluginBundle::Author::KENTNL = 2.023002 [Prereqs::AuthorDeps / @Author::KENTNL/Prereqs::AuthorDeps] -[MinimumPerl / @Author::KENTNL/MinimumPerl] -configure_finder = :NoFiles - [Authority / @Author::KENTNL/Authority] :version = 1.006 authority = cpan:KENTNL @@ -105,10 +104,7 @@ default_jobs = 10 [Author::KENTNL::RecommendFixes / @Author::KENTNL/Author::KENTNL::RecommendFixes] :version = 0.001001 -[ReadmeAnyFromPod / @Author::KENTNL/ShippedReadme] -filename = README -location = build -type = text +[Readme::Brief / @Author::KENTNL/ShippedReadme] [ReadmeAnyFromPod / @Author::KENTNL/ReadmeAnyFromPod] filename = README.mkdn @@ -156,9 +152,16 @@ hash_tags = #perl #cpan #mbti tweet_url = https://metacpan.org/release/{{$AUTHOR_UC}}/{{$DIST}}-{{$VERSION}}{{$TRIAL}}#whatsnew url_shortener = none -[Prereqs::Recommend::MatchInstalled / @Author::KENTNL/Prereqs::Recommend::MatchInstalled] -modules = ExtUtils::MakeMaker -modules = Test::More +[Prereqs::Upgrade / @Author::KENTNL/Prereqs::Upgrade] +Dist::Zila::Plugin::MetaProvides::Package = 2.000000 +Dist::Zilla = 5 +ExtUtils::MakeMaker = 7.00 +File::ShareDir::Install = 0.10 +Moo = 1.000008 +Moose = 2.000 +Path::Tiny = 0.058 +Test::File::ShareDir = 1.000000 +Test::More = 0.99 [Prereqs::Recommend::MatchInstalled / @Author::KENTNL/always_latest_develop_bundle] applyto_map = develop.suggests = develop.suggests @@ -171,6 +174,7 @@ modules = Dist::Zilla::App::Command::bakeini -phase = develop -relationship = requires Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes = 0.001001 +Dist::Zilla::Plugin::Author::KENTNL::TravisCI = 0 Dist::Zilla::Plugin::Authority = 1.006 Dist::Zilla::Plugin::AutoPrereqs = 0 Dist::Zilla::Plugin::BumpVersionAfterRelease = 0 @@ -194,13 +198,14 @@ 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::MinimumPerl = 0 Dist::Zilla::Plugin::PodCoverageTests = 0 Dist::Zilla::Plugin::PodSyntaxTests = 0 Dist::Zilla::Plugin::PodWeaver = 0 Dist::Zilla::Plugin::Prereqs = 0 Dist::Zilla::Plugin::Prereqs::AuthorDeps = 0 Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled = 0 +Dist::Zilla::Plugin::Prereqs::Upgrade = 0 +Dist::Zilla::Plugin::Readme::Brief = 0 Dist::Zilla::Plugin::ReadmeAnyFromPod = 0 Dist::Zilla::Plugin::RewriteVersion::Sanitized = 0 Dist::Zilla::Plugin::RunExtraTests = 0 @@ -215,6 +220,10 @@ Dist::Zilla::Plugin::TestRelease = 0 Dist::Zilla::Plugin::Twitter = 0 Dist::Zilla::Plugin::UploadToCPAN = 0 +[Prereqs] +Acme::CPANAuthors = 0.24 +perl = 5.008 + [Prereqs / DevelopRequires] HTTP::Tiny = 0 Parse::CPAN::Whois = 0 diff --git a/dist.ini.meta b/dist.ini.meta index 9477895..8a815bb 100644 --- a/dist.ini.meta +++ b/dist.ini.meta @@ -13,7 +13,7 @@ copyright_holder = Kent Fredric finder = :InstallModules [@Author::KENTNL] -:version = 2.022002 +:version = 2.023 normal_form = numify mantissa = 6 toolkit = eumm @@ -22,8 +22,13 @@ bumpversions = 1 copyfiles = LICENSE srcreadme = mkdn twitter_extra_hash_tags = #mbti +-remove = MinimumPerl ; auto_prereqs_skip = File::Find +[Prereqs] +Acme::CPANAuthors = 0.24 ; For parent group with no ->authors +perl = 5.008 + [Prereqs / DevelopRequires] HTTP::Tiny = 0 Parse::CPAN::Whois = 0 diff --git a/lib/Acme/CPANAuthors/MBTI.pm b/lib/Acme/CPANAuthors/MBTI.pm index 4463fd4..439be5c 100644 --- a/lib/Acme/CPANAuthors/MBTI.pm +++ b/lib/Acme/CPANAuthors/MBTI.pm @@ -4,7 +4,7 @@ use warnings; package Acme::CPANAuthors::MBTI; -our $VERSION = '0.001000'; +our $VERSION = '0.001001'; # ABSTRACT: CPAN Authors by MBTI Type @@ -60,7 +60,7 @@ Acme::CPANAuthors::MBTI - CPAN Authors by MBTI Type =head1 VERSION -version 0.001000 +version 0.001001 =head1 DESCRIPTION @@ -100,7 +100,7 @@ Kent Fredric =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2014 by Kent Fredric . +This software is copyright (c) 2015 by Kent Fredric . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/lib/Acme/CPANAuthors/MBTI/INTP.pm b/lib/Acme/CPANAuthors/MBTI/INTP.pm index da2c690..cbbe341 100644 --- a/lib/Acme/CPANAuthors/MBTI/INTP.pm +++ b/lib/Acme/CPANAuthors/MBTI/INTP.pm @@ -9,7 +9,7 @@ package Acme::CPANAuthors::MBTI::INTP; our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY -our $VERSION = '0.001000'; +our $VERSION = '0.001001'; #<<< # Code inserted by inc/expand_author_list#authors_to_code # by Dist::Zilla::Plugin::MungeFile::WithDataSection 0.007 @@ -70,7 +70,7 @@ Acme::CPANAuthors::MBTI::INTP - The TiNe CPAN Authors =head1 VERSION -version 0.001000 +version 0.001001 =head1 SYNOPSIS @@ -113,7 +113,7 @@ who have identified themselves as L<< C|https://en.wikipedia.org/wiki/IN margin-left: auto; margin-right: auto; max-width: 430px"> -KENTNL +KENTNL For more details see L<< C|Acme::CPANAuthors::MBTI >>. @@ -134,7 +134,7 @@ Kent Fredric =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2014 by Kent Fredric . +This software is copyright (c) 2015 by Kent Fredric . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/misc/Changes.deps b/misc/Changes.deps index 2f93a25..d856c85 100644 --- a/misc/Changes.deps +++ b/misc/Changes.deps @@ -1,2 +1,12 @@ This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test) +0.001001 + [Added / runtime requires] + - Acme::CPANAuthors 0.24 + + [Removed / configure requires] + - perl 5.008 + + [Removed / test requires] + - perl 5.008 + diff --git a/misc/Changes.deps.all b/misc/Changes.deps.all index 65afe4c..d4baab4 100644 --- a/misc/Changes.deps.all +++ b/misc/Changes.deps.all @@ -1,2 +1,33 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop) +0.001001 + [Added / develop requires] + - Dist::Zilla::Plugin::Author::KENTNL::TravisCI + - Dist::Zilla::Plugin::Prereqs::Upgrade + - Dist::Zilla::Plugin::Readme::Brief + + [Added / runtime requires] + - Acme::CPANAuthors 0.24 + + [Changed / configure recommends] + - ExtUtils::MakeMaker 7.04 → 7.00 + + [Changed / develop recommends] + - Test::More 1.301001_075 → 0.99 + + [Changed / develop suggests] + - Dist::Zilla::PluginBundle::Author::KENTNL 2.022002 → 2.023002 + + [Changed / test recommends] + - ExtUtils::MakeMaker 7.04 → 7.00 + - Test::More 1.301001_075 → 0.99 + + [Removed / configure requires] + - perl 5.008 + + [Removed / develop requires] + - Dist::Zilla::Plugin::MinimumPerl + + [Removed / test requires] + - perl 5.008 + diff --git a/misc/Changes.deps.dev b/misc/Changes.deps.dev index fad17f0..2d5629b 100644 --- a/misc/Changes.deps.dev +++ b/misc/Changes.deps.dev @@ -1,2 +1,17 @@ This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL ) +0.001001 + [Added / develop requires] + - Dist::Zilla::Plugin::Author::KENTNL::TravisCI + - Dist::Zilla::Plugin::Prereqs::Upgrade + - Dist::Zilla::Plugin::Readme::Brief + + [Changed / develop recommends] + - Test::More 1.301001_075 → 0.99 + + [Changed / develop suggests] + - Dist::Zilla::PluginBundle::Author::KENTNL 2.022002 → 2.023002 + + [Removed / develop requires] + - Dist::Zilla::Plugin::MinimumPerl + diff --git a/misc/Changes.deps.opt b/misc/Changes.deps.opt index 0624688..c74e193 100644 --- a/misc/Changes.deps.opt +++ b/misc/Changes.deps.opt @@ -1,2 +1,10 @@ This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test) +0.001001 + [Changed / configure recommends] + - ExtUtils::MakeMaker 7.04 → 7.00 + + [Changed / test recommends] + - ExtUtils::MakeMaker 7.04 → 7.00 + - Test::More 1.301001_075 → 0.99 + diff --git a/misc/built_with.json b/misc/built_with.json index 4c0b410..e0fcea9 100644 --- a/misc/built_with.json +++ b/misc/built_with.json @@ -3,75 +3,78 @@ "Acme::CPANAuthors::Factory" : "Module::MetaData could not parse a version from /home/kent/perl5/perlbrew/perls/5.21.6/lib/site_perl/5.21.6/Acme/CPANAuthors/Factory.pm" }, "modules" : { - "CPAN::Meta" : null, - "Dist::Zilla" : null, - "Dist::Zilla::App::Command::bakeini" : null, - "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : null, - "Dist::Zilla::Plugin::Authority" : null, - "Dist::Zilla::Plugin::AutoPrereqs" : null, - "Dist::Zilla::Plugin::BumpVersionAfterRelease" : null, - "Dist::Zilla::Plugin::ConfirmRelease" : null, - "Dist::Zilla::Plugin::CopyFilesFromBuild" : null, - "Dist::Zilla::Plugin::Git::Check" : null, - "Dist::Zilla::Plugin::Git::Commit" : null, - "Dist::Zilla::Plugin::Git::CommitBuild" : null, - "Dist::Zilla::Plugin::Git::Contributors" : null, - "Dist::Zilla::Plugin::Git::GatherDir" : null, - "Dist::Zilla::Plugin::Git::NextRelease" : null, - "Dist::Zilla::Plugin::Git::Tag" : null, - "Dist::Zilla::Plugin::GithubMeta" : null, - "Dist::Zilla::Plugin::License" : null, - "Dist::Zilla::Plugin::MakeMaker" : null, - "Dist::Zilla::Plugin::Manifest" : null, - "Dist::Zilla::Plugin::ManifestSkip" : null, - "Dist::Zilla::Plugin::MetaConfig" : null, - "Dist::Zilla::Plugin::MetaData::BuiltWith" : null, - "Dist::Zilla::Plugin::MetaJSON" : null, - "Dist::Zilla::Plugin::MetaProvides::Package" : null, - "Dist::Zilla::Plugin::MetaTests" : null, - "Dist::Zilla::Plugin::MetaYAML" : null, - "Dist::Zilla::Plugin::MinimumPerl" : null, - "Dist::Zilla::Plugin::MungeFile::WithDataSection" : null, - "Dist::Zilla::Plugin::PodCoverageTests" : null, - "Dist::Zilla::Plugin::PodSyntaxTests" : null, - "Dist::Zilla::Plugin::PodWeaver" : null, - "Dist::Zilla::Plugin::Prereqs" : null, - "Dist::Zilla::Plugin::Prereqs::AuthorDeps" : null, - "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled" : null, - "Dist::Zilla::Plugin::ReadmeAnyFromPod" : null, - "Dist::Zilla::Plugin::RewriteVersion::Sanitized" : null, - "Dist::Zilla::Plugin::RunExtraTests" : null, - "Dist::Zilla::Plugin::Test::CPAN::Changes" : null, - "Dist::Zilla::Plugin::Test::Compile::PerFile" : null, - "Dist::Zilla::Plugin::Test::EOL" : null, - "Dist::Zilla::Plugin::Test::Kwalitee" : null, - "Dist::Zilla::Plugin::Test::MinimumVersion" : null, - "Dist::Zilla::Plugin::Test::Perl::Critic" : null, - "Dist::Zilla::Plugin::Test::ReportPrereqs" : null, - "Dist::Zilla::Plugin::TestRelease" : null, - "Dist::Zilla::Plugin::Twitter" : null, - "Dist::Zilla::Plugin::UploadToCPAN" : null, - "Dist::Zilla::PluginBundle::Author::KENTNL" : null, - "ExtUtils::MakeMaker" : null, - "File::Spec" : null, - "HTML::Entities" : null, - "HTTP::Tiny" : null, - "JSON::MaybeXS" : null, - "List::MoreUtils" : null, - "Math::Random::MT" : null, - "Parse::CPAN::Whois" : null, - "Path::Tiny" : null, - "Pod::Coverage::TrustPod" : null, - "Test::CPAN::Changes" : null, - "Test::CPAN::Meta" : null, - "Test::EOL" : null, - "Test::Kwalitee" : null, - "Test::More" : null, - "Test::Pod" : null, - "Test::Pod::Coverage" : null, - "strict" : null, - "utf8" : null, - "warnings" : null + "Acme::CPANAuthors" : "0.23", + "CPAN::Meta" : "2.143240", + "Dist::Zilla" : "5.031", + "Dist::Zilla::App::Command::bakeini" : "0.002000", + "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.004001", + "Dist::Zilla::Plugin::Author::KENTNL::TravisCI" : "0.001000", + "Dist::Zilla::Plugin::Authority" : "1.009", + "Dist::Zilla::Plugin::AutoPrereqs" : "5.031", + "Dist::Zilla::Plugin::BumpVersionAfterRelease" : "0.008", + "Dist::Zilla::Plugin::ConfirmRelease" : "5.031", + "Dist::Zilla::Plugin::CopyFilesFromBuild" : "0.103510", + "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::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::MetaProvides::Package" : "2.003000", + "Dist::Zilla::Plugin::MetaTests" : "5.031", + "Dist::Zilla::Plugin::MetaYAML" : "5.031", + "Dist::Zilla::Plugin::MungeFile::WithDataSection" : "0.007", + "Dist::Zilla::Plugin::PodCoverageTests" : "5.031", + "Dist::Zilla::Plugin::PodSyntaxTests" : "5.031", + "Dist::Zilla::Plugin::PodWeaver" : "4.006", + "Dist::Zilla::Plugin::Prereqs" : "5.031", + "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.002002", + "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.142470", + "Dist::Zilla::Plugin::RewriteVersion::Sanitized" : "0.001005", + "Dist::Zilla::Plugin::RunExtraTests" : "0.025", + "Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.008", + "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::Twitter" : "0.026", + "Dist::Zilla::Plugin::UploadToCPAN" : "5.031", + "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.023002", + "ExtUtils::MakeMaker" : "7.05_07", + "File::Spec" : "3.51", + "HTML::Entities" : "3.69", + "HTTP::Tiny" : "0.053", + "JSON::MaybeXS" : "1.003003", + "List::MoreUtils" : "0.402", + "Math::Random::MT" : "1.16", + "Parse::CPAN::Whois" : "0.02", + "Path::Tiny" : "0.061", + "Pod::Coverage::TrustPod" : "0.100003", + "Test::CPAN::Changes" : "0.30", + "Test::CPAN::Meta" : "0.24", + "Test::EOL" : "1.5", + "Test::Kwalitee" : "1.22", + "Test::More" : "1.301001_097", + "Test::Pod" : "1.48", + "Test::Pod::Coverage" : "1.10", + "strict" : "1.08", + "utf8" : "1.14", + "warnings" : "1.29" }, "perl" : { "original" : "v5.21.6", diff --git a/t/00-report-prereqs.dd b/t/00-report-prereqs.dd index 0aed643..01f2c13 100644 --- a/t/00-report-prereqs.dd +++ b/t/00-report-prereqs.dd @@ -1,21 +1,21 @@ do { my $x = { 'configure' => { 'recommends' => { - 'ExtUtils::MakeMaker' => '7.04' + 'ExtUtils::MakeMaker' => '7.00' }, 'requires' => { - 'ExtUtils::MakeMaker' => '0', - 'perl' => '5.008' + 'ExtUtils::MakeMaker' => '0' } }, 'develop' => { 'recommends' => { - 'Test::More' => '1.301001_075' + 'Test::More' => '0.99' }, 'requires' => { 'Acme::CPANAuthors::Factory' => '0', 'Dist::Zilla' => '5', 'Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes' => '0.001001', + 'Dist::Zilla::Plugin::Author::KENTNL::TravisCI' => '0', 'Dist::Zilla::Plugin::Authority' => '1.006', 'Dist::Zilla::Plugin::AutoPrereqs' => '0', 'Dist::Zilla::Plugin::BumpVersionAfterRelease' => '0', @@ -39,7 +39,6 @@ do { my $x = { 'Dist::Zilla::Plugin::MetaProvides::Package' => '1.14000001', 'Dist::Zilla::Plugin::MetaTests' => '0', 'Dist::Zilla::Plugin::MetaYAML' => '0', - 'Dist::Zilla::Plugin::MinimumPerl' => '0', 'Dist::Zilla::Plugin::MungeFile::WithDataSection' => '0.003', 'Dist::Zilla::Plugin::PodCoverageTests' => '0', 'Dist::Zilla::Plugin::PodSyntaxTests' => '0', @@ -47,6 +46,8 @@ do { my $x = { 'Dist::Zilla::Plugin::Prereqs' => '0', 'Dist::Zilla::Plugin::Prereqs::AuthorDeps' => '0', 'Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled' => '0', + 'Dist::Zilla::Plugin::Prereqs::Upgrade' => '0', + 'Dist::Zilla::Plugin::Readme::Brief' => '0', 'Dist::Zilla::Plugin::ReadmeAnyFromPod' => '0', 'Dist::Zilla::Plugin::RewriteVersion::Sanitized' => '0', 'Dist::Zilla::Plugin::RunExtraTests' => '0', @@ -79,11 +80,12 @@ do { my $x = { }, 'suggests' => { 'Dist::Zilla::App::Command::bakeini' => '0.002000', - 'Dist::Zilla::PluginBundle::Author::KENTNL' => '2.022002' + 'Dist::Zilla::PluginBundle::Author::KENTNL' => '2.023002' } }, 'runtime' => { 'requires' => { + 'Acme::CPANAuthors' => '0.24', 'perl' => '5.008', 'strict' => '0', 'utf8' => '0', @@ -93,14 +95,13 @@ do { my $x = { 'test' => { 'recommends' => { 'CPAN::Meta' => '2.120900', - 'ExtUtils::MakeMaker' => '7.04', - 'Test::More' => '1.301001_075' + 'ExtUtils::MakeMaker' => '7.00', + 'Test::More' => '0.99' }, 'requires' => { 'ExtUtils::MakeMaker' => '0', 'File::Spec' => '0', - 'Test::More' => '0.89', - 'perl' => '5.008' + 'Test::More' => '0.89' } } };