[libdist-zilla-role-bootstrap-perl] 01/01: Build results of eb213ee (on master)

Axel Beckert abe at deuxchevaux.org
Sat Aug 8 11:59:53 UTC 2015


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to annotated tag 1.001001
in repository libdist-zilla-role-bootstrap-perl.

commit 85d445a28c4cd71d4e5715aa6126e29e7fefab95
Author: Kent Fredric <kentfredric at gmail.com>
Date:   Mon Jun 29 21:05:55 2015 +1200

    Build results of eb213ee (on master)
---
 .travis.yml                      |  32 +--
 Changes                          |   9 +-
 MANIFEST                         |   2 +-
 META.json                        | 192 +++++++-------
 META.yml                         | 522 +--------------------------------------
 Makefile.PL                      |  10 +-
 dist.ini                         |  14 +-
 lib/Dist/Zilla/Role/Bootstrap.pm |   4 +-
 misc/Changes.deps                |   5 +-
 misc/Changes.deps.all            |  19 +-
 misc/Changes.deps.dev            |  19 +-
 misc/Changes.deps.opt            |   5 +-
 misc/built_with.json             | 126 +++++-----
 t/00-report-prereqs.dd           |  12 +-
 t/00-report-prereqs.t            |  13 +-
 t/02-try-built-mtime.t           |  14 +-
 xt/author/eol.t                  |  18 +-
 17 files changed, 285 insertions(+), 731 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f85ee18..7c23036 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ before_script:
 branches:
   only:
     - master
-    - build/master
+    - builds
     - releases
 install:
   - time perl ./maint-travis-ci/install_deps_early.pl
@@ -20,38 +20,38 @@ install:
 language: perl
 matrix:
   allow_failures:
-    - perl: 5.8
+    - perl: '5.8'
     - env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
     - env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
   include:
     - env: STERILIZE_ENV=0 COVERAGE_TESTING=1
-      perl: 5.21
+      perl: '5.21'
     - env: STERILIZE_ENV=1
-      perl: 5.21
+      perl: '5.21'
     - env: STERILIZE_ENV=0
-      perl: 5.8
+      perl: '5.8'
     - env: STERILIZE_ENV=0
-      perl: 5.10
+      perl: '5.10'
     - env: STERILIZE_ENV=0
-      perl: 5.12
+      perl: '5.12'
     - env: STERILIZE_ENV=0
-      perl: 5.14
+      perl: '5.14'
     - env: STERILIZE_ENV=0
-      perl: 5.16
+      perl: '5.16'
     - env: STERILIZE_ENV=0
-      perl: 5.20
+      perl: '5.20'
     - env: STERILIZE_ENV=0
-      perl: 5.21
+      perl: '5.21'
     - env: STERILIZE_ENV=1
-      perl: 5.8
+      perl: '5.8'
     - env: STERILIZE_ENV=1
-      perl: 5.10
+      perl: '5.10'
     - env: STERILIZE_ENV=1
-      perl: 5.20
+      perl: '5.20'
     - env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
-      perl: 5.21
+      perl: '5.21'
     - env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
-      perl: 5.21
+      perl: '5.21'
 script:
   - time perl ./maint-travis-ci/script.pl
 sudo: false
diff --git a/Changes b/Changes
index 7883670..799f14c 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
 Release history for Dist-Zilla-Role-Bootstrap
 
+1.001001 2015-06-29T09:03:38Z ab79bd2
+ [Bugfix]
+ - Add diagnostics on mtime test to see why it failed.
+
+ [Dependencies::Stats]
+ - Dependencies changed since 1.001000, see misc/*.deps* for details
+ - develop: +1 ↑3 -1 (suggests: ↑2)
+
 1.001000 2015-01-20T20:29:54Z f0042b5
  [Dependencies::Stats]
  - Dependencies changed since 1.000003, see misc/*.deps* for details
@@ -150,4 +158,3 @@ Release history for Dist-Zilla-Role-Bootstrap
 
 0.1.0 2013-09-04T11:24:24Z
  - First version.
-
diff --git a/MANIFEST b/MANIFEST
index e157585..8a18e80 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.031.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.037.
 .gitignore
 .mailmap
 .perltidyrc
diff --git a/META.json b/META.json
index 9011421..cb38e7f 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Kent Fredric <kentnl at cpan.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.031, CPAN::Meta::Converter version 2.143240",
+   "generated_by" : "Dist::Zilla version 5.037, CPAN::Meta::Converter version 2.150005",
    "license" : [
       "perl_5"
    ],
@@ -29,8 +29,8 @@
          },
          "requires" : {
             "Dist::Zilla" : "5",
-            "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.001001",
-            "Dist::Zilla::Plugin::Author::KENTNL::TravisCI" : "0",
+            "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.004002",
+            "Dist::Zilla::Plugin::Author::KENTNL::TravisCI" : "0.001002",
             "Dist::Zilla::Plugin::Authority" : "1.006",
             "Dist::Zilla::Plugin::AutoPrereqs" : "0",
             "Dist::Zilla::Plugin::BumpVersionAfterRelease" : "0",
@@ -53,7 +53,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",
@@ -81,13 +81,13 @@
             "Test::CPAN::Meta" : "0",
             "Test::EOL" : "0",
             "Test::Kwalitee" : "1.21",
-            "Test::More" : "0",
+            "Test::More" : "0.88",
             "Test::Pod" : "1.41",
             "Test::Pod::Coverage" : "1.08"
          },
          "suggests" : {
-            "Dist::Zilla::App::Command::bakeini" : "0.002000",
-            "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.023002"
+            "Dist::Zilla::App::Command::bakeini" : "0.002005",
+            "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.024002"
          }
       },
       "runtime" : {
@@ -133,7 +133,7 @@
    "provides" : {
       "Dist::Zilla::Role::Bootstrap" : {
          "file" : "lib/Dist/Zilla/Role/Bootstrap.pm",
-         "version" : "1.001000"
+         "version" : "1.001001"
       }
    },
    "release_status" : "stable",
@@ -148,24 +148,24 @@
          "web" : "https://github.com/kentnl/Dist-Zilla-Role-Bootstrap"
       }
    },
-   "version" : "1.001000",
+   "version" : "1.001001",
    "x_BuiltWith" : {
       "external_file" : "misc/built_with.json"
    },
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.021006"
+         "version" : "5.022000"
       },
       "plugins" : [
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "@Author::KENTNL/MetaConfig",
-            "version" : "5.031"
+            "version" : "5.037"
          },
          {
             "class" : "Dist::Zilla::Plugin::GithubMeta",
             "name" : "@Author::KENTNL/GithubMeta",
-            "version" : "0.46"
+            "version" : "0.52"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaProvides::Package",
@@ -175,7 +175,7 @@
                      {
                         "class" : "Dist::Zilla::Plugin::FinderCode",
                         "name" : "@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
-                        "version" : "5.031"
+                        "version" : "5.037"
                      }
                   ]
                },
@@ -210,7 +210,7 @@
                }
             },
             "name" : "@Author::KENTNL/MetaData::BuiltWith",
-            "version" : "1.004001"
+            "version" : "1.004002"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Contributors",
@@ -223,7 +223,7 @@
                }
             },
             "name" : "@Author::KENTNL/Git::Contributors",
-            "version" : "0.008"
+            "version" : "0.011"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::GatherDir",
@@ -244,63 +244,66 @@
                },
                "Dist::Zilla::Plugin::Git::GatherDir" : {
                   "include_untracked" : "0"
-               },
-               "Dist::Zilla::Role::Git::Repo" : {
-                  "repo_root" : "."
                }
             },
             "name" : "@Author::KENTNL/Git::GatherDir",
-            "version" : "2.029"
+            "version" : "2.035"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@Author::KENTNL/License",
-            "version" : "5.031"
+            "version" : "5.037"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "@Author::KENTNL/MetaJSON",
-            "version" : "5.031"
+            "version" : "5.037"
          },
          {
-            "class" : "Dist::Zilla::Plugin::MetaYAML",
-            "name" : "@Author::KENTNL/MetaYAML",
-            "version" : "5.031"
+            "class" : "Dist::Zilla::Plugin::MetaYAML::Minimal",
+            "config" : {
+               "Dist::Zilla::Plugin::MetaYAML::Minimal" : {
+                  "filename" : "META.yml",
+                  "version" : "1.4"
+               }
+            },
+            "name" : "@Author::KENTNL/MetaYAML::Minimal",
+            "version" : "0.001000"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@Author::KENTNL/Manifest",
-            "version" : "5.031"
+            "version" : "5.037"
          },
          {
             "class" : "Dist::Zilla::Plugin::Author::KENTNL::TravisCI",
             "name" : "@Author::KENTNL/Author::KENTNL::TravisCI",
-            "version" : "0.001000"
+            "version" : "0.001002"
          },
          {
             "class" : "Dist::Zilla::Plugin::CopyFilesFromBuild",
             "name" : "@Author::KENTNL/CopyXBuild",
-            "version" : "0.103510"
+            "version" : "0.151680"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaTests",
             "name" : "@Author::KENTNL/MetaTests",
-            "version" : "5.031"
+            "version" : "5.037"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodCoverageTests",
             "name" : "@Author::KENTNL/PodCoverageTests",
-            "version" : "5.031"
+            "version" : "5.037"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "@Author::KENTNL/PodSyntaxTests",
-            "version" : "5.031"
+            "version" : "5.037"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
             "name" : "@Author::KENTNL/Test::ReportPrereqs",
-            "version" : "0.019"
+            "version" : "0.021"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::Kwalitee",
@@ -317,21 +320,27 @@
             "class" : "Dist::Zilla::Plugin::Test::EOL",
             "config" : {
                "Dist::Zilla::Plugin::Test::EOL" : {
-                  "filename" : "xt/author/eol.t"
+                  "filename" : "xt/author/eol.t",
+                  "finder" : [
+                     ":InstallModules",
+                     ":ExecFiles",
+                     ":TestFiles"
+                  ],
+                  "trailing_whitespace" : "1"
                }
             },
             "name" : "@Author::KENTNL/Test::EOL",
-            "version" : "0.16"
+            "version" : "0.18"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::MinimumVersion",
             "name" : "@Author::KENTNL/Test::MinimumVersion",
-            "version" : "2.000005"
+            "version" : "2.000006"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : "@Author::KENTNL/Test::Compile::PerFile/AUTOVIV/:InstallModulesPM",
-            "version" : "5.031"
+            "version" : "5.037"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::Compile::PerFile",
@@ -353,12 +362,12 @@
          {
             "class" : "Dist::Zilla::Plugin::Test::Perl::Critic",
             "name" : "@Author::KENTNL/Test::Perl::Critic",
-            "version" : "2.112410"
+            "version" : "3.000"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
             "name" : "@Author::KENTNL/ManifestSkip",
-            "version" : "5.031"
+            "version" : "5.037"
          },
          {
             "class" : "Dist::Zilla::Plugin::RewriteVersion::Sanitized",
@@ -383,97 +392,97 @@
                      {
                         "class" : "Pod::Weaver::Plugin::EnsurePod5",
                         "name" : "@CorePrep/EnsurePod5",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::H1Nester",
                         "name" : "@CorePrep/H1Nester",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::SingleEncoding",
                         "name" : "-SingleEncoding",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Name",
                         "name" : "Name",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Version",
                         "name" : "Version",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
                         "name" : "prelude",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "SYNOPSIS",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "DESCRIPTION",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "OVERVIEW",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "REQUIRES",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "METHODS",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "ATTRIBUTES",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "PRIVATE_ATTRIBUTES",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "PRIVATE_METHODS",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "PRIVATE_FUNCTIONS",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Leftovers",
                         "name" : "Leftovers",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
                         "name" : "postlude",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Authors",
                         "name" : "Authors",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Legal",
                         "name" : "Legal",
-                        "version" : "4.010"
+                        "version" : "4.012"
                      }
                   ]
                }
@@ -484,7 +493,7 @@
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereqs",
             "name" : "@Author::KENTNL/AutoPrereqs",
-            "version" : "5.031"
+            "version" : "5.037"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -495,7 +504,7 @@
                }
             },
             "name" : "@Author::KENTNL/BundleDevelSuggests",
-            "version" : "5.031"
+            "version" : "5.037"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs::AuthorDeps",
@@ -520,27 +529,32 @@
                }
             },
             "name" : "@Author::KENTNL/MakeMaker",
-            "version" : "5.031"
+            "version" : "5.037"
          },
          {
             "class" : "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes",
             "name" : "@Author::KENTNL/Author::KENTNL::RecommendFixes",
-            "version" : "0.004001"
+            "version" : "0.004003"
          },
          {
             "class" : "Dist::Zilla::Plugin::Readme::Brief",
             "name" : "@Author::KENTNL/ShippedReadme",
-            "version" : "0.002002"
+            "version" : "0.002005"
          },
          {
             "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
+            "config" : {
+               "Dist::Zilla::Role::FileWatcher" : {
+                  "version" : "0.006"
+               }
+            },
             "name" : "@Author::KENTNL/ReadmeAnyFromPod",
-            "version" : "0.142470"
+            "version" : "0.150250"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
             "name" : "@Author::KENTNL/Test::CPAN::Changes",
-            "version" : "0.008"
+            "version" : "0.009"
          },
          {
             "class" : "Dist::Zilla::Plugin::RunExtraTests",
@@ -550,17 +564,17 @@
                }
             },
             "name" : "@Author::KENTNL/RunExtraTests",
-            "version" : "0.025"
+            "version" : "0.027"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@Author::KENTNL/TestRelease",
-            "version" : "5.031"
+            "version" : "5.037"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@Author::KENTNL/ConfirmRelease",
-            "version" : "5.031"
+            "version" : "5.037"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Check",
@@ -581,7 +595,7 @@
                }
             },
             "name" : "@Author::KENTNL/Git::Check",
-            "version" : "2.029"
+            "version" : "2.035"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Commit",
@@ -604,7 +618,7 @@
                }
             },
             "name" : "@Author::KENTNL/commit_dirty_files",
-            "version" : "2.029"
+            "version" : "2.035"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
@@ -612,7 +626,7 @@
                "Dist::Zilla::Plugin::Git::Tag" : {
                   "branch" : null,
                   "signed" : 0,
-                  "tag" : "1.001000-source",
+                  "tag" : "1.001001-source",
                   "tag_format" : "%v-source",
                   "tag_message" : "v%v",
                   "time_zone" : "local"
@@ -622,7 +636,7 @@
                }
             },
             "name" : "@Author::KENTNL/tag_master",
-            "version" : "2.029"
+            "version" : "2.035"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::NextRelease",
@@ -632,7 +646,7 @@
          {
             "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease",
             "name" : "@Author::KENTNL/BumpVersionAfterRelease",
-            "version" : "0.008"
+            "version" : "0.009"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Commit",
@@ -657,13 +671,13 @@
                }
             },
             "name" : "@Author::KENTNL/commit_release_changes",
-            "version" : "2.029"
+            "version" : "2.035"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::CommitBuild",
             "config" : {
                "Dist::Zilla::Plugin::Git::CommitBuild" : {
-                  "branch" : "build/%b",
+                  "branch" : "builds",
                   "build_root" : null,
                   "message" : "Build results of %h (on %b)",
                   "multiple_inheritance" : 0,
@@ -675,7 +689,7 @@
                }
             },
             "name" : "@Author::KENTNL/Git::CommitBuild",
-            "version" : "2.029"
+            "version" : "2.035"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
@@ -683,7 +697,7 @@
                "Dist::Zilla::Plugin::Git::Tag" : {
                   "branch" : "releases",
                   "signed" : 0,
-                  "tag" : "1.001000",
+                  "tag" : "1.001001",
                   "tag_format" : "%v",
                   "tag_message" : "v%v",
                   "time_zone" : "local"
@@ -693,12 +707,12 @@
                }
             },
             "name" : "@Author::KENTNL/tag_release",
-            "version" : "2.029"
+            "version" : "2.035"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@Author::KENTNL/UploadToCPAN",
-            "version" : "5.031"
+            "version" : "5.037"
          },
          {
             "class" : "Dist::Zilla::Plugin::Twitter",
@@ -755,7 +769,7 @@
                }
             },
             "name" : "@Author::KENTNL/::Role::BundleDeps",
-            "version" : "5.031"
+            "version" : "5.037"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -766,52 +780,52 @@
                }
             },
             "name" : "Prereqs",
-            "version" : "5.031"
+            "version" : "5.037"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "5.031"
+            "version" : "5.037"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":IncModules",
-            "version" : "5.031"
+            "version" : "5.037"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "5.031"
+            "version" : "5.037"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "5.031"
+            "version" : "5.037"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "5.031"
+            "version" : "5.037"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":MainModule",
-            "version" : "5.031"
+            "version" : "5.037"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":AllFiles",
-            "version" : "5.031"
+            "version" : "5.037"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":NoFiles",
-            "version" : "5.031"
+            "version" : "5.037"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : "@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
-            "version" : "5.031"
+            "version" : "5.037"
          }
       ],
       "zilla" : {
@@ -819,7 +833,7 @@
          "config" : {
             "is_trial" : "0"
          },
-         "version" : "5.031"
+         "version" : "5.037"
       }
    },
    "x_authority" : "cpan:KENTNL"
diff --git a/META.yml b/META.yml
index a779fed..aafd464 100644
--- a/META.yml
+++ b/META.yml
@@ -18,7 +18,7 @@ configure_requires:
   ExtUtils::MakeMaker: '0'
   perl: '5.008'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.031, CPAN::Meta::Converter version 2.143240'
+generated_by: 'Dist::Zilla version 5.037, CPAN::Meta::Converter version 2.150005'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -27,7 +27,7 @@ name: Dist-Zilla-Role-Bootstrap
 provides:
   Dist::Zilla::Role::Bootstrap:
     file: lib/Dist/Zilla/Role/Bootstrap.pm
-    version: '1.001000'
+    version: '1.001001'
 recommends:
   Path::Tiny: '0.058'
 requires:
@@ -46,520 +46,4 @@ resources:
   bugtracker: https://github.com/kentnl/Dist-Zilla-Role-Bootstrap/issues
   homepage: https://github.com/kentnl/Dist-Zilla-Role-Bootstrap
   repository: https://github.com/kentnl/Dist-Zilla-Role-Bootstrap.git
-version: '1.001000'
-x_BuiltWith:
-  external_file: misc/built_with.json
-x_Dist_Zilla:
-  perl:
-    version: '5.021006'
-  plugins:
-    -
-      class: Dist::Zilla::Plugin::MetaConfig
-      name: '@Author::KENTNL/MetaConfig'
-      version: '5.031'
-    -
-      class: Dist::Zilla::Plugin::GithubMeta
-      name: '@Author::KENTNL/GithubMeta'
-      version: '0.46'
-    -
-      class: Dist::Zilla::Plugin::MetaProvides::Package
-      config:
-        Dist::Zilla::Plugin::MetaProvides::Package:
-          finder_objects:
-            -
-              class: Dist::Zilla::Plugin::FinderCode
-              name: '@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
-              version: '5.031'
-        Dist::Zilla::Role::MetaProvider::Provider:
-          inherit_missing: '1'
-          inherit_version: '1'
-          meta_noindex: '1'
-      name: '@Author::KENTNL/MetaProvides::Package'
-      version: '2.003001'
-    -
-      class: Dist::Zilla::Plugin::MetaData::BuiltWith
-      config:
-        Dist::Zilla::Plugin::MetaData::BuiltWith:
-          _stash_key: x_BuiltWith
-          external_file_name: misc/built_with.json
-          show_config: '1'
-          show_uname: '1'
-          uname:
-            uname_args:
-              - -s
-              - -o
-              - -r
-              - -m
-              - -i
-            uname_call: uname
-          use_external_file: only
-      name: '@Author::KENTNL/MetaData::BuiltWith'
-      version: '1.004001'
-    -
-      class: Dist::Zilla::Plugin::Git::Contributors
-      config:
-        Dist::Zilla::Plugin::Git::Contributors:
-          include_authors: '0'
-          include_releaser: '0'
-          order_by: name
-          paths: []
-      name: '@Author::KENTNL/Git::Contributors'
-      version: '0.008'
-    -
-      class: Dist::Zilla::Plugin::Git::GatherDir
-      config:
-        Dist::Zilla::Plugin::GatherDir:
-          exclude_filename:
-            - README
-            - README.mkdn
-            - README.pod
-            - LICENSE
-          exclude_match: []
-          follow_symlinks: '0'
-          include_dotfiles: '1'
-          prefix: ''
-          prune_directory: []
-          root: .
-        Dist::Zilla::Plugin::Git::GatherDir:
-          include_untracked: '0'
-        Dist::Zilla::Role::Git::Repo:
-          repo_root: .
-      name: '@Author::KENTNL/Git::GatherDir'
-      version: '2.029'
-    -
-      class: Dist::Zilla::Plugin::License
-      name: '@Author::KENTNL/License'
-      version: '5.031'
-    -
-      class: Dist::Zilla::Plugin::MetaJSON
-      name: '@Author::KENTNL/MetaJSON'
-      version: '5.031'
-    -
-      class: Dist::Zilla::Plugin::MetaYAML
-      name: '@Author::KENTNL/MetaYAML'
-      version: '5.031'
-    -
-      class: Dist::Zilla::Plugin::Manifest
-      name: '@Author::KENTNL/Manifest'
-      version: '5.031'
-    -
-      class: Dist::Zilla::Plugin::Author::KENTNL::TravisCI
-      name: '@Author::KENTNL/Author::KENTNL::TravisCI'
-      version: '0.001000'
-    -
-      class: Dist::Zilla::Plugin::CopyFilesFromBuild
-      name: '@Author::KENTNL/CopyXBuild'
-      version: '0.103510'
-    -
-      class: Dist::Zilla::Plugin::MetaTests
-      name: '@Author::KENTNL/MetaTests'
-      version: '5.031'
-    -
-      class: Dist::Zilla::Plugin::PodCoverageTests
-      name: '@Author::KENTNL/PodCoverageTests'
-      version: '5.031'
-    -
-      class: Dist::Zilla::Plugin::PodSyntaxTests
-      name: '@Author::KENTNL/PodSyntaxTests'
-      version: '5.031'
-    -
-      class: Dist::Zilla::Plugin::Test::ReportPrereqs
-      name: '@Author::KENTNL/Test::ReportPrereqs'
-      version: '0.019'
-    -
-      class: Dist::Zilla::Plugin::Test::Kwalitee
-      config:
-        Dist::Zilla::Plugin::Test::Kwalitee:
-          filename: xt/release/kwalitee.t
-          skiptest: []
-      name: '@Author::KENTNL/Test::Kwalitee'
-      version: '2.11'
-    -
-      class: Dist::Zilla::Plugin::Test::EOL
-      config:
-        Dist::Zilla::Plugin::Test::EOL:
-          filename: xt/author/eol.t
-      name: '@Author::KENTNL/Test::EOL'
-      version: '0.16'
-    -
-      class: Dist::Zilla::Plugin::Test::MinimumVersion
-      name: '@Author::KENTNL/Test::MinimumVersion'
-      version: '2.000005'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: '@Author::KENTNL/Test::Compile::PerFile/AUTOVIV/:InstallModulesPM'
-      version: '5.031'
-    -
-      class: Dist::Zilla::Plugin::Test::Compile::PerFile
-      config:
-        Dist::Zilla::Plugin::Test::Compile::PerFile:
-          file:
-            - lib/Dist/Zilla/Role/Bootstrap.pm
-          path_translator: base64_filter
-          prefix: t/00-compile
-          skip: []
-          test_template: 01-basic.t.tpl
-          xt_mode: ~
-      name: '@Author::KENTNL/Test::Compile::PerFile'
-      version: '0.003000'
-    -
-      class: Dist::Zilla::Plugin::Test::Perl::Critic
-      name: '@Author::KENTNL/Test::Perl::Critic'
-      version: '2.112410'
-    -
-      class: Dist::Zilla::Plugin::ManifestSkip
-      name: '@Author::KENTNL/ManifestSkip'
-      version: '5.031'
-    -
-      class: Dist::Zilla::Plugin::RewriteVersion::Sanitized
-      config:
-        Dist::Zilla::Role::Version::Sanitize:
-          mantissa: '6'
-          normal_form: numify
-      name: '@Author::KENTNL/RewriteVersion::Sanitized'
-      version: '0.001005'
-    -
-      class: Dist::Zilla::Plugin::PodWeaver
-      config:
-        Dist::Zilla::Plugin::PodWeaver:
-          finder:
-            - ':InstallModules'
-            - ':ExecFiles'
-          plugins:
-            -
-              class: Pod::Weaver::Plugin::EnsurePod5
-              name: '@CorePrep/EnsurePod5'
-              version: '4.010'
-            -
-              class: Pod::Weaver::Plugin::H1Nester
-              name: '@CorePrep/H1Nester'
-              version: '4.010'
-            -
-              class: Pod::Weaver::Plugin::SingleEncoding
-              name: -SingleEncoding
-              version: '4.010'
-            -
-              class: Pod::Weaver::Section::Name
-              name: Name
-              version: '4.010'
-            -
-              class: Pod::Weaver::Section::Version
-              name: Version
-              version: '4.010'
-            -
-              class: Pod::Weaver::Section::Region
-              name: prelude
-              version: '4.010'
-            -
-              class: Pod::Weaver::Section::Generic
-              name: SYNOPSIS
-              version: '4.010'
-            -
-              class: Pod::Weaver::Section::Generic
-              name: DESCRIPTION
-              version: '4.010'
-            -
-              class: Pod::Weaver::Section::Generic
-              name: OVERVIEW
-              version: '4.010'
-            -
-              class: Pod::Weaver::Section::Collect
-              name: REQUIRES
-              version: '4.010'
-            -
-              class: Pod::Weaver::Section::Collect
-              name: METHODS
-              version: '4.010'
-            -
-              class: Pod::Weaver::Section::Collect
-              name: ATTRIBUTES
-              version: '4.010'
-            -
-              class: Pod::Weaver::Section::Collect
-              name: PRIVATE_ATTRIBUTES
-              version: '4.010'
-            -
-              class: Pod::Weaver::Section::Collect
-              name: PRIVATE_METHODS
-              version: '4.010'
-            -
-              class: Pod::Weaver::Section::Collect
-              name: PRIVATE_FUNCTIONS
-              version: '4.010'
-            -
-              class: Pod::Weaver::Section::Leftovers
-              name: Leftovers
-              version: '4.010'
-            -
-              class: Pod::Weaver::Section::Region
-              name: postlude
-              version: '4.010'
-            -
-              class: Pod::Weaver::Section::Authors
-              name: Authors
-              version: '4.010'
-            -
-              class: Pod::Weaver::Section::Legal
-              name: Legal
-              version: '4.010'
-      name: '@Author::KENTNL/PodWeaver'
-      version: '4.006'
-    -
-      class: Dist::Zilla::Plugin::AutoPrereqs
-      name: '@Author::KENTNL/AutoPrereqs'
-      version: '5.031'
-    -
-      class: Dist::Zilla::Plugin::Prereqs
-      config:
-        Dist::Zilla::Plugin::Prereqs:
-          phase: develop
-          type: suggests
-      name: '@Author::KENTNL/BundleDevelSuggests'
-      version: '5.031'
-    -
-      class: Dist::Zilla::Plugin::Prereqs::AuthorDeps
-      name: '@Author::KENTNL/Prereqs::AuthorDeps'
-      version: '0.004'
-    -
-      class: Dist::Zilla::Plugin::MinimumPerl
-      name: '@Author::KENTNL/MinimumPerl'
-      version: '1.006'
-    -
-      class: Dist::Zilla::Plugin::Authority
-      name: '@Author::KENTNL/Authority'
-      version: '1.009'
-    -
-      class: Dist::Zilla::Plugin::MakeMaker
-      config:
-        Dist::Zilla::Role::TestRunner:
-          default_jobs: '10'
-      name: '@Author::KENTNL/MakeMaker'
-      version: '5.031'
-    -
-      class: Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes
-      name: '@Author::KENTNL/Author::KENTNL::RecommendFixes'
-      version: '0.004001'
-    -
-      class: Dist::Zilla::Plugin::Readme::Brief
-      name: '@Author::KENTNL/ShippedReadme'
-      version: '0.002002'
-    -
-      class: Dist::Zilla::Plugin::ReadmeAnyFromPod
-      name: '@Author::KENTNL/ReadmeAnyFromPod'
-      version: '0.142470'
-    -
-      class: Dist::Zilla::Plugin::Test::CPAN::Changes
-      name: '@Author::KENTNL/Test::CPAN::Changes'
-      version: '0.008'
-    -
-      class: Dist::Zilla::Plugin::RunExtraTests
-      config:
-        Dist::Zilla::Role::TestRunner:
-          default_jobs: '10'
-      name: '@Author::KENTNL/RunExtraTests'
-      version: '0.025'
-    -
-      class: Dist::Zilla::Plugin::TestRelease
-      name: '@Author::KENTNL/TestRelease'
-      version: '5.031'
-    -
-      class: Dist::Zilla::Plugin::ConfirmRelease
-      name: '@Author::KENTNL/ConfirmRelease'
-      version: '5.031'
-    -
-      class: Dist::Zilla::Plugin::Git::Check
-      config:
-        Dist::Zilla::Plugin::Git::Check:
-          untracked_files: die
-        Dist::Zilla::Role::Git::DirtyFiles:
-          allow_dirty:
-            - dist.ini
-            - Changes
-          allow_dirty_match: []
-          changelog: Changes
-        Dist::Zilla::Role::Git::Repo:
-          repo_root: .
-      name: '@Author::KENTNL/Git::Check'
-      version: '2.029'
-    -
-      class: Dist::Zilla::Plugin::Git::Commit
-      config:
-        Dist::Zilla::Plugin::Git::Commit:
-          add_files_in: []
-          commit_msg: v%v%n%n%c
-          time_zone: local
-        Dist::Zilla::Role::Git::DirtyFiles:
-          allow_dirty:
-            - dist.ini
-            - Changes
-          allow_dirty_match: []
-          changelog: Changes
-        Dist::Zilla::Role::Git::Repo:
-          repo_root: .
-      name: '@Author::KENTNL/commit_dirty_files'
-      version: '2.029'
-    -
-      class: Dist::Zilla::Plugin::Git::Tag
-      config:
-        Dist::Zilla::Plugin::Git::Tag:
-          branch: ~
-          signed: 0
-          tag: 1.001000-source
-          tag_format: '%v-source'
-          tag_message: v%v
-          time_zone: local
-        Dist::Zilla::Role::Git::Repo:
-          repo_root: .
-      name: '@Author::KENTNL/tag_master'
-      version: '2.029'
-    -
-      class: Dist::Zilla::Plugin::Git::NextRelease
-      name: '@Author::KENTNL/Git::NextRelease'
-      version: '0.004000'
-    -
-      class: Dist::Zilla::Plugin::BumpVersionAfterRelease
-      name: '@Author::KENTNL/BumpVersionAfterRelease'
-      version: '0.008'
-    -
-      class: Dist::Zilla::Plugin::Git::Commit
-      config:
-        Dist::Zilla::Plugin::Git::Commit:
-          add_files_in: []
-          commit_msg: v%v%n%n%c
-          time_zone: local
-        Dist::Zilla::Role::Git::DirtyFiles:
-          allow_dirty:
-            - dist.ini
-            - Changes
-          allow_dirty_match:
-            - (?^u:^lib/)
-          changelog: Changes
-        Dist::Zilla::Role::Git::Repo:
-          repo_root: .
-      name: '@Author::KENTNL/commit_release_changes'
-      version: '2.029'
-    -
-      class: Dist::Zilla::Plugin::Git::CommitBuild
-      config:
-        Dist::Zilla::Plugin::Git::CommitBuild:
-          branch: build/%b
-          build_root: ~
-          message: 'Build results of %h (on %b)'
-          multiple_inheritance: 0
-          release_branch: releases
-          release_message: 'Build results of %h (on %b)'
-        Dist::Zilla::Role::Git::Repo:
-          repo_root: .
-      name: '@Author::KENTNL/Git::CommitBuild'
-      version: '2.029'
-    -
-      class: Dist::Zilla::Plugin::Git::Tag
-      config:
-        Dist::Zilla::Plugin::Git::Tag:
-          branch: releases
-          signed: 0
-          tag: '1.001000'
-          tag_format: '%v'
-          tag_message: v%v
-          time_zone: local
-        Dist::Zilla::Role::Git::Repo:
-          repo_root: .
-      name: '@Author::KENTNL/tag_release'
-      version: '2.029'
-    -
-      class: Dist::Zilla::Plugin::UploadToCPAN
-      name: '@Author::KENTNL/UploadToCPAN'
-      version: '5.031'
-    -
-      class: Dist::Zilla::Plugin::Twitter
-      name: '@Author::KENTNL/Twitter'
-      version: '0.026'
-    -
-      class: Dist::Zilla::Plugin::Prereqs::Upgrade
-      config:
-        Dist::Zilla::Plugin::Prereqs::Upgrade:
-          modules:
-            Dist::Zila::Plugin::MetaProvides::Package: '2.000000'
-            Dist::Zilla: '5'
-            ExtUtils::MakeMaker: '7.00'
-            File::ShareDir::Install: '0.10'
-            Moo: '1.000008'
-            Moose: '2.000'
-            Path::Tiny: '0.058'
-            Test::File::ShareDir: '1.000000'
-            Test::More: '0.99'
-      name: '@Author::KENTNL/Prereqs::Upgrade'
-      version: '0.001000'
-    -
-      class: Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled
-      config:
-        Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled:
-          applyto_map:
-            - 'develop.suggests = develop.suggests'
-          applyto_phase:
-            - develop
-          modules:
-            - Dist::Zilla::PluginBundle::Author::KENTNL
-            - Dist::Zilla::App::Command::bakeini
-          source_relation: requires
-          target_relation: recommends
-      name: '@Author::KENTNL/always_latest_develop_bundle'
-      version: '0.003001'
-    -
-      class: Dist::Zilla::Plugin::Prereqs
-      config:
-        Dist::Zilla::Plugin::Prereqs:
-          phase: develop
-          type: requires
-      name: '@Author::KENTNL/::Role::BundleDeps'
-      version: '5.031'
-    -
-      class: Dist::Zilla::Plugin::Prereqs
-      config:
-        Dist::Zilla::Plugin::Prereqs:
-          phase: runtime
-          type: requires
-      name: Prereqs
-      version: '5.031'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: ':InstallModules'
-      version: '5.031'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: ':IncModules'
-      version: '5.031'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: ':TestFiles'
-      version: '5.031'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: ':ExecFiles'
-      version: '5.031'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: ':ShareFiles'
-      version: '5.031'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: ':MainModule'
-      version: '5.031'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: ':AllFiles'
-      version: '5.031'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: ':NoFiles'
-      version: '5.031'
-    -
-      class: Dist::Zilla::Plugin::FinderCode
-      name: '@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
-      version: '5.031'
-  zilla:
-    class: Dist::Zilla::Dist::Builder
-    config:
-      is_trial: '0'
-    version: '5.031'
-x_authority: cpan:KENTNL
+version: '1.001001'
diff --git a/Makefile.PL b/Makefile.PL
index 61dfbbb..573e310 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,5 +1,4 @@
-
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.031.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.037.
 use strict;
 use warnings;
 
@@ -7,8 +6,6 @@ use 5.008;
 
 use ExtUtils::MakeMaker;
 
-
-
 my %WriteMakefileArgs = (
   "ABSTRACT" => "Shared logic for bootstrap things.",
   "AUTHOR" => "Kent Fredric <kentnl\@cpan.org>",
@@ -44,7 +41,7 @@ my %WriteMakefileArgs = (
     "Moose" => 0,
     "Test::More" => "0.89"
   },
-  "VERSION" => "1.001000",
+  "VERSION" => "1.001001",
   "test" => {
     "TESTS" => "t/*.t t/00-compile/*.t"
   }
@@ -85,6 +82,3 @@ delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
   unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
 
 WriteMakefile(%WriteMakefileArgs);
-
-
-
diff --git a/dist.ini b/dist.ini
index f30a9a8..8babc60 100644
--- a/dist.ini
+++ b/dist.ini
@@ -42,11 +42,12 @@ include_dotfiles = 1
 
 [MetaJSON / @Author::KENTNL/MetaJSON]
 
-[MetaYAML / @Author::KENTNL/MetaYAML]
+[MetaYAML::Minimal / @Author::KENTNL/MetaYAML::Minimal]
 
 [Manifest / @Author::KENTNL/Manifest]
 
 [Author::KENTNL::TravisCI / @Author::KENTNL/Author::KENTNL::TravisCI]
+:version = 0.001002
 
 [CopyFilesFromBuild / @Author::KENTNL/CopyXBuild]
 copy = LICENSE
@@ -85,7 +86,7 @@ replacer = replace_with_blank
 -phase = develop
 -type = suggests
 Dist::Zilla::App::Command::bakeini = 0.001000
-Dist::Zilla::PluginBundle::Author::KENTNL = 2.023002
+Dist::Zilla::PluginBundle::Author::KENTNL = 2.024002
 
 [Prereqs::AuthorDeps / @Author::KENTNL/Prereqs::AuthorDeps]
 
@@ -101,7 +102,7 @@ locate_comment = 1
 default_jobs = 10
 
 [Author::KENTNL::RecommendFixes / @Author::KENTNL/Author::KENTNL::RecommendFixes]
-:version = 0.001001
+:version = 0.004002
 
 [Readme::Brief / @Author::KENTNL/ShippedReadme]
 
@@ -138,6 +139,7 @@ time_zone = UTC
 allow_dirty_match = ^lib/
 
 [Git::CommitBuild / @Author::KENTNL/Git::CommitBuild]
+branch = builds
 release_branch = releases
 
 [Git::Tag / @Author::KENTNL/tag_release]
@@ -180,8 +182,8 @@ modules = Dist::Zilla::App::Command::bakeini
 ; auto_prereqs_skip = File::Find
 -phase = develop
 -relationship = requires
-Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes = 0.001001
-Dist::Zilla::Plugin::Author::KENTNL::TravisCI = 0
+Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes = 0.004002
+Dist::Zilla::Plugin::Author::KENTNL::TravisCI = 0.001002
 Dist::Zilla::Plugin::Authority = 1.006
 Dist::Zilla::Plugin::AutoPrereqs = 0
 Dist::Zilla::Plugin::BumpVersionAfterRelease = 0
@@ -204,7 +206,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
diff --git a/lib/Dist/Zilla/Role/Bootstrap.pm b/lib/Dist/Zilla/Role/Bootstrap.pm
index 109fb37..d43f93a 100644
--- a/lib/Dist/Zilla/Role/Bootstrap.pm
+++ b/lib/Dist/Zilla/Role/Bootstrap.pm
@@ -5,7 +5,7 @@ use utf8;
 
 package Dist::Zilla::Role::Bootstrap;
 
-our $VERSION = '1.001000';
+our $VERSION = '1.001001';
 
 # ABSTRACT: Shared logic for bootstrap things.
 
@@ -303,7 +303,7 @@ Dist::Zilla::Role::Bootstrap - Shared logic for bootstrap things.
 
 =head1 VERSION
 
-version 1.001000
+version 1.001001
 
 =head1 SYNOPSIS
 
diff --git a/misc/Changes.deps b/misc/Changes.deps
index 132017b..101e61f 100644
--- a/misc/Changes.deps
+++ b/misc/Changes.deps
@@ -1,6 +1,8 @@
 This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test)
 
-1.001000
+1.001001
+
+1.001000 2015-01-20T20:29:54Z
  [Added / configure requires]
  - perl 5.008
 
@@ -88,4 +90,3 @@ This file contains changes in REQUIRED dependencies for standard CPAN phases (co
  [Added / test requires]
  - File::Copy::Recursive
  - File::Spec
-
diff --git a/misc/Changes.deps.all b/misc/Changes.deps.all
index bf17046..ee8bfa8 100644
--- a/misc/Changes.deps.all
+++ b/misc/Changes.deps.all
@@ -1,6 +1,22 @@
 This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop)
 
-1.001000
+1.001001
+ [Added / develop requires]
+ - Dist::Zilla::Plugin::MetaYAML::Minimal
+
+ [Changed / develop requires]
+ - Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes 0.001001 → 0.004002
+ - Dist::Zilla::Plugin::Author::KENTNL::TravisCI 0 → 0.001002
+ - Test::More 0 → 0.88
+
+ [Changed / develop suggests]
+ - Dist::Zilla::App::Command::bakeini 0.002000 → 0.002005
+ - Dist::Zilla::PluginBundle::Author::KENTNL 2.023002 → 2.024002
+
+ [Removed / develop requires]
+ - Dist::Zilla::Plugin::MetaYAML
+
+1.001000 2015-01-20T20:29:54Z
  [Added / configure requires]
  - perl 5.008
 
@@ -254,4 +270,3 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL depen
  [Added / test requires]
  - File::Copy::Recursive
  - File::Spec
-
diff --git a/misc/Changes.deps.dev b/misc/Changes.deps.dev
index 12cabed..fe01b09 100644
--- a/misc/Changes.deps.dev
+++ b/misc/Changes.deps.dev
@@ -1,6 +1,22 @@
 This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL )
 
-1.001000
+1.001001
+ [Added / develop requires]
+ - Dist::Zilla::Plugin::MetaYAML::Minimal
+
+ [Changed / develop requires]
+ - Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes 0.001001 → 0.004002
+ - Dist::Zilla::Plugin::Author::KENTNL::TravisCI 0 → 0.001002
+ - Test::More 0 → 0.88
+
+ [Changed / develop suggests]
+ - Dist::Zilla::App::Command::bakeini 0.002000 → 0.002005
+ - Dist::Zilla::PluginBundle::Author::KENTNL 2.023002 → 2.024002
+
+ [Removed / develop requires]
+ - Dist::Zilla::Plugin::MetaYAML
+
+1.001000 2015-01-20T20:29:54Z
  [Added / develop recommends]
  - Test::More 0.99
 
@@ -145,4 +161,3 @@ This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and
 0.2.1 2013-09-24T02:37:30Z
 
 0.2.0 2013-09-21T12:39:54Z
-
diff --git a/misc/Changes.deps.opt b/misc/Changes.deps.opt
index db068f0..3242d1b 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.001000
+1.001001
+
+1.001000 2015-01-20T20:29:54Z
  [Added / runtime recommends]
  - Path::Tiny 0.058
 
@@ -47,4 +49,3 @@ This file contains changes in OPTIONAL dependencies for standard CPAN phases (co
 0.2.1 2013-09-24T02:37:30Z
 
 0.2.0 2013-09-21T12:39:54Z
-
diff --git a/misc/built_with.json b/misc/built_with.json
index 4bedf93..6f4805a 100644
--- a/misc/built_with.json
+++ b/misc/built_with.json
@@ -1,98 +1,98 @@
 {
    "modules" : {
-      "CPAN::Meta" : "2.143240",
-      "Carp" : "1.34",
-      "Dist::Zilla" : "5.031",
-      "Dist::Zilla::App::Command::bakeini" : "0.002000",
-      "Dist::Zilla::Chrome::Test" : "5.031",
-      "Dist::Zilla::Dist::Builder" : "5.031",
-      "Dist::Zilla::MVP::Assembler::Zilla" : "5.031",
-      "Dist::Zilla::MVP::Section" : "5.031",
-      "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.004001",
-      "Dist::Zilla::Plugin::Author::KENTNL::TravisCI" : "0.001000",
+      "CPAN::Meta" : "2.150005",
+      "Carp" : "1.36",
+      "Dist::Zilla" : "5.037",
+      "Dist::Zilla::App::Command::bakeini" : "0.002005",
+      "Dist::Zilla::Chrome::Test" : "5.037",
+      "Dist::Zilla::Dist::Builder" : "5.037",
+      "Dist::Zilla::MVP::Assembler::Zilla" : "5.037",
+      "Dist::Zilla::MVP::Section" : "5.037",
+      "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.004003",
+      "Dist::Zilla::Plugin::Author::KENTNL::TravisCI" : "0.001002",
       "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::AutoPrereqs" : "5.037",
+      "Dist::Zilla::Plugin::BumpVersionAfterRelease" : "0.009",
+      "Dist::Zilla::Plugin::ConfirmRelease" : "5.037",
+      "Dist::Zilla::Plugin::CopyFilesFromBuild" : "0.151680",
+      "Dist::Zilla::Plugin::Git::Check" : "2.035",
+      "Dist::Zilla::Plugin::Git::Commit" : "2.035",
+      "Dist::Zilla::Plugin::Git::CommitBuild" : "2.035",
+      "Dist::Zilla::Plugin::Git::Contributors" : "0.011",
+      "Dist::Zilla::Plugin::Git::GatherDir" : "2.035",
       "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::Git::Tag" : "2.035",
+      "Dist::Zilla::Plugin::GithubMeta" : "0.52",
+      "Dist::Zilla::Plugin::License" : "5.037",
+      "Dist::Zilla::Plugin::MakeMaker" : "5.037",
+      "Dist::Zilla::Plugin::Manifest" : "5.037",
+      "Dist::Zilla::Plugin::ManifestSkip" : "5.037",
+      "Dist::Zilla::Plugin::MetaConfig" : "5.037",
+      "Dist::Zilla::Plugin::MetaData::BuiltWith" : "1.004002",
+      "Dist::Zilla::Plugin::MetaJSON" : "5.037",
       "Dist::Zilla::Plugin::MetaProvides::Package" : "2.003001",
-      "Dist::Zilla::Plugin::MetaTests" : "5.031",
-      "Dist::Zilla::Plugin::MetaYAML" : "5.031",
+      "Dist::Zilla::Plugin::MetaTests" : "5.037",
+      "Dist::Zilla::Plugin::MetaYAML::Minimal" : "0.001000",
       "Dist::Zilla::Plugin::MinimumPerl" : "1.006",
-      "Dist::Zilla::Plugin::PodCoverageTests" : "5.031",
-      "Dist::Zilla::Plugin::PodSyntaxTests" : "5.031",
+      "Dist::Zilla::Plugin::PodCoverageTests" : "5.037",
+      "Dist::Zilla::Plugin::PodSyntaxTests" : "5.037",
       "Dist::Zilla::Plugin::PodWeaver" : "4.006",
-      "Dist::Zilla::Plugin::Prereqs" : "5.031",
+      "Dist::Zilla::Plugin::Prereqs" : "5.037",
       "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::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.008",
+      "Dist::Zilla::Plugin::RunExtraTests" : "0.027",
+      "Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.009",
       "Dist::Zilla::Plugin::Test::Compile::PerFile" : "0.003000",
-      "Dist::Zilla::Plugin::Test::EOL" : "0.16",
+      "Dist::Zilla::Plugin::Test::EOL" : "0.18",
       "Dist::Zilla::Plugin::Test::Kwalitee" : "2.11",
-      "Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000005",
-      "Dist::Zilla::Plugin::Test::Perl::Critic" : "2.112410",
-      "Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.019",
-      "Dist::Zilla::Plugin::TestRelease" : "5.031",
+      "Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000006",
+      "Dist::Zilla::Plugin::Test::Perl::Critic" : "3.000",
+      "Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.021",
+      "Dist::Zilla::Plugin::TestRelease" : "5.037",
       "Dist::Zilla::Plugin::Twitter" : "0.026",
-      "Dist::Zilla::Plugin::UploadToCPAN" : "5.031",
-      "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.023002",
-      "Dist::Zilla::Role::Plugin" : "5.031",
-      "ExtUtils::MakeMaker" : "7.05_07",
+      "Dist::Zilla::Plugin::UploadToCPAN" : "5.037",
+      "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.024002",
+      "Dist::Zilla::Role::Plugin" : "5.037",
+      "ExtUtils::MakeMaker" : "7.04_01",
       "File::Copy::Recursive" : "0.38",
-      "File::Spec" : "3.51",
+      "File::Spec" : "3.56",
       "FindBin" : "1.51",
       "List::UtilsBy" : "0.09",
-      "Moose" : "2.1403",
-      "Moose::Role" : "2.1403",
-      "Path::Tiny" : "0.061",
+      "Moose" : "2.1405",
+      "Moose::Role" : "2.1405",
+      "Path::Tiny" : "0.070",
       "Pod::Coverage::TrustPod" : "0.100003",
-      "Test::CPAN::Changes" : "0.30",
-      "Test::CPAN::Meta" : "0.24",
+      "Test::CPAN::Changes" : "0.400002",
+      "Test::CPAN::Meta" : "0.25",
       "Test::EOL" : "1.5",
       "Test::Kwalitee" : "1.22",
-      "Test::More" : "1.301001_097",
-      "Test::Pod" : "1.48",
+      "Test::More" : "1.001014",
+      "Test::Pod" : "1.50",
       "Test::Pod::Coverage" : "1.10",
       "lib" : "0.63",
-      "strict" : "1.08",
-      "utf8" : "1.14",
-      "version" : "0.9911",
-      "warnings" : "1.29"
+      "strict" : "1.09",
+      "utf8" : "1.17",
+      "version" : "0.9912",
+      "warnings" : "1.32"
    },
    "perl" : {
-      "original" : "v5.21.6",
+      "original" : "v5.22.0",
       "qv" : 1,
       "version" : [
          5,
-         21,
-         6
+         22,
+         0
       ]
    },
    "perl-config" : {
-      "gccversion" : "4.8.3",
+      "gccversion" : "4.9.2",
       "myarchname" : "x86_64-linux",
       "osname" : "linux"
    },
    "platform" : "linux",
-   "uname" : "Linux 3.18.1-aufs x86_64 GenuineIntel GNU/Linux"
+   "uname" : "Linux 4.0.0-gentoo x86_64 GenuineIntel GNU/Linux"
 }
diff --git a/t/00-report-prereqs.dd b/t/00-report-prereqs.dd
index 5dc052c..a1feb9d 100644
--- a/t/00-report-prereqs.dd
+++ b/t/00-report-prereqs.dd
@@ -14,8 +14,8 @@ do { my $x = {
                                       },
                       'requires' => {
                                       'Dist::Zilla' => '5',
-                                      'Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes' => '0.001001',
-                                      'Dist::Zilla::Plugin::Author::KENTNL::TravisCI' => '0',
+                                      'Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes' => '0.004002',
+                                      'Dist::Zilla::Plugin::Author::KENTNL::TravisCI' => '0.001002',
                                       'Dist::Zilla::Plugin::Authority' => '1.006',
                                       'Dist::Zilla::Plugin::AutoPrereqs' => '0',
                                       'Dist::Zilla::Plugin::BumpVersionAfterRelease' => '0',
@@ -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',
@@ -66,13 +66,13 @@ do { my $x = {
                                       'Test::CPAN::Meta' => '0',
                                       'Test::EOL' => '0',
                                       'Test::Kwalitee' => '1.21',
-                                      'Test::More' => '0',
+                                      'Test::More' => '0.88',
                                       'Test::Pod' => '1.41',
                                       'Test::Pod::Coverage' => '1.08'
                                     },
                       'suggests' => {
-                                      'Dist::Zilla::App::Command::bakeini' => '0.002000',
-                                      'Dist::Zilla::PluginBundle::Author::KENTNL' => '2.023002'
+                                      'Dist::Zilla::App::Command::bakeini' => '0.002005',
+                                      'Dist::Zilla::PluginBundle::Author::KENTNL' => '2.024002'
                                     }
                     },
        'runtime' => {
diff --git a/t/00-report-prereqs.t b/t/00-report-prereqs.t
index 402b3d9..d8d15ba 100644
--- a/t/00-report-prereqs.t
+++ b/t/00-report-prereqs.t
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.019
+# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.021
 
 use Test::More tests => 1;
 
@@ -150,9 +150,16 @@ for my $phase ( qw(configure build test runtime develop other) ) {
             my $ml = _max( map { length $_->[0] } @reports );
             my $wl = _max( map { length $_->[1] } @reports );
             my $hl = _max( map { length $_->[2] } @reports );
-            splice @reports, 1, 0, ["-" x $ml, "-" x $wl, "-" x $hl];
 
-            push @full_reports, map { sprintf("    %*s %*s %*s\n", -$ml, $_->[0], $wl, $_->[1], $hl, $_->[2]) } @reports;
+            if ($type eq 'modules') {
+                splice @reports, 1, 0, ["-" x $ml, "", "-" x $hl];
+                push @full_reports, map { sprintf("    %*s %*s\n", -$ml, $_->[0], $hl, $_->[2]) } @reports;
+            }
+            else {
+                splice @reports, 1, 0, ["-" x $ml, "-" x $wl, "-" x $hl];
+                push @full_reports, map { sprintf("    %*s %*s %*s\n", -$ml, $_->[0], $wl, $_->[1], $hl, $_->[2]) } @reports;
+            }
+
             push @full_reports, "\n";
         }
     }
diff --git a/t/02-try-built-mtime.t b/t/02-try-built-mtime.t
index 376a295..024c838 100644
--- a/t/02-try-built-mtime.t
+++ b/t/02-try-built-mtime.t
@@ -81,12 +81,14 @@ is_deeply(
   'dump_config is expected'
 );
 
-is( $instance->distname,                  'Example',                                 'distname is Example' );
-is( $instance->_cwd->realpath,            $scratch->realpath,                        'cwd is project root/' );
-is( $instance->try_built,                 1,                                         'try_built is on' );
-is( $instance->try_built_method,          'mtime',                                   'try_built_method is mtime' );
-is( $instance->fallback,                  1,                                         'fallback is on' );
-is( $instance->_bootstrap_root->realpath, $scratch->child('Example-0.05')->realpath, '_bootstrap_root == _cwd' );
+is( $instance->distname,         'Example',          'distname is Example' );
+is( $instance->_cwd->realpath,   $scratch->realpath, 'cwd is project root/' );
+is( $instance->try_built,        1,                  'try_built is on' );
+is( $instance->try_built_method, 'mtime',            'try_built_method is mtime' );
+is( $instance->fallback,         1,                  'fallback is on' );
+is( $instance->_bootstrap_root->realpath, $scratch->child('Example-0.05')->realpath, '_bootstrap_root == _cwd' ) or diag explain [
+  map { { $_->stringify => $_->stat->mtime } } map { $scratch->child("Example-$_") } qw( 0.01 0.10 0.05 )
+];
 ok( $instance->can('_add_inc'), '_add_inc method exists' );
 
 chdir $cwd->stringify;
diff --git a/xt/author/eol.t b/xt/author/eol.t
index 24b0b33..721ae33 100644
--- a/xt/author/eol.t
+++ b/xt/author/eol.t
@@ -1,8 +1,20 @@
 use strict;
 use warnings;
-use Test::More;
 
-# generated by Dist::Zilla::Plugin::Test::EOL 0.16
+# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.18
+
+use Test::More 0.88;
 use Test::EOL;
 
-all_perl_files_ok({ trailing_whitespace => 1 });
+my @files = (
+    'lib/Dist/Zilla/Role/Bootstrap.pm',
+    't/00-compile/lib_Dist_Zilla_Role_Bootstrap_pm.t',
+    't/00-report-prereqs.dd',
+    't/00-report-prereqs.t',
+    't/01-basic.t',
+    't/02-try-built-mtime.t',
+    't/03-try-built-parseversion.t'
+);
+
+eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files;
+done_testing;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-role-bootstrap-perl.git



More information about the Pkg-perl-cvs-commits mailing list