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

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


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

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

commit 788230bed76dc352784fb26fad9d45d8d6fd277a
Author: Kent Fredric <kentfredric at gmail.com>
Date:   Tue Jul 15 23:54:19 2014 +1200

    Build results of 21a8613 (on master)
---
 .travis.yml                                     |   6 +
 Changes                                         |  47 ++-
 MANIFEST                                        |  30 +-
 META.json                                       | 387 +++++++++++++++---------
 META.yml                                        | 329 ++++++++++++--------
 Makefile.PL                                     |   5 +-
 README                                          |   2 +-
 dist.ini                                        | 211 +++++++++++--
 dist.ini => dist.ini.meta                       |   6 +-
 lib/Dist/Zilla/Role/Bootstrap.pm                |   6 +-
 maint-travis-ci/.gitrepo                        |  11 -
 maint-travis-ci/.perltidyrc                     |   2 -
 maint-travis-ci/README.mkdn                     |  53 ----
 maint-travis-ci/before_script.pl                |  31 --
 maint-travis-ci/branch_reset.pl                 |  51 ----
 maint-travis-ci/create_github_repo.pl           |  38 ---
 maint-travis-ci/install_deps.pl                 |  87 ------
 maint-travis-ci/install_deps_early.pl           |  47 ---
 maint-travis-ci/lib/tools.pm                    | 204 -------------
 maint-travis-ci/merge_travis_yml.pl             |  31 --
 maint-travis-ci/report_fail_ctx.pl              |  13 -
 maint-travis-ci/script.pl                       |  35 ---
 maint-travis-ci/sterilize_env.pl                |  23 --
 maint-travis-ci/sync_tree.pl                    |  81 -----
 maint-travis-ci/travis_enable.pl                |  88 ------
 maint-travis-ci/yamls/sterile.mkdn              |  54 ----
 maint-travis-ci/yamls/sterile.yaml              |  42 ---
 maint-travis-ci/yamls/sterile2.yaml             |  50 ---
 maint/perlcritic.rc.gen.pl                      |  12 +-
 Changes.deps => misc/Changes.deps               |  15 +-
 Changes.deps.all => misc/Changes.deps.all       |  28 +-
 Changes.deps.dev => misc/Changes.deps.dev       |  22 +-
 misc/Changes.deps.opt                           |  29 ++
 perlcritic.deps => misc/perlcritic.deps         |   0
 t/00-compile/lib_Dist_Zilla_Role_Bootstrap_pm.t |   2 +-
 t/00-report-prereqs.t                           |  13 +-
 36 files changed, 778 insertions(+), 1313 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index d0a6ce1..b4391d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,14 +23,20 @@ matrix:
       env:  STERILIZE_ENV=1
     - perl: "5.10"
       env:  STERILIZE_ENV=1
+    - perl: "5.18"
+      env:  STERILIZE_ENV=1
     - perl: "5.19"
       env:  STERILIZE_ENV=1
     - perl: "5.19"
       env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
     - perl: "5.19"
       env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
+    - perl: "5.19"
+      env: STERILIZE_ENV=0 COVERAGE_TESTING=1
 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
 install:
diff --git a/Changes b/Changes
index 88e161e..1550165 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,15 @@
 Release history for Dist-Zilla-Role-Bootstrap
 
+1.000002 2014-07-15T09:52:40Z
+ [00 Trivial]
+ - Minor packaging cleanups.
+
+ [Dependencies::Stats]
+ - Dependencies changed since 1.000001, see misc/*.deps* for details
+ - configure: (recommends: ↑1)
+ - develop: +3 -3 (suggests: +2 -1)
+ - test: (recommends: ↑1)
+
 1.000001 2014-04-05T07:37:23Z
  [00 Test Fixes]
  - Drop dependency on Path::FindDev
@@ -10,20 +20,17 @@ Release history for Dist-Zilla-Role-Bootstrap
  - 5.019 : 166 → 163
 
  [Dependencies::Stats]
- - Dependencies changed since 1.000000, see Changes.deps{,.all,.dev} for
-   details
+ - Dependencies changed since 1.000000, see misc/*.deps* for details
  - test: +1 -1
 
 1.000000 2014-04-05T05:29:35Z
  [00 Major]
- - This distribution has a few changes that are major enough that non-perl
-   toolchains may need to pay attention.
- - Everyone else should find the changes in this release boring, except
-   maybe those who are trying to get off the Module::Build train.
+ - This distribution has a few changes that are major enough that non-perl toolchains may need to pay attention.
+ - Everyone else should find the changes in this release boring, except maybe those who are trying to get off the
+   Module::Build train.
 
  [01 Versioning Scheme change]
- - x.y.z becomes x.abydez, aka: Floats. If this is a problem, please
-   normalise versions downstream.
+ - x.y.z becomes x.abydez, aka: Floats. If this is a problem, please normalise versions downstream.
  - Versioning scheme change is primary reason for 1.XXX on the box.
 
  [02 Tooling Change]
@@ -35,8 +42,7 @@ Release history for Dist-Zilla-Role-Bootstrap
  - 5.019 : 167 → 166
 
  [Dependencies::Stats]
- - Dependencies changed since 0.2.3, see Changes.deps{,.all,.dev} for
-   details
+ - Dependencies changed since 0.2.3, see misc/*.deps* for details
  - build: -1
  - configure: +1 -1 (recommends: +1)
  - develop: +7 ↑1 -9
@@ -45,22 +51,19 @@ Release history for Dist-Zilla-Role-Bootstrap
 
 0.2.3 2013-11-18T17:50:53Z
  [00 Bugfix]
- - Depend on a minimum version of MooseX::AttributeShortcuts to provide
-   builder => sub {} support
+ - Depend on a minimum version of MooseX::AttributeShortcuts to provide builder => sub {} support
  - Thanks, Graham Ollis for reporting, closes #1
 
  [Dependencies::Noteworthy]
  - MooseX::AttributeShortcuts 0 → 0.015
 
  [Dependencies::Stats]
- - Dependencies changed since 0.2.2, see Changes.deps{,.all,.dev} for
-   details
+ - Dependencies changed since 0.2.2, see misc/*.deps* for details
  - runtime: ↑1
 
 0.2.2 2013-11-18T04:24:16Z
  [00 Minor/Bugfix]
- - Drop mandatory dep on 5.10.1. You will need a recent version.pm if you
-   want a version-specific dependency to work
+ - Drop mandatory dep on 5.10.1. You will need a recent version.pm if you want a version-specific dependency to work
  - Use latest MB Magic
  - Switch to Compile::PerFile
 
@@ -70,8 +73,7 @@ Release history for Dist-Zilla-Role-Bootstrap
  - Test::More 0.98 → 1.001002
 
  [Dependencies::Stats]
- - Dependencies changed since 0.2.1, see Changes.deps{,.all,.dev} for
-   details
+ - Dependencies changed since 0.2.1, see misc/*.deps* for details
  - build: ↑1
  - configure: ↑1
  - develop: +43 ↑1 -1 (recommends: -1, suggests: +1 -1)
@@ -91,16 +93,14 @@ Release history for Dist-Zilla-Role-Bootstrap
  - use $zilla->root instead of calling cwd()
 
  [Dependencies::Stats]
- - Dependencies changed since 0.2.0, see Changes.deps{,.all,.dev} for
-   details
+ - Dependencies changed since 0.2.0, see misc/*.deps* for details
  - runtime: -1
 
 0.2.0 2013-09-21T12:39:54Z
  [00 Major - try_built_method]
  - New mechanisms for try_built if there is >1 build trees
  - Default mechanism 'mtime' picks built dir with the most recent mtime
- - Alternative mechanism attempts to parse versions out of build dirs and
-   use the latest
+ - Alternative mechanism attempts to parse versions out of build dirs and use the latest
 
  [Dependencies::Noteworthy]
  - added : List::UtilsBy
@@ -108,8 +108,7 @@ Release history for Dist-Zilla-Role-Bootstrap
  - added : File::Copy::Recursive
 
  [Dependencies::Stats]
- - Dependencies changed since 0.1.0, see Changes.deps{,.all,.dev} for
-   details
+ - Dependencies changed since 0.1.0, see misc/*.deps* for details
  - runtime: +2
  - test: +2
 
diff --git a/MANIFEST b/MANIFEST
index 835d951..24edf31 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,11 +1,8 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.015.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.019.
 .gitignore
 .perltidyrc
 .travis.yml
 Changes
-Changes.deps
-Changes.deps.all
-Changes.deps.dev
 LICENSE
 MANIFEST
 META.json
@@ -15,27 +12,14 @@ README
 corpus/fake_dist_01/lib/E.pm
 corpus/fake_dist_01/t/placeholder.txt
 dist.ini
+dist.ini.meta
 lib/Dist/Zilla/Role/Bootstrap.pm
-maint-travis-ci/.gitrepo
-maint-travis-ci/.perltidyrc
-maint-travis-ci/README.mkdn
-maint-travis-ci/before_script.pl
-maint-travis-ci/branch_reset.pl
-maint-travis-ci/create_github_repo.pl
-maint-travis-ci/install_deps.pl
-maint-travis-ci/install_deps_early.pl
-maint-travis-ci/lib/tools.pm
-maint-travis-ci/merge_travis_yml.pl
-maint-travis-ci/report_fail_ctx.pl
-maint-travis-ci/script.pl
-maint-travis-ci/sterilize_env.pl
-maint-travis-ci/sync_tree.pl
-maint-travis-ci/travis_enable.pl
-maint-travis-ci/yamls/sterile.mkdn
-maint-travis-ci/yamls/sterile.yaml
-maint-travis-ci/yamls/sterile2.yaml
 maint/perlcritic.rc.gen.pl
-perlcritic.deps
+misc/Changes.deps
+misc/Changes.deps.all
+misc/Changes.deps.dev
+misc/Changes.deps.opt
+misc/perlcritic.deps
 perlcritic.rc
 t/00-compile/lib_Dist_Zilla_Role_Bootstrap_pm.t
 t/00-report-prereqs.t
diff --git a/META.json b/META.json
index d6b6cba..cfcc000 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Kent Fredric <kentfredric at gmail.com>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.015, CPAN::Meta::Converter version 2.140640",
+   "generated_by" : "Dist::Zilla version 5.019, CPAN::Meta::Converter version 2.141520",
    "license" : [
       "perl_5"
    ],
@@ -16,7 +16,7 @@
    "prereqs" : {
       "configure" : {
          "recommends" : {
-            "ExtUtils::MakeMaker" : "6.94"
+            "ExtUtils::MakeMaker" : "6.98"
          },
          "requires" : {
             "ExtUtils::MakeMaker" : "6.30"
@@ -26,14 +26,15 @@
          "requires" : {
             "Dist::Zilla::Plugin::Authority" : "1.006",
             "Dist::Zilla::Plugin::AutoPrereqs" : "0",
+            "Dist::Zilla::Plugin::BumpVersionAfterRelease" : "0",
             "Dist::Zilla::Plugin::ConfirmRelease" : "0",
+            "Dist::Zilla::Plugin::CopyFilesFromBuild" : "0",
             "Dist::Zilla::Plugin::EOLTests" : "0",
             "Dist::Zilla::Plugin::Git::Check" : "0",
             "Dist::Zilla::Plugin::Git::Commit" : "0",
             "Dist::Zilla::Plugin::Git::CommitBuild" : "0",
             "Dist::Zilla::Plugin::Git::GatherDir" : "0",
             "Dist::Zilla::Plugin::Git::NextRelease" : "0",
-            "Dist::Zilla::Plugin::Git::NextVersion::Sanitized" : "0",
             "Dist::Zilla::Plugin::Git::Tag" : "0",
             "Dist::Zilla::Plugin::GithubMeta" : "0",
             "Dist::Zilla::Plugin::License" : "0",
@@ -47,7 +48,6 @@
             "Dist::Zilla::Plugin::MetaTests" : "0",
             "Dist::Zilla::Plugin::MetaYAML" : "0",
             "Dist::Zilla::Plugin::MinimumPerl" : "0",
-            "Dist::Zilla::Plugin::PkgVersion" : "0",
             "Dist::Zilla::Plugin::PodCoverageTests" : "0",
             "Dist::Zilla::Plugin::PodSyntaxTests" : "0",
             "Dist::Zilla::Plugin::PodWeaver" : "0",
@@ -55,6 +55,7 @@
             "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled" : "0",
             "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0",
             "Dist::Zilla::Plugin::ReadmeFromPod" : "0",
+            "Dist::Zilla::Plugin::RewriteVersion::Sanitized" : "0",
             "Dist::Zilla::Plugin::RunExtraTests" : "0",
             "Dist::Zilla::Plugin::Test::CPAN::Changes" : "0",
             "Dist::Zilla::Plugin::Test::Compile::PerFile" : "0",
@@ -65,7 +66,6 @@
             "Dist::Zilla::Plugin::TestRelease" : "0",
             "Dist::Zilla::Plugin::Twitter" : "0",
             "Dist::Zilla::Plugin::UploadToCPAN" : "0",
-            "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.012002",
             "Pod::Coverage::TrustPod" : "0",
             "Test::CPAN::Changes" : "0.19",
             "Test::CPAN::Meta" : "0",
@@ -74,7 +74,8 @@
             "Test::Pod::Coverage" : "1.08"
          },
          "suggests" : {
-            "Dist::Zilla::PluginBundle::Author::KENTNL::Lite" : "v1.3.0"
+            "Dist::Zilla::App::Command::bakeini" : "0.001001",
+            "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.016003"
          }
       },
       "runtime" : {
@@ -97,7 +98,7 @@
          "recommends" : {
             "CPAN::Meta" : "0",
             "CPAN::Meta::Requirements" : "2.120900",
-            "ExtUtils::MakeMaker" : "6.94",
+            "ExtUtils::MakeMaker" : "6.98",
             "Test::More" : "1.001003"
          },
          "requires" : {
@@ -118,87 +119,88 @@
    "provides" : {
       "Dist::Zilla::Role::Bootstrap" : {
          "file" : "lib/Dist/Zilla/Role/Bootstrap.pm",
-         "version" : "1.000001"
+         "version" : "1.000002"
       }
    },
    "release_status" : "stable",
    "resources" : {
       "bugtracker" : {
-         "web" : "https://github.com/kentfredric/Dist-Zilla-Role-Bootstrap/issues"
+         "web" : "https://github.com/kentnl/Dist-Zilla-Role-Bootstrap/issues"
       },
-      "homepage" : "https://github.com/kentfredric/Dist-Zilla-Role-Bootstrap",
+      "homepage" : "https://github.com/kentnl/Dist-Zilla-Role-Bootstrap",
       "repository" : {
          "type" : "git",
-         "url" : "https://github.com/kentfredric/Dist-Zilla-Role-Bootstrap.git",
-         "web" : "https://github.com/kentfredric/Dist-Zilla-Role-Bootstrap"
+         "url" : "https://github.com/kentnl/Dist-Zilla-Role-Bootstrap.git",
+         "web" : "https://github.com/kentnl/Dist-Zilla-Role-Bootstrap"
       }
    },
-   "version" : "1.000001",
+   "version" : "1.000002",
    "x_BuiltWith" : {
       "modules" : {
-         "CPAN::Meta" : "2.140640",
+         "CPAN::Meta" : "2.141520",
          "CPAN::Meta::Requirements" : "2.125",
-         "Carp" : "1.3301",
-         "Dist::Zilla::Chrome::Test" : "5.015",
-         "Dist::Zilla::Dist::Builder" : "5.015",
-         "Dist::Zilla::MVP::Assembler::Zilla" : "5.015",
-         "Dist::Zilla::MVP::Section" : "5.015",
+         "Carp" : "1.34",
+         "Dist::Zilla::App::Command::bakeini" : "0.001001",
+         "Dist::Zilla::Chrome::Test" : "5.019",
+         "Dist::Zilla::Dist::Builder" : "5.019",
+         "Dist::Zilla::MVP::Assembler::Zilla" : "5.019",
+         "Dist::Zilla::MVP::Section" : "5.019",
          "Dist::Zilla::Plugin::Authority" : "1.006",
-         "Dist::Zilla::Plugin::AutoPrereqs" : "5.015",
-         "Dist::Zilla::Plugin::ConfirmRelease" : "5.015",
+         "Dist::Zilla::Plugin::AutoPrereqs" : "5.019",
+         "Dist::Zilla::Plugin::BumpVersionAfterRelease" : "0.002",
+         "Dist::Zilla::Plugin::ConfirmRelease" : "5.019",
+         "Dist::Zilla::Plugin::CopyFilesFromBuild" : "0.103510",
          "Dist::Zilla::Plugin::EOLTests" : "0.02",
-         "Dist::Zilla::Plugin::Git::Check" : "2.020",
-         "Dist::Zilla::Plugin::Git::Commit" : "2.020",
-         "Dist::Zilla::Plugin::Git::CommitBuild" : "2.020",
-         "Dist::Zilla::Plugin::Git::GatherDir" : "2.020",
+         "Dist::Zilla::Plugin::Git::Check" : "2.023",
+         "Dist::Zilla::Plugin::Git::Commit" : "2.023",
+         "Dist::Zilla::Plugin::Git::CommitBuild" : "2.023",
+         "Dist::Zilla::Plugin::Git::GatherDir" : "2.023",
          "Dist::Zilla::Plugin::Git::NextRelease" : "0.002010",
-         "Dist::Zilla::Plugin::Git::NextVersion::Sanitized" : "0.001000",
-         "Dist::Zilla::Plugin::Git::Tag" : "2.020",
-         "Dist::Zilla::Plugin::GithubMeta" : "0.42",
-         "Dist::Zilla::Plugin::License" : "5.015",
-         "Dist::Zilla::Plugin::MakeMaker" : "5.015",
-         "Dist::Zilla::Plugin::Manifest" : "5.015",
-         "Dist::Zilla::Plugin::ManifestSkip" : "5.015",
-         "Dist::Zilla::Plugin::MetaConfig" : "5.015",
-         "Dist::Zilla::Plugin::MetaData::BuiltWith" : "0.04000002",
-         "Dist::Zilla::Plugin::MetaJSON" : "5.015",
-         "Dist::Zilla::Plugin::MetaProvides::Package" : "2.000001",
-         "Dist::Zilla::Plugin::MetaTests" : "5.015",
-         "Dist::Zilla::Plugin::MetaYAML" : "5.015",
+         "Dist::Zilla::Plugin::Git::Tag" : "2.023",
+         "Dist::Zilla::Plugin::GithubMeta" : "0.46",
+         "Dist::Zilla::Plugin::License" : "5.019",
+         "Dist::Zilla::Plugin::MakeMaker" : "5.019",
+         "Dist::Zilla::Plugin::Manifest" : "5.019",
+         "Dist::Zilla::Plugin::ManifestSkip" : "5.019",
+         "Dist::Zilla::Plugin::MetaConfig" : "5.019",
+         "Dist::Zilla::Plugin::MetaData::BuiltWith" : "1.000000",
+         "Dist::Zilla::Plugin::MetaJSON" : "5.019",
+         "Dist::Zilla::Plugin::MetaProvides::Package" : "2.000002",
+         "Dist::Zilla::Plugin::MetaTests" : "5.019",
+         "Dist::Zilla::Plugin::MetaYAML" : "5.019",
          "Dist::Zilla::Plugin::MinimumPerl" : "1.003",
-         "Dist::Zilla::Plugin::PkgVersion" : "5.015",
-         "Dist::Zilla::Plugin::PodCoverageTests" : "5.015",
-         "Dist::Zilla::Plugin::PodSyntaxTests" : "5.015",
+         "Dist::Zilla::Plugin::PodCoverageTests" : "5.019",
+         "Dist::Zilla::Plugin::PodSyntaxTests" : "5.019",
          "Dist::Zilla::Plugin::PodWeaver" : "4.005",
-         "Dist::Zilla::Plugin::Prereqs" : "5.015",
+         "Dist::Zilla::Plugin::Prereqs" : "5.019",
          "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled" : "0.001000",
-         "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.133360",
+         "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.141760",
          "Dist::Zilla::Plugin::ReadmeFromPod" : "0.21",
-         "Dist::Zilla::Plugin::RunExtraTests" : "0.021",
+         "Dist::Zilla::Plugin::RewriteVersion::Sanitized" : "0.001000",
+         "Dist::Zilla::Plugin::RunExtraTests" : "0.022",
          "Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.008",
-         "Dist::Zilla::Plugin::Test::Compile::PerFile" : "0.001001",
+         "Dist::Zilla::Plugin::Test::Compile::PerFile" : "0.002000",
          "Dist::Zilla::Plugin::Test::Kwalitee" : "2.07",
          "Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000005",
          "Dist::Zilla::Plugin::Test::Perl::Critic" : "2.112410",
          "Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.013",
-         "Dist::Zilla::Plugin::TestRelease" : "5.015",
+         "Dist::Zilla::Plugin::TestRelease" : "5.019",
          "Dist::Zilla::Plugin::Twitter" : "0.025",
-         "Dist::Zilla::Plugin::UploadToCPAN" : "5.015",
-         "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.012002",
-         "Dist::Zilla::PluginBundle::Author::KENTNL::Lite" : "1.7.2",
-         "Dist::Zilla::Role::Plugin" : "5.015",
-         "ExtUtils::MakeMaker" : "6.94",
+         "Dist::Zilla::Plugin::UploadToCPAN" : "5.019",
+         "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.016003",
+         "Dist::Zilla::Role::Plugin" : "5.019",
+         "ExtUtils::MakeMaker" : "6.98",
          "File::Copy::Recursive" : "0.38",
-         "File::Spec::Functions" : "3.47",
+         "File::Spec::Functions" : "3.48",
          "FindBin" : "1.51",
-         "List::Util" : "1.38",
+         "List::Util" : "1.39",
          "List::UtilsBy" : "0.09",
-         "Moose" : "2.1204",
-         "Moose::Role" : "2.1204",
-         "MooseX::AttributeShortcuts" : "0.023",
-         "Path::Tiny" : "0.052",
+         "Moose" : "2.1210",
+         "Moose::Role" : "2.1210",
+         "MooseX::AttributeShortcuts" : "0.024",
+         "Path::Tiny" : "0.055",
          "Pod::Coverage::TrustPod" : "0.100003",
-         "Test::CPAN::Changes" : "0.27",
+         "Test::CPAN::Changes" : "0.28",
          "Test::CPAN::Meta" : "0.23",
          "Test::Kwalitee" : "1.18",
          "Test::More" : "1.001003",
@@ -206,52 +208,41 @@
          "Test::Pod::Coverage" : "1.08",
          "lib" : "0.63",
          "strict" : "1.08",
-         "utf8" : "1.13",
+         "utf8" : "1.14",
          "version" : "0.9908",
-         "warnings" : "1.23"
+         "warnings" : "1.24"
       },
       "perl" : {
-         "original" : "v5.19.10",
+         "original" : "v5.21.1",
          "qv" : 1,
          "version" : [
             5,
-            19,
-            10
+            21,
+            1
          ]
       },
       "perl-config" : {
-         "gccversion" : "4.8.2",
+         "gccversion" : "4.8.3",
          "myarchname" : "x86_64-linux",
          "osname" : "linux"
       },
       "platform" : "linux",
-      "uname" : "Linux 3.14.0-gentoo x86_64 GenuineIntel GNU/Linux"
+      "uname" : "Linux 3.15.2-aufs x86_64 GenuineIntel GNU/Linux"
    },
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.019010"
+         "version" : "5.021001"
       },
       "plugins" : [
          {
-            "class" : "Dist::Zilla::Plugin::Git::NextVersion::Sanitized",
-            "config" : {
-               "Dist::Zilla::Role::Version::Sanitize" : {
-                  "mantissa" : "6",
-                  "normal_form" : "numify"
-               }
-            },
-            "name" : "@Author::KENTNL/Git::NextVersion::Sanitized",
-            "version" : "0.001000"
-         },
-         {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "@Author::KENTNL/MetaConfig",
-            "version" : "5.015"
+            "version" : "5.019"
          },
          {
             "class" : "Dist::Zilla::Plugin::GithubMeta",
             "name" : "@Author::KENTNL/GithubMeta",
-            "version" : "0.42"
+            "version" : "0.46"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaProvides::Package",
@@ -261,7 +252,7 @@
                      {
                         "class" : "Dist::Zilla::Plugin::FinderCode",
                         "name" : "@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
-                        "version" : "5.015"
+                        "version" : "5.019"
                      }
                   ]
                },
@@ -272,7 +263,7 @@
                }
             },
             "name" : "@Author::KENTNL/MetaProvides::Package",
-            "version" : "2.000001"
+            "version" : "2.000002"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaData::BuiltWith",
@@ -294,47 +285,60 @@
                }
             },
             "name" : "@Author::KENTNL/MetaData::BuiltWith",
-            "version" : "0.04000002"
+            "version" : "1.000000"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::GatherDir",
+            "config" : {
+               "Dist::Zilla::Plugin::Git::GatherDir" : {
+                  "include_untracked" : "0"
+               },
+               "Dist::Zilla::Role::Git::Repo" : {
+                  "repo_root" : "."
+               }
+            },
             "name" : "@Author::KENTNL/Git::GatherDir",
-            "version" : "2.020"
+            "version" : "2.023"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@Author::KENTNL/License",
-            "version" : "5.015"
+            "version" : "5.019"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "@Author::KENTNL/MetaJSON",
-            "version" : "5.015"
+            "version" : "5.019"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@Author::KENTNL/MetaYAML",
-            "version" : "5.015"
+            "version" : "5.019"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@Author::KENTNL/Manifest",
-            "version" : "5.015"
+            "version" : "5.019"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::CopyFilesFromBuild",
+            "name" : "@Author::KENTNL/CopyXBuild",
+            "version" : "0.103510"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaTests",
             "name" : "@Author::KENTNL/MetaTests",
-            "version" : "5.015"
+            "version" : "5.019"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodCoverageTests",
             "name" : "@Author::KENTNL/PodCoverageTests",
-            "version" : "5.015"
+            "version" : "5.019"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "@Author::KENTNL/PodSyntaxTests",
-            "version" : "5.015"
+            "version" : "5.019"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
@@ -359,7 +363,7 @@
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : "@Author::KENTNL/Test::Compile::PerFile/AUTOVIV/:InstallModulesPM",
-            "version" : "5.015"
+            "version" : "5.019"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::Compile::PerFile",
@@ -376,7 +380,7 @@
                }
             },
             "name" : "@Author::KENTNL/Test::Compile::PerFile",
-            "version" : "0.001001"
+            "version" : "0.002000"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::Perl::Critic",
@@ -386,12 +390,18 @@
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
             "name" : "@Author::KENTNL/ManifestSkip",
-            "version" : "5.015"
+            "version" : "5.019"
          },
          {
-            "class" : "Dist::Zilla::Plugin::PkgVersion",
-            "name" : "@Author::KENTNL/PkgVersion",
-            "version" : "5.015"
+            "class" : "Dist::Zilla::Plugin::RewriteVersion::Sanitized",
+            "config" : {
+               "Dist::Zilla::Role::Version::Sanitize" : {
+                  "mantissa" : "6",
+                  "normal_form" : "numify"
+               }
+            },
+            "name" : "@Author::KENTNL/RewriteVersion::Sanitized",
+            "version" : "0.001000"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -504,14 +514,9 @@
             "version" : "4.005"
          },
          {
-            "class" : "Dist::Zilla::Plugin::Git::NextRelease",
-            "name" : "@Author::KENTNL/Git::NextRelease",
-            "version" : "0.002010"
-         },
-         {
             "class" : "Dist::Zilla::Plugin::AutoPrereqs",
             "name" : "@Author::KENTNL/AutoPrereqs",
-            "version" : "5.015"
+            "version" : "5.019"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -522,18 +527,7 @@
                }
             },
             "name" : "@Author::KENTNL/BundleDevelSuggests",
-            "version" : "5.015"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::Prereqs",
-            "config" : {
-               "Dist::Zilla::Plugin::Prereqs" : {
-                  "phase" : "develop",
-                  "type" : "requires"
-               }
-            },
-            "name" : "@Author::KENTNL/BundleDevelRequires",
-            "version" : "5.015"
+            "version" : "5.019"
          },
          {
             "class" : "Dist::Zilla::Plugin::MinimumPerl",
@@ -549,11 +543,11 @@
             "class" : "Dist::Zilla::Plugin::MakeMaker",
             "config" : {
                "Dist::Zilla::Role::TestRunner" : {
-                  "default_jobs" : 10
+                  "default_jobs" : "10"
                }
             },
             "name" : "@Author::KENTNL/MakeMaker",
-            "version" : "5.015"
+            "version" : "5.019"
          },
          {
             "class" : "Dist::Zilla::Plugin::ReadmeFromPod",
@@ -563,7 +557,7 @@
          {
             "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
             "name" : "@Author::KENTNL/ReadmeAnyFromPod",
-            "version" : "0.133360"
+            "version" : "0.141760"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
@@ -574,51 +568,159 @@
             "class" : "Dist::Zilla::Plugin::RunExtraTests",
             "config" : {
                "Dist::Zilla::Role::TestRunner" : {
-                  "default_jobs" : 10
+                  "default_jobs" : "10"
                }
             },
             "name" : "@Author::KENTNL/RunExtraTests",
-            "version" : "0.021"
+            "version" : "0.022"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@Author::KENTNL/TestRelease",
-            "version" : "5.015"
+            "version" : "5.019"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@Author::KENTNL/ConfirmRelease",
-            "version" : "5.015"
+            "version" : "5.019"
          },
          {
             "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.020"
+            "version" : "2.023"
+         },
+         {
+            "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.023"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
+            "config" : {
+               "Dist::Zilla::Plugin::Git::Tag" : {
+                  "branch" : null,
+                  "signed" : 0,
+                  "tag" : "1.000002-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.020"
+            "version" : "2.023"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::NextRelease",
+            "name" : "@Author::KENTNL/Git::NextRelease",
+            "version" : "0.002010"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease",
+            "name" : "@Author::KENTNL/BumpVersionAfterRelease",
+            "version" : "0.002"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Commit",
-            "name" : "@Author::KENTNL/Git::Commit",
-            "version" : "2.020"
+            "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.023"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::CommitBuild",
+            "config" : {
+               "Dist::Zilla::Plugin::Git::CommitBuild" : {
+                  "branch" : "build/%b",
+                  "build_root" : null,
+                  "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.020"
+            "version" : "2.023"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
+            "config" : {
+               "Dist::Zilla::Plugin::Git::Tag" : {
+                  "branch" : "releases",
+                  "signed" : 0,
+                  "tag" : "1.000002",
+                  "tag_format" : "%v",
+                  "tag_message" : "v%v",
+                  "time_zone" : "local"
+               },
+               "Dist::Zilla::Role::Git::Repo" : {
+                  "repo_root" : "."
+               }
+            },
             "name" : "@Author::KENTNL/tag_release",
-            "version" : "2.020"
+            "version" : "2.023"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@Author::KENTNL/UploadToCPAN",
-            "version" : "5.015"
+            "version" : "5.019"
          },
          {
             "class" : "Dist::Zilla::Plugin::Twitter",
@@ -657,13 +759,14 @@
             "config" : {
                "Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled" : {
                   "applyto_map" : [
-                     "develop.requires = develop.requires"
+                     "develop.suggests = develop.suggests"
                   ],
                   "applyto_phase" : [
                      "develop"
                   ],
                   "modules" : [
-                     "Dist::Zilla::PluginBundle::Author::KENTNL"
+                     "Dist::Zilla::PluginBundle::Author::KENTNL",
+                     "Dist::Zilla::App::Command::bakeini"
                   ]
                }
             },
@@ -679,7 +782,7 @@
                }
             },
             "name" : "@Author::KENTNL/::Role::BundleDeps",
-            "version" : "5.015"
+            "version" : "5.019"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -690,52 +793,52 @@
                }
             },
             "name" : "Prereqs",
-            "version" : "5.015"
+            "version" : "5.019"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "5.015"
+            "version" : "5.019"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":IncModules",
-            "version" : "5.015"
+            "version" : "5.019"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "5.015"
+            "version" : "5.019"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "5.015"
+            "version" : "5.019"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "5.015"
+            "version" : "5.019"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":MainModule",
-            "version" : "5.015"
+            "version" : "5.019"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":AllFiles",
-            "version" : "5.015"
+            "version" : "5.019"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":NoFiles",
-            "version" : "5.015"
+            "version" : "5.019"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : "@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
-            "version" : "5.015"
+            "version" : "5.019"
          }
       ],
       "zilla" : {
@@ -743,7 +846,7 @@
          "config" : {
             "is_trial" : "0"
          },
-         "version" : "5.015"
+         "version" : "5.019"
       }
    },
    "x_authority" : "cpan:KENTNL"
diff --git a/META.yml b/META.yml
index 0bbf86b..9542d69 100644
--- a/META.yml
+++ b/META.yml
@@ -17,7 +17,7 @@ build_requires:
 configure_requires:
   ExtUtils::MakeMaker: '6.30'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.015, CPAN::Meta::Converter version 2.140640'
+generated_by: 'Dist::Zilla version 5.019, CPAN::Meta::Converter version 2.141520'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -26,7 +26,7 @@ name: Dist-Zilla-Role-Bootstrap
 provides:
   Dist::Zilla::Role::Bootstrap:
     file: lib/Dist/Zilla/Role/Bootstrap.pm
-    version: '1.000001'
+    version: '1.000002'
 requires:
   Carp: '0'
   Dist::Zilla::Role::Plugin: '0'
@@ -41,75 +41,76 @@ requires:
   version: '0'
   warnings: '0'
 resources:
-  bugtracker: https://github.com/kentfredric/Dist-Zilla-Role-Bootstrap/issues
-  homepage: https://github.com/kentfredric/Dist-Zilla-Role-Bootstrap
-  repository: https://github.com/kentfredric/Dist-Zilla-Role-Bootstrap.git
-version: '1.000001'
+  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.000002'
 x_BuiltWith:
   modules:
-    CPAN::Meta: '2.140640'
+    CPAN::Meta: '2.141520'
     CPAN::Meta::Requirements: '2.125'
-    Carp: '1.3301'
-    Dist::Zilla::Chrome::Test: '5.015'
-    Dist::Zilla::Dist::Builder: '5.015'
-    Dist::Zilla::MVP::Assembler::Zilla: '5.015'
-    Dist::Zilla::MVP::Section: '5.015'
+    Carp: '1.34'
+    Dist::Zilla::App::Command::bakeini: '0.001001'
+    Dist::Zilla::Chrome::Test: '5.019'
+    Dist::Zilla::Dist::Builder: '5.019'
+    Dist::Zilla::MVP::Assembler::Zilla: '5.019'
+    Dist::Zilla::MVP::Section: '5.019'
     Dist::Zilla::Plugin::Authority: '1.006'
-    Dist::Zilla::Plugin::AutoPrereqs: '5.015'
-    Dist::Zilla::Plugin::ConfirmRelease: '5.015'
+    Dist::Zilla::Plugin::AutoPrereqs: '5.019'
+    Dist::Zilla::Plugin::BumpVersionAfterRelease: '0.002'
+    Dist::Zilla::Plugin::ConfirmRelease: '5.019'
+    Dist::Zilla::Plugin::CopyFilesFromBuild: '0.103510'
     Dist::Zilla::Plugin::EOLTests: '0.02'
-    Dist::Zilla::Plugin::Git::Check: '2.020'
-    Dist::Zilla::Plugin::Git::Commit: '2.020'
-    Dist::Zilla::Plugin::Git::CommitBuild: '2.020'
-    Dist::Zilla::Plugin::Git::GatherDir: '2.020'
+    Dist::Zilla::Plugin::Git::Check: '2.023'
+    Dist::Zilla::Plugin::Git::Commit: '2.023'
+    Dist::Zilla::Plugin::Git::CommitBuild: '2.023'
+    Dist::Zilla::Plugin::Git::GatherDir: '2.023'
     Dist::Zilla::Plugin::Git::NextRelease: '0.002010'
-    Dist::Zilla::Plugin::Git::NextVersion::Sanitized: '0.001000'
-    Dist::Zilla::Plugin::Git::Tag: '2.020'
-    Dist::Zilla::Plugin::GithubMeta: '0.42'
-    Dist::Zilla::Plugin::License: '5.015'
-    Dist::Zilla::Plugin::MakeMaker: '5.015'
-    Dist::Zilla::Plugin::Manifest: '5.015'
-    Dist::Zilla::Plugin::ManifestSkip: '5.015'
-    Dist::Zilla::Plugin::MetaConfig: '5.015'
-    Dist::Zilla::Plugin::MetaData::BuiltWith: '0.04000002'
-    Dist::Zilla::Plugin::MetaJSON: '5.015'
-    Dist::Zilla::Plugin::MetaProvides::Package: '2.000001'
-    Dist::Zilla::Plugin::MetaTests: '5.015'
-    Dist::Zilla::Plugin::MetaYAML: '5.015'
+    Dist::Zilla::Plugin::Git::Tag: '2.023'
+    Dist::Zilla::Plugin::GithubMeta: '0.46'
+    Dist::Zilla::Plugin::License: '5.019'
+    Dist::Zilla::Plugin::MakeMaker: '5.019'
+    Dist::Zilla::Plugin::Manifest: '5.019'
+    Dist::Zilla::Plugin::ManifestSkip: '5.019'
+    Dist::Zilla::Plugin::MetaConfig: '5.019'
+    Dist::Zilla::Plugin::MetaData::BuiltWith: '1.000000'
+    Dist::Zilla::Plugin::MetaJSON: '5.019'
+    Dist::Zilla::Plugin::MetaProvides::Package: '2.000002'
+    Dist::Zilla::Plugin::MetaTests: '5.019'
+    Dist::Zilla::Plugin::MetaYAML: '5.019'
     Dist::Zilla::Plugin::MinimumPerl: '1.003'
-    Dist::Zilla::Plugin::PkgVersion: '5.015'
-    Dist::Zilla::Plugin::PodCoverageTests: '5.015'
-    Dist::Zilla::Plugin::PodSyntaxTests: '5.015'
+    Dist::Zilla::Plugin::PodCoverageTests: '5.019'
+    Dist::Zilla::Plugin::PodSyntaxTests: '5.019'
     Dist::Zilla::Plugin::PodWeaver: '4.005'
-    Dist::Zilla::Plugin::Prereqs: '5.015'
+    Dist::Zilla::Plugin::Prereqs: '5.019'
     Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled: '0.001000'
-    Dist::Zilla::Plugin::ReadmeAnyFromPod: '0.133360'
+    Dist::Zilla::Plugin::ReadmeAnyFromPod: '0.141760'
     Dist::Zilla::Plugin::ReadmeFromPod: '0.21'
-    Dist::Zilla::Plugin::RunExtraTests: '0.021'
+    Dist::Zilla::Plugin::RewriteVersion::Sanitized: '0.001000'
+    Dist::Zilla::Plugin::RunExtraTests: '0.022'
     Dist::Zilla::Plugin::Test::CPAN::Changes: '0.008'
-    Dist::Zilla::Plugin::Test::Compile::PerFile: '0.001001'
+    Dist::Zilla::Plugin::Test::Compile::PerFile: '0.002000'
     Dist::Zilla::Plugin::Test::Kwalitee: '2.07'
     Dist::Zilla::Plugin::Test::MinimumVersion: '2.000005'
     Dist::Zilla::Plugin::Test::Perl::Critic: '2.112410'
     Dist::Zilla::Plugin::Test::ReportPrereqs: '0.013'
-    Dist::Zilla::Plugin::TestRelease: '5.015'
+    Dist::Zilla::Plugin::TestRelease: '5.019'
     Dist::Zilla::Plugin::Twitter: '0.025'
-    Dist::Zilla::Plugin::UploadToCPAN: '5.015'
-    Dist::Zilla::PluginBundle::Author::KENTNL: '2.012002'
-    Dist::Zilla::PluginBundle::Author::KENTNL::Lite: 1.7.2
-    Dist::Zilla::Role::Plugin: '5.015'
-    ExtUtils::MakeMaker: '6.94'
+    Dist::Zilla::Plugin::UploadToCPAN: '5.019'
+    Dist::Zilla::PluginBundle::Author::KENTNL: '2.016003'
+    Dist::Zilla::Role::Plugin: '5.019'
+    ExtUtils::MakeMaker: '6.98'
     File::Copy::Recursive: '0.38'
-    File::Spec::Functions: '3.47'
+    File::Spec::Functions: '3.48'
     FindBin: '1.51'
-    List::Util: '1.38'
+    List::Util: '1.39'
     List::UtilsBy: '0.09'
-    Moose: '2.1204'
-    Moose::Role: '2.1204'
-    MooseX::AttributeShortcuts: '0.023'
-    Path::Tiny: '0.052'
+    Moose: '2.1210'
+    Moose::Role: '2.1210'
+    MooseX::AttributeShortcuts: '0.024'
+    Path::Tiny: '0.055'
     Pod::Coverage::TrustPod: '0.100003'
-    Test::CPAN::Changes: '0.27'
+    Test::CPAN::Changes: '0.28'
     Test::CPAN::Meta: '0.23'
     Test::Kwalitee: '1.18'
     Test::More: '1.001003'
@@ -117,42 +118,34 @@ x_BuiltWith:
     Test::Pod::Coverage: '1.08'
     lib: '0.63'
     strict: '1.08'
-    utf8: '1.13'
+    utf8: '1.14'
     version: '0.9908'
-    warnings: '1.23'
+    warnings: '1.24'
   perl:
-    original: v5.19.10
+    original: v5.21.1
     qv: 1
     version:
       - 5
-      - 19
-      - 10
+      - 21
+      - 1
   perl-config:
-    gccversion: 4.8.2
+    gccversion: 4.8.3
     myarchname: x86_64-linux
     osname: linux
   platform: linux
-  uname: 'Linux 3.14.0-gentoo x86_64 GenuineIntel GNU/Linux'
+  uname: 'Linux 3.15.2-aufs x86_64 GenuineIntel GNU/Linux'
 x_Dist_Zilla:
   perl:
-    version: '5.019010'
+    version: '5.021001'
   plugins:
     -
-      class: Dist::Zilla::Plugin::Git::NextVersion::Sanitized
-      config:
-        Dist::Zilla::Role::Version::Sanitize:
-          mantissa: '6'
-          normal_form: numify
-      name: '@Author::KENTNL/Git::NextVersion::Sanitized'
-      version: '0.001000'
-    -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@Author::KENTNL/MetaConfig'
-      version: '5.015'
+      version: '5.019'
     -
       class: Dist::Zilla::Plugin::GithubMeta
       name: '@Author::KENTNL/GithubMeta'
-      version: '0.42'
+      version: '0.46'
     -
       class: Dist::Zilla::Plugin::MetaProvides::Package
       config:
@@ -161,13 +154,13 @@ x_Dist_Zilla:
             -
               class: Dist::Zilla::Plugin::FinderCode
               name: '@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
-              version: '5.015'
+              version: '5.019'
         Dist::Zilla::Role::MetaProvider::Provider:
           inherit_missing: '1'
           inherit_version: '1'
           meta_noindex: '1'
       name: '@Author::KENTNL/MetaProvides::Package'
-      version: '2.000001'
+      version: '2.000002'
     -
       class: Dist::Zilla::Plugin::MetaData::BuiltWith
       config:
@@ -184,39 +177,48 @@ x_Dist_Zilla:
               - -i
             uname_call: uname
       name: '@Author::KENTNL/MetaData::BuiltWith'
-      version: '0.04000002'
+      version: '1.000000'
     -
       class: Dist::Zilla::Plugin::Git::GatherDir
+      config:
+        Dist::Zilla::Plugin::Git::GatherDir:
+          include_untracked: '0'
+        Dist::Zilla::Role::Git::Repo:
+          repo_root: .
       name: '@Author::KENTNL/Git::GatherDir'
-      version: '2.020'
+      version: '2.023'
     -
       class: Dist::Zilla::Plugin::License
       name: '@Author::KENTNL/License'
-      version: '5.015'
+      version: '5.019'
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: '@Author::KENTNL/MetaJSON'
-      version: '5.015'
+      version: '5.019'
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@Author::KENTNL/MetaYAML'
-      version: '5.015'
+      version: '5.019'
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@Author::KENTNL/Manifest'
-      version: '5.015'
+      version: '5.019'
+    -
+      class: Dist::Zilla::Plugin::CopyFilesFromBuild
+      name: '@Author::KENTNL/CopyXBuild'
+      version: '0.103510'
     -
       class: Dist::Zilla::Plugin::MetaTests
       name: '@Author::KENTNL/MetaTests'
-      version: '5.015'
+      version: '5.019'
     -
       class: Dist::Zilla::Plugin::PodCoverageTests
       name: '@Author::KENTNL/PodCoverageTests'
-      version: '5.015'
+      version: '5.019'
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: '@Author::KENTNL/PodSyntaxTests'
-      version: '5.015'
+      version: '5.019'
     -
       class: Dist::Zilla::Plugin::Test::ReportPrereqs
       name: '@Author::KENTNL/Test::ReportPrereqs'
@@ -236,7 +238,7 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: '@Author::KENTNL/Test::Compile::PerFile/AUTOVIV/:InstallModulesPM'
-      version: '5.015'
+      version: '5.019'
     -
       class: Dist::Zilla::Plugin::Test::Compile::PerFile
       config:
@@ -249,7 +251,7 @@ x_Dist_Zilla:
           test_template: 01-basic.t.tpl
           xt_mode: ~
       name: '@Author::KENTNL/Test::Compile::PerFile'
-      version: '0.001001'
+      version: '0.002000'
     -
       class: Dist::Zilla::Plugin::Test::Perl::Critic
       name: '@Author::KENTNL/Test::Perl::Critic'
@@ -257,11 +259,15 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::ManifestSkip
       name: '@Author::KENTNL/ManifestSkip'
-      version: '5.015'
+      version: '5.019'
     -
-      class: Dist::Zilla::Plugin::PkgVersion
-      name: '@Author::KENTNL/PkgVersion'
-      version: '5.015'
+      class: Dist::Zilla::Plugin::RewriteVersion::Sanitized
+      config:
+        Dist::Zilla::Role::Version::Sanitize:
+          mantissa: '6'
+          normal_form: numify
+      name: '@Author::KENTNL/RewriteVersion::Sanitized'
+      version: '0.001000'
     -
       class: Dist::Zilla::Plugin::PodWeaver
       config:
@@ -349,13 +355,9 @@ x_Dist_Zilla:
       name: '@Author::KENTNL/PodWeaver'
       version: '4.005'
     -
-      class: Dist::Zilla::Plugin::Git::NextRelease
-      name: '@Author::KENTNL/Git::NextRelease'
-      version: '0.002010'
-    -
       class: Dist::Zilla::Plugin::AutoPrereqs
       name: '@Author::KENTNL/AutoPrereqs'
-      version: '5.015'
+      version: '5.019'
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
@@ -363,15 +365,7 @@ x_Dist_Zilla:
           phase: develop
           type: suggests
       name: '@Author::KENTNL/BundleDevelSuggests'
-      version: '5.015'
-    -
-      class: Dist::Zilla::Plugin::Prereqs
-      config:
-        Dist::Zilla::Plugin::Prereqs:
-          phase: develop
-          type: requires
-      name: '@Author::KENTNL/BundleDevelRequires'
-      version: '5.015'
+      version: '5.019'
     -
       class: Dist::Zilla::Plugin::MinimumPerl
       name: '@Author::KENTNL/MinimumPerl'
@@ -384,9 +378,9 @@ x_Dist_Zilla:
       class: Dist::Zilla::Plugin::MakeMaker
       config:
         Dist::Zilla::Role::TestRunner:
-          default_jobs: 10
+          default_jobs: '10'
       name: '@Author::KENTNL/MakeMaker'
-      version: '5.015'
+      version: '5.019'
     -
       class: Dist::Zilla::Plugin::ReadmeFromPod
       name: '@Author::KENTNL/ReadmeFromPod'
@@ -394,7 +388,7 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::ReadmeAnyFromPod
       name: '@Author::KENTNL/ReadmeAnyFromPod'
-      version: '0.133360'
+      version: '0.141760'
     -
       class: Dist::Zilla::Plugin::Test::CPAN::Changes
       name: '@Author::KENTNL/Test::CPAN::Changes'
@@ -403,41 +397,121 @@ x_Dist_Zilla:
       class: Dist::Zilla::Plugin::RunExtraTests
       config:
         Dist::Zilla::Role::TestRunner:
-          default_jobs: 10
+          default_jobs: '10'
       name: '@Author::KENTNL/RunExtraTests'
-      version: '0.021'
+      version: '0.022'
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@Author::KENTNL/TestRelease'
-      version: '5.015'
+      version: '5.019'
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@Author::KENTNL/ConfirmRelease'
-      version: '5.015'
+      version: '5.019'
     -
       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.020'
+      version: '2.023'
+    -
+      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.023'
     -
       class: Dist::Zilla::Plugin::Git::Tag
+      config:
+        Dist::Zilla::Plugin::Git::Tag:
+          branch: ~
+          signed: 0
+          tag: 1.000002-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.020'
+      version: '2.023'
+    -
+      class: Dist::Zilla::Plugin::Git::NextRelease
+      name: '@Author::KENTNL/Git::NextRelease'
+      version: '0.002010'
+    -
+      class: Dist::Zilla::Plugin::BumpVersionAfterRelease
+      name: '@Author::KENTNL/BumpVersionAfterRelease'
+      version: '0.002'
     -
       class: Dist::Zilla::Plugin::Git::Commit
-      name: '@Author::KENTNL/Git::Commit'
-      version: '2.020'
+      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.023'
     -
       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.020'
+      version: '2.023'
     -
       class: Dist::Zilla::Plugin::Git::Tag
+      config:
+        Dist::Zilla::Plugin::Git::Tag:
+          branch: releases
+          signed: 0
+          tag: '1.000002'
+          tag_format: '%v'
+          tag_message: v%v
+          time_zone: local
+        Dist::Zilla::Role::Git::Repo:
+          repo_root: .
       name: '@Author::KENTNL/tag_release'
-      version: '2.020'
+      version: '2.023'
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@Author::KENTNL/UploadToCPAN'
-      version: '5.015'
+      version: '5.019'
     -
       class: Dist::Zilla::Plugin::Twitter
       name: '@Author::KENTNL/Twitter'
@@ -468,11 +542,12 @@ x_Dist_Zilla:
       config:
         Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled:
           applyto_map:
-            - 'develop.requires = develop.requires'
+            - 'develop.suggests = develop.suggests'
           applyto_phase:
             - develop
           modules:
             - Dist::Zilla::PluginBundle::Author::KENTNL
+            - Dist::Zilla::App::Command::bakeini
       name: '@Author::KENTNL/always_latest_develop_bundle'
       version: '0.001000'
     -
@@ -482,7 +557,7 @@ x_Dist_Zilla:
           phase: develop
           type: requires
       name: '@Author::KENTNL/::Role::BundleDeps'
-      version: '5.015'
+      version: '5.019'
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
@@ -490,46 +565,46 @@ x_Dist_Zilla:
           phase: runtime
           type: requires
       name: Prereqs
-      version: '5.015'
+      version: '5.019'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: '5.015'
+      version: '5.019'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':IncModules'
-      version: '5.015'
+      version: '5.019'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: '5.015'
+      version: '5.019'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: '5.015'
+      version: '5.019'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: '5.015'
+      version: '5.019'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':MainModule'
-      version: '5.015'
+      version: '5.019'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':AllFiles'
-      version: '5.015'
+      version: '5.019'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':NoFiles'
-      version: '5.015'
+      version: '5.019'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: '@Author::KENTNL/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
-      version: '5.015'
+      version: '5.019'
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
       is_trial: '0'
-    version: '5.015'
+    version: '5.019'
 x_authority: cpan:KENTNL
diff --git a/Makefile.PL b/Makefile.PL
index d164213..660c678 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,5 +1,5 @@
 
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.015.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.019.
 use strict;
 use warnings;
 
@@ -12,7 +12,6 @@ use ExtUtils::MakeMaker 6.30;
 my %WriteMakefileArgs = (
   "ABSTRACT" => "Shared logic for bootstrap things.",
   "AUTHOR" => "Kent Fredric <kentfredric\@gmail.com>",
-  "BUILD_REQUIRES" => {},
   "CONFIGURE_REQUIRES" => {
     "ExtUtils::MakeMaker" => "6.30"
   },
@@ -46,7 +45,7 @@ my %WriteMakefileArgs = (
     "Moose" => 0,
     "Test::More" => "0.89"
   },
-  "VERSION" => "1.000001",
+  "VERSION" => "1.000002",
   "test" => {
     "TESTS" => "t/*.t t/00-compile/*.t"
   }
diff --git a/README b/README
index 8c67047..e494741 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     Dist::Zilla::Role::Bootstrap - Shared logic for bootstrap things.
 
 VERSION
-    version 1.000001
+    version 1.000002
 
 SYNOPSIS
     For consuming plugins:
diff --git a/dist.ini b/dist.ini
index bbd2ade..fabc5e2 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,30 +1,189 @@
-; Generated by Dist::Zilla::Plugin::Author::KENTNL::DistINI version 1.8.3 at Wed Sep  4 19:44:54 2013
-name             = Dist-Zilla-Role-Bootstrap
-author           = Kent Fredric <kentfredric at gmail.com>
-license          = Perl_5
+; This file is generated from dist.ini.meta by dzil bakeini.
+; Edit that file or the bundles contained within for long-term changes.
+name = Dist-Zilla-Role-Bootstrap
+author = Kent Fredric <kentfredric at gmail.com>
+license = Perl_5
 copyright_holder = Kent Fredric <kentfredric at gmail.com>
 
-; Uncomment this to bootstrap via self
-; [Bootstrap::lib]
-; try_built = 1
-
-[@Author::KENTNL]
-:version          = 1.2.0
-git_versions      = 1
-normal_form       = numify
-mantissa          = 6
-toolkit           = eumm
-toolkit_hardness  = soft
-
-; version_major     = 0
-; version_minor     = 1
-; the following data denotes when this minor was minted
-; version_rel_year  = 2013
-; version_rel_month = 9
-; version_rel_day   = 4
-; version_rel_hour  = 19
-; version_rel_time_zone = Pacific/Auckland
-twitter_hash_tags = #perl #cpan
-; auto_prereqs_skip = File::Find
+[MetaConfig / @Author::KENTNL/MetaConfig]
+
+[GithubMeta / @Author::KENTNL/GithubMeta]
+issues = 1
+
+[MetaProvides::Package / @Author::KENTNL/MetaProvides::Package]
+:version = 1.14000001
+
+[MetaData::BuiltWith / @Author::KENTNL/MetaData::BuiltWith]
+show_config = 1
+show_uname = 1
+uname_args = -s -o -r -m -i
+
+[Git::GatherDir / @Author::KENTNL/Git::GatherDir]
+exclude_filename = README
+exclude_filename = README.mkdn
+exclude_filename = README.pod
+exclude_filename = LICENSE
+include_dotfiles = 1
+
+[License / @Author::KENTNL/License]
+
+[MetaJSON / @Author::KENTNL/MetaJSON]
+
+[MetaYAML / @Author::KENTNL/MetaYAML]
+
+[Manifest / @Author::KENTNL/Manifest]
+
+[CopyFilesFromBuild / @Author::KENTNL/CopyXBuild]
+copy = LICENSE
+
+[MetaTests / @Author::KENTNL/MetaTests]
+
+[PodCoverageTests / @Author::KENTNL/PodCoverageTests]
+
+[PodSyntaxTests / @Author::KENTNL/PodSyntaxTests]
+
+[Test::ReportPrereqs / @Author::KENTNL/Test::ReportPrereqs]
+
+[Test::Kwalitee / @Author::KENTNL/Test::Kwalitee]
+
+[EOLTests / @Author::KENTNL/EOLTests]
+trailing_whitespace = 1
+
+[Test::MinimumVersion / @Author::KENTNL/Test::MinimumVersion]
+
+[Test::Compile::PerFile / @Author::KENTNL/Test::Compile::PerFile]
+
+[Test::Perl::Critic / @Author::KENTNL/Test::Perl::Critic]
+
+[ManifestSkip / @Author::KENTNL/ManifestSkip]
+
+[RewriteVersion::Sanitized / @Author::KENTNL/RewriteVersion::Sanitized]
+mantissa = 6
+normal_form = numify
+
+[PodWeaver / @Author::KENTNL/PodWeaver]
+replacer = replace_with_blank
+
+[AutoPrereqs / @Author::KENTNL/AutoPrereqs]
+
+[Prereqs / @Author::KENTNL/BundleDevelSuggests]
+-phase = develop
+-type = suggests
+Dist::Zilla::App::Command::bakeini = 0.001000
+Dist::Zilla::PluginBundle::Author::KENTNL = 2.016003
+
+[MinimumPerl / @Author::KENTNL/MinimumPerl]
+
+[Authority / @Author::KENTNL/Authority]
+:version = 1.006
+authority = cpan:KENTNL
+do_metadata = 1
+locate_comment = 1
+
+[MakeMaker / @Author::KENTNL/MakeMaker]
+default_jobs = 10
+
+[ReadmeFromPod / @Author::KENTNL/ReadmeFromPod]
+
+[ReadmeAnyFromPod / @Author::KENTNL/ReadmeAnyFromPod]
+filename = README.mkdn
+location = root
+type = markdown
+
+[Test::CPAN::Changes / @Author::KENTNL/Test::CPAN::Changes]
+
+[RunExtraTests / @Author::KENTNL/RunExtraTests]
+default_jobs = 10
+
+[TestRelease / @Author::KENTNL/TestRelease]
+
+[ConfirmRelease / @Author::KENTNL/ConfirmRelease]
+
+[Git::Check / @Author::KENTNL/Git::Check]
+filename = Changes
+
+[Git::Commit / @Author::KENTNL/commit_dirty_files]
+
+[Git::Tag / @Author::KENTNL/tag_master]
+tag_format = %v-source
+
+[Git::NextRelease / @Author::KENTNL/Git::NextRelease]
+format = %v %{yyyy-MM-dd'T'HH:mm:ss}dZ
+time_zone = UTC
+
+[BumpVersionAfterRelease / @Author::KENTNL/BumpVersionAfterRelease]
+
+[Git::Commit / @Author::KENTNL/commit_release_changes]
+allow_dirty_match = ^lib/
+
+[Git::CommitBuild / @Author::KENTNL/Git::CommitBuild]
+release_branch = releases
+
+[Git::Tag / @Author::KENTNL/tag_release]
+branch = releases
+tag_format = %v
+
+[UploadToCPAN / @Author::KENTNL/UploadToCPAN]
+
+[Twitter / @Author::KENTNL/Twitter]
+hash_tags = #perl #cpan
+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::Recommend::MatchInstalled / @Author::KENTNL/always_latest_develop_bundle]
+applyto_map = develop.suggests = develop.suggests
+applyto_phase = develop
+modules = Dist::Zilla::PluginBundle::Author::KENTNL
+modules = Dist::Zilla::App::Command::bakeini
+
+[Prereqs / @Author::KENTNL/::Role::BundleDeps]
+-phase = develop
+-relationship = requires
+Dist::Zilla::Plugin::Authority = 1.006
+Dist::Zilla::Plugin::AutoPrereqs = 0
+Dist::Zilla::Plugin::BumpVersionAfterRelease = 0
+Dist::Zilla::Plugin::ConfirmRelease = 0
+Dist::Zilla::Plugin::CopyFilesFromBuild = 0
+Dist::Zilla::Plugin::EOLTests = 0
+Dist::Zilla::Plugin::Git::Check = 0
+Dist::Zilla::Plugin::Git::Commit = 0
+Dist::Zilla::Plugin::Git::CommitBuild = 0
+Dist::Zilla::Plugin::Git::GatherDir = 0
+Dist::Zilla::Plugin::Git::NextRelease = 0
+Dist::Zilla::Plugin::Git::Tag = 0
+Dist::Zilla::Plugin::GithubMeta = 0
+Dist::Zilla::Plugin::License = 0
+Dist::Zilla::Plugin::MakeMaker = 0
+Dist::Zilla::Plugin::Manifest = 0
+Dist::Zilla::Plugin::ManifestSkip = 0
+Dist::Zilla::Plugin::MetaConfig = 0
+Dist::Zilla::Plugin::MetaData::BuiltWith = 0
+Dist::Zilla::Plugin::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::Recommend::MatchInstalled = 0
+Dist::Zilla::Plugin::ReadmeAnyFromPod = 0
+Dist::Zilla::Plugin::ReadmeFromPod = 0
+Dist::Zilla::Plugin::RewriteVersion::Sanitized = 0
+Dist::Zilla::Plugin::RunExtraTests = 0
+Dist::Zilla::Plugin::Test::CPAN::Changes = 0
+Dist::Zilla::Plugin::Test::Compile::PerFile = 0
+Dist::Zilla::Plugin::Test::Kwalitee = 0
+Dist::Zilla::Plugin::Test::MinimumVersion = 0
+Dist::Zilla::Plugin::Test::Perl::Critic = 0
+Dist::Zilla::Plugin::Test::ReportPrereqs = 0
+Dist::Zilla::Plugin::TestRelease = 0
+Dist::Zilla::Plugin::Twitter = 0
+Dist::Zilla::Plugin::UploadToCPAN = 0
 
 [Prereqs]
diff --git a/dist.ini b/dist.ini.meta
similarity index 89%
copy from dist.ini
copy to dist.ini.meta
index bbd2ade..6ab45b8 100644
--- a/dist.ini
+++ b/dist.ini.meta
@@ -9,13 +9,15 @@ copyright_holder = Kent Fredric <kentfredric at gmail.com>
 ; try_built = 1
 
 [@Author::KENTNL]
-:version          = 1.2.0
+:version          = 2.016
 git_versions      = 1
 normal_form       = numify
 mantissa          = 6
 toolkit           = eumm
 toolkit_hardness  = soft
-
+bumpversions      = 1
+copyfiles         = LICENSE
+srcreadme         = mkdn
 ; version_major     = 0
 ; version_minor     = 1
 ; the following data denotes when this minor was minted
diff --git a/lib/Dist/Zilla/Role/Bootstrap.pm b/lib/Dist/Zilla/Role/Bootstrap.pm
index 1be9973..8ff7652 100644
--- a/lib/Dist/Zilla/Role/Bootstrap.pm
+++ b/lib/Dist/Zilla/Role/Bootstrap.pm
@@ -4,7 +4,9 @@ use warnings;
 use utf8;
 
 package Dist::Zilla::Role::Bootstrap;
-$Dist::Zilla::Role::Bootstrap::VERSION = '1.000001';
+
+our $VERSION = '1.000002';
+
 # ABSTRACT: Shared logic for bootstrap things.
 
 our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY
@@ -339,7 +341,7 @@ Dist::Zilla::Role::Bootstrap - Shared logic for bootstrap things.
 
 =head1 VERSION
 
-version 1.000001
+version 1.000002
 
 =head1 SYNOPSIS
 
diff --git a/maint-travis-ci/.gitrepo b/maint-travis-ci/.gitrepo
deleted file mode 100644
index 7ed6a9c..0000000
--- a/maint-travis-ci/.gitrepo
+++ /dev/null
@@ -1,11 +0,0 @@
-; DO NOT EDIT (unless you know what you are doing)
-;
-; This subdirectory is a git "subrepo", and this file is maintained by the
-; git-subrepo command. See https://github.com/git-commands/git-subrepo#readme
-;
-[subrepo]
-	remote = https://github.com/kentfredric/travis-scripts.git
-	branch = master
-	commit = 7c80dffae0d7e39b20582e368d85c290429219fa
-	parent = 3449414c2ca55a43396b1418ed224f37ca84fac9
-	cmdver = 0.1.0
diff --git a/maint-travis-ci/.perltidyrc b/maint-travis-ci/.perltidyrc
deleted file mode 100644
index 3af28b5..0000000
--- a/maint-travis-ci/.perltidyrc
+++ /dev/null
@@ -1,2 +0,0 @@
--i 2
--l 130
diff --git a/maint-travis-ci/README.mkdn b/maint-travis-ci/README.mkdn
deleted file mode 100644
index 80d1add..0000000
--- a/maint-travis-ci/README.mkdn
+++ /dev/null
@@ -1,53 +0,0 @@
-# ABOUT
-
-This repository contains a directory full of utilities to bolt on
-to CPAN-targeting distributions, to add useful `travis-ci` features to those dists.
-
-# PREREQS
-
-All that is needed at present to get started, is a copy of `git` that provides `git subtree`, and a copy of `Path::FindDev` from `CPAN`.
-
-You don't need `Path::FindDev` during deployment, its just used to streamline
-automated patching.
-
-# INSTALLING
-
-First, check out a copy of these scripts, it can be a temporary directory,
-and you'll only need to do this once.
-
-```shell
-$ mkdir /tmp/tci-scripts
-$ cd    /tmp/tci-scripts
-$ git   clone https://github.com/kentfredric/travis-scripts.git
-```
-
-Then, chdir to the root of your project
-
-```shell
-$ chdir $PROJECT
-```
-
-And lastly, execute the installer
-
-```shell
-$ /tmp/tci-scripts/sync_tree.pl
-```
-
-This will create the folder called `maint-travis-ci` within your distribution,
-with a tree installed by `git subtree`, which will track this distribution.
-
-To update your copy of `/maint-travis-ci` to the latest, simply execute
-
-```shell
-$ $PROJECT/maint-travis-ci/sync_tree.pl
-```
-
-While somewhere in your project.
-
-# CAVEATS
-
-Note, this tool uses `Path::FindDev`, and by proxy, `Path::IsDev` to find a development
-root directory somewhere in the ancestry of `$CWD`.
-
-As such, you will likely need to appease `Path::IsDev` by having a file of some description that
-marks the root of the development tree.
diff --git a/maint-travis-ci/before_script.pl b/maint-travis-ci/before_script.pl
deleted file mode 100644
index f852b51..0000000
--- a/maint-travis-ci/before_script.pl
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/usr/bin/env perl
-
-use strict;
-use warnings;
-
-use FindBin;
-use lib "$FindBin::Bin/lib";
-use tools;
-
-if ( not env_exists('STERILIZE_ENV') ) {
-  diag("\e[31mSTERILIZE_ENV \e[32munset\e[0m, skipping");
-  exit 0;
-}
-if ( env_is( 'TRAVIS_BRANCH', 'master' ) ) {
-  diag("before_script skipped, TRAVIS_BRANCH=master");
-  exit 0;
-}
-else {
-  if ( -e './Build.PL' ) {
-    safe_exec( $^X, './Build.PL' );
-    safe_exec("./Build");
-    exit 0;
-  }
-  if ( -e './Makefile.PL' ) {
-    safe_exec( $^X, './Makefile.PL' );
-    safe_exec("make");
-    exit 0;
-  }
-
-}
-
diff --git a/maint-travis-ci/branch_reset.pl b/maint-travis-ci/branch_reset.pl
deleted file mode 100644
index 0cc2257..0000000
--- a/maint-travis-ci/branch_reset.pl
+++ /dev/null
@@ -1,51 +0,0 @@
-#!/usr/bin/env perl
-use strict;
-use warnings;
-
-use FindBin;
-use lib "$FindBin::Bin/lib";
-use tools;
-
-if ( not env_true('TRAVIS') ) {
-  diag('Is not running under travis!');
-  exit 1;
-}
-diag("Resetting branch to \e[32m$ENV{TRAVIS_BRANCH}\e[0m @ \e[33m$ENV{TRAVIS_COMMIT}\e[0m");
-git( 'checkout', $ENV{TRAVIS_BRANCH} );
-git( 'reset', '--hard', $ENV{TRAVIS_COMMIT} );
-my $goodtag;
-do {
-  my ( $output, $return ) = capture_stdout {
-    safe_exec_nonfatal( 'git', 'describe', '--tags', '--abbrev=0', $ENV{TRAVIS_BRANCH} );
-  };
-  ($goodtag) = split /\n/, $output;
-  if ( not $return ) {
-    diag("TIP Version tag is \e[32m$goodtag\e[0m");
-  }
-};
-my %good_tags;
-do {
-  my $output = capture_stdout {
-    git( 'log', '--simplify-by-decoration', '--pretty=format:%d' );
-  };
-  for my $line ( split /\n/, $output ) {
-    if ( $line =~ /\(tag:\s+(.*)\)/ ) {
-      my $tag = $1;
-      diag("Good tag: \e[32m$tag\e[0m");
-      $good_tags{$tag} = 1;
-    }
-    else {
-      diag("Line not matched regexp: <\e[31m$line\e[0m>");
-    }
-  }
-};
-do {
-  my $output = capture_stdout {
-    git('tag');
-  };
-  for my $line ( split /\n/, $output ) {
-    next if $good_tags{$line};
-    diag("Bad tag: \e[31m$line\e[0m");
-    git( 'tag', '-d', $line );
-  }
-};
diff --git a/maint-travis-ci/create_github_repo.pl b/maint-travis-ci/create_github_repo.pl
deleted file mode 100755
index 3499778..0000000
--- a/maint-travis-ci/create_github_repo.pl
+++ /dev/null
@@ -1,38 +0,0 @@
-#!/usr/bin/env perl
-# FILENAME: create_github_repo.pl
-# CREATED: 12/21/13 22:40:10 by Kent Fredric (kentnl) <kentfredric at gmail.com>
-# ABSTRACT: Create a github repo for the current repository
-
-use strict;
-use warnings;
-use utf8;
-use Carp qw(croak);
-
-sub _git_config {
-  my $key = shift;
-  chomp( my $value = `git config --get $key` );
-  croak "Unknown $key" unless $value;
-  return $value;
-}
-
-if ( not @ARGV == 2 ) {
-  die "$0 Repo-Name-Here \"Some Description\"";
-}
-
-my $github_user  = _git_config('github.user');
-my $github_token = _git_config('github.token');
-
-use Net::GitHub;
-my $gh = Net::GitHub->new( access_token => $github_token );
-my $reponame = "git\@github.com:" . $github_user . "/" . $ARGV[0] . ".git";
-print "Creating $reponame \n";
-
-my $rp = $gh->repos->create(
-  {
-    name        => $ARGV[0],
-    description => $ARGV[1],
-  }
-);
-
-system( 'git', 'remote', 'add', 'origin', $reponame );
-
diff --git a/maint-travis-ci/install_deps.pl b/maint-travis-ci/install_deps.pl
deleted file mode 100644
index ab7277c..0000000
--- a/maint-travis-ci/install_deps.pl
+++ /dev/null
@@ -1,87 +0,0 @@
-#!/usr/bin/env perl
-use strict;
-use warnings;
-use utf8;
-
-use FindBin;
-use lib "$FindBin::Bin/lib";
-use tools;
-
-if ( not env_exists('TRAVIS') ) {
-  diag('Is not running under travis!');
-  exit 1;
-}
-if ( not env_exists('STERILIZE_ENV') ) {
-  diag("\e[31STERILIZE_ENV is not set, skipping, because this is probably Travis's Default ( and unwanted ) target");
-  exit 0;
-}
-if ( env_is( 'TRAVIS_BRANCH', 'master' ) and env_is( 'TRAVIS_PERL_VERSION', '5.8' ) ) {
-  diag("\e[31minstalldeps skipped on 5.8 on master, because \@Git, a dependency of \@Author::KENTNL, is unavailble on 5.8\e[0m");
-  exit 0;
-}
-my (@params) = qw[ --quiet --notest --mirror http://cpan.metacpan.org/ --no-man-pages ];
-if ( env_true('DEVELOPER_DEPS') ) {
-  push @params, '--dev';
-}
-if ( env_is( 'TRAVIS_BRANCH', 'master' ) ) {
-  cpanm( @params, 'Devel::Confess' );
-  $ENV{PERL5OPT} = '-MDevel::Confess';
-  cpanm( @params, 'Dist::Zilla', 'Capture::Tiny',      'Pod::Weaver' );
-  cpanm( @params, '--dev',       'Dist::Zilla~>5.002', 'Pod::Weaver' );
-  safe_exec( 'git', 'config', '--global', 'user.email', 'kentfredric+travisci at gmail.com' );
-  safe_exec( 'git', 'config', '--global', 'user.name',  'Travis CI ( On behalf of Kent Fredric )' );
-
-  my $stdout = capture_stdout {
-    safe_exec( 'dzil', 'authordeps', '--missing' );
-  };
-
-  if ( $stdout !~ /^\s*$/msx ) {
-    cpanm( @params, split /\n/, $stdout );
-  }
-  $stdout = capture_stdout {
-    safe_exec( 'dzil', 'listdeps', '--author', '--versions', '--missing' );
-  };
-
-  if ( $stdout !~ /^\s*$/msx ) {
-    my @deps = split /\n/, $stdout;
-    my @parsedeps;
-    for my $dep ( split /\n/, $stdout ) {
-      diag("Missing: \e[31m$dep\e[0m");
-      if ( $dep =~ /^\s*([^=\s]+)\s*=\s*(.*$)/ ) {
-        my ( $module, $version ) = ( $1, $2 );
-        diag("Module: \e[31m$module\e[0m -> \e[32m$version\e[0m");
-        if ( $version =~ /^\s*0\s*$/ ) {
-          push @parsedeps, $module;
-          next;
-        }
-        if ( $version =~ /^v?[0-9._]+/ ) {
-          push @parsedeps, "$module~>=$version";
-          next;
-        }
-        push @parsedeps, "$module~$version";
-      }
-    }
-    cpanm( @params, @parsedeps );
-  }
-}
-else {
-  cpanm( @params, '--installdeps', '.' );
-  if ( env_true('AUTHOR_TESTING') or env_true('RELEASE_TESTING') ) {
-    my $prereqs = parse_meta_json()->effective_prereqs;
-    my $reqs = $prereqs->requirements_for( 'develop', 'requires' );
-    my @wanted;
-
-    for my $want ( $reqs->required_modules ) {
-      my $module_requirement = $reqs->requirements_for_module($want);
-      if ( $module_requirement =~ /^\d/ ) {
-        push @wanted, $want . '~>=' . $module_requirement;
-        next;
-      }
-      push @wanted, $want . '~' . $module_requirement;
-    }
-    cpanm( @params, @wanted );
-
-  }
-}
-
-exit 0;
diff --git a/maint-travis-ci/install_deps_early.pl b/maint-travis-ci/install_deps_early.pl
deleted file mode 100644
index 9a750df..0000000
--- a/maint-travis-ci/install_deps_early.pl
+++ /dev/null
@@ -1,47 +0,0 @@
-#!/usr/bin/env perl
-use strict;
-use warnings;
-use utf8;
-
-use FindBin;
-use lib "$FindBin::Bin/lib";
-use tools;
-
-if ( not env_exists('TRAVIS') ) {
-  diag('Is not running under travis!');
-  exit 1;
-}
-if ( not env_exists('STERILIZE_ENV') ) {
-  diag("\e[31STERILIZE_ENV is not set, skipping, because this is probably Travis's Default ( and unwanted ) target");
-  exit 0;
-}
-
-# See https://github.com/dbsrgits/dbix-class/commit/8c11c33f8
-safe_exec_nonfatal( 'sudo', 'ip6tables', '-I', 'OUTPUT', '-d', 'api.metacpan.org', '-j', 'REJECT' );
-my (@params) = qw[ --quiet --notest --mirror http://cpan.metacpan.org/ --no-man-pages ];
-my ($branch) = $ENV{TRAVIS_BRANCH};
-my ($prefix) = './.travis_early_installdeps.';
-
-$branch =~ s{/}{_}g;
-my ($depsfile)   = ( $prefix . $branch );
-my ($paramsfile) = ( $prefix . 'params.' . $branch );
-
-if ( not( -e $depsfile and -f $depsfile ) ) {
-  diag("\e[31m$depsfile does not exist, no extra deps\e[0m");
-  exit 0;
-}
-
-my (@deps) = split /\n/, do {
-  open my $fh, '<', $depsfile;
-  local $/ = undef;
-  scalar <$fh>;
-};
-if ( -e $paramsfile and -f $paramsfile ) {
-  push @params, split /\n/, do {
-    open my $fh, '<', $paramsfile;
-    local $/ = undef;
-    scalar <$fh>;
-  };
-}
-cpanm( @params, @deps );
-exit 0;
diff --git a/maint-travis-ci/lib/tools.pm b/maint-travis-ci/lib/tools.pm
deleted file mode 100644
index 4d43163..0000000
--- a/maint-travis-ci/lib/tools.pm
+++ /dev/null
@@ -1,204 +0,0 @@
-use strict;
-use warnings;
-
-package tools;
-
-use Cwd qw(cwd);
-use Config;
-
-sub capture_stdout(&) {
-  require Capture::Tiny;
-  goto &Capture::Tiny::capture_stdout;
-}
-
-sub diag {
-  my $handle = \*STDERR;
-  for (@_) {
-    print {$handle} $_;
-  }
-  print {$handle} "\n";
-}
-
-sub env_exists {
-  return exists $ENV{ $_[0] };
-}
-
-sub env_true {
-  return ( env_exists( $_[0] ) and $ENV{ $_[0] } );
-}
-sub env_is { return ( env_exists( $_[0] ) and $ENV{ $_[0] } eq $_[1] ) }
-
-sub safe_exec_nonfatal {
-  my ( $command, @params ) = @_;
-  diag("running $command @params");
-  my $exit = system( $command, @params );
-  if ( $exit != 0 ) {
-    my $low  = $exit & 0b11111111;
-    my $high = $exit >> 8;
-    warn "$command failed: $? $! and exit = $high , flags = $low";
-    if ( $high != 0 ) {
-      return $high;
-    }
-    else {
-      return 1;
-    }
-
-  }
-  return 0;
-}
-
-sub safe_exec {
-  my ( $command, @params ) = @_;
-  my $exit_code = safe_exec_nonfatal( $command, @params );
-  if ( $exit_code != 0 ) {
-    exit $exit_code;
-  }
-  return 1;
-}
-
-sub cpanm {
-  my (@params) = @_;
-  my $cpanm_lines = 4000;
-  my $exit_code = safe_exec_nonfatal( 'cpanm', @params );
-  if ( $exit_code != 0 ) {
-    diag("\e[32m cpanm \e[0m failed, showing last \e[31m$cpanm_lines\e[0m lines");
-    safe_exec( 'tail', '-n', $cpanm_lines, '/home/travis/.cpanm/build.log' );
-    exit $exit_code;
-  }
-  return 1;
-}
-
-sub git {
-  my (@params) = @_;
-  safe_exec( 'git', @params );
-}
-
-my $got_fixes;
-
-sub get_fixes {
-  return if $got_fixes;
-  my $cwd = cwd();
-  chdir '/tmp';
-  safe_exec( 'git', 'clone', 'https://github.com/kentfredric/cpan-fixes.git' );
-  chdir $cwd;
-  $got_fixes = 1;
-}
-
-my $got_sterile;
-
-sub get_sterile {
-  return if $got_sterile;
-  my $cwd = cwd();
-  chdir '/tmp';
-  my $version = $];
-  safe_exec(
-    'git', 'clone', '--depth=1',
-    '--branch=' . $version,
-    'https://github.com/kentfredric/perl5-sterile.git',
-    'perl5-sterile'
-  );
-  chdir $cwd;
-  $got_sterile = 1;
-}
-my $fixed_up;
-
-sub fixup_sterile {
-  return if $fixed_up;
-  get_sterile();
-  my $cwd = cwd();
-  chdir '/tmp/perl5-sterile';
-  safe_exec( 'bash', 'patch_fixlist.sh', '/home/travis/perl5/perlbrew/perls/' . $ENV{TRAVIS_PERL_VERSION} );
-  chdir $cwd;
-  $fixed_up = 1;
-}
-my $sterile_deployed;
-
-sub deploy_sterile {
-  return if $sterile_deployed;
-  cpanm( '--skip-satisfied', 'Capture::Tiny' );
-  require Capture::Tiny;    # load before we oblitterate everything.
-
-  fixup_sterile();
-  for my $key ( keys %Config ) {
-    next unless $key =~ /(lib|arch)exp$/;
-    my $value = $Config{$key};
-    next unless defined $value;
-    next unless length $value;
-    my $clean_path = '/tmp/perl5-sterile/' . $key;
-    diag("\e[32m?$clean_path\e[0m");
-    if ( -e $clean_path and -d $clean_path ) {
-      diag("\e[31mRsyncing over $value\e[0m");
-      $clean_path =~ s{/?$}{/};
-      $value =~ s{/?$}{/};
-      safe_exec( 'rsync', '-a', '--delete-delay', $clean_path, $value );
-    }
-  }
-  for my $key ( keys %Config ) {
-    next unless $key =~ /(prefix|bin|scriptdir|script)exp$/;
-    my $value = $Config{$key};
-    next unless defined $value;
-    next unless length $value;
-    my $clean_path = '/tmp/perl5-sterile/' . $key;
-    diag("\e[32m?$clean_path\e[0m");
-    if ( -e $clean_path and -d $clean_path ) {
-      diag("\e[31mPre-Cleaning $value\e[0m");
-      my $content = capture_stdout {
-        safe_exec( 'find', $value, '-type', 'f', '-executable', '-print0' );
-      };
-      for my $file ( split /\0/, $content ) {
-        if ( -B $file ) {
-          diag("\e[33m: Protected\e[34m: $file\e[0m");
-          next;
-        }
-        unlink $file;
-        diag("\e[31m: Removed:\e[34m: $file\e[0m");
-      }
-      diag("\e[31mRsyncing over $value\e[0m");
-      $clean_path =~ s{/?$}{/};
-      $value =~ s{/?$}{/};
-      safe_exec( 'rsync', '-a', $clean_path, $value );
-    }
-  }
-}
-
-sub cpanm_fix {
-  my (@params) = @_;
-  get_fixes();
-  my $cwd = cwd();
-  chdir '/tmp/cpan-fixes';
-  cpanm(@params);
-  chdir $cwd;
-}
-
-sub parse_meta_json {
-  $_[0] ||= 'META.json';
-  require CPAN::Meta;
-  return CPAN::Meta->load_file( $_[0] );
-}
-
-sub import {
-  my ( $self, @args ) = @_;
-
-  my $caller = [caller]->[0];
-
-  my $caller_stash = do {
-    no strict 'refs';
-    *{ $caller . '::' };
-  };
-
-  $caller_stash->{diag}               = *diag;
-  $caller_stash->{env_exists}         = *env_exists;
-  $caller_stash->{env_true}           = *env_true;
-  $caller_stash->{env_is}             = *env_is;
-  $caller_stash->{safe_exec_nonfatal} = *safe_exec_nonfatal;
-  $caller_stash->{safe_exec}          = *safe_exec;
-  $caller_stash->{cpanm}              = *cpanm;
-  $caller_stash->{git}                = *git;
-  $caller_stash->{get_fixes}          = *get_fixes;
-  $caller_stash->{cpanm_fix}          = *cpanm_fix;
-  $caller_stash->{parse_meta_json}    = *parse_meta_json;
-  $caller_stash->{capture_stdout}     = *capture_stdout;
-  $caller_stash->{deploy_sterile}     = *deploy_sterile;
-}
-
-1;
diff --git a/maint-travis-ci/merge_travis_yml.pl b/maint-travis-ci/merge_travis_yml.pl
deleted file mode 100644
index 3dd5ae6..0000000
--- a/maint-travis-ci/merge_travis_yml.pl
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/usr/bin/env perl
-
-use strict;
-use warnings;
-use utf8;
-
-use Path::FindDev qw( find_dev );
-
-my $hashref = {};
-
-my $template = find_dev('./')->child('.travis-template.yml');
-my $target   = find_dev('./')->child('.travis.yml');
-
-if ( -f -e $template ) {
-  require YAML::Loader;
-  my $loader = YAML::Loader->new();
-  $hashref = $loader->load( $template->slurp );
-}
-
-if ( not exists $hashref->{language} ) {
-  $hashref->{language} = 'perl';
-}
-if ( not exists $hashref->{perl} ) {
-  $hashref->{perl} = [ '5.18', '5.19' ];
-}
-
-use Data::Dump qw(pp);
-pp($hashref);
-require YAML::Dumper;
-my $dumper = YAML::Dumper->new();
-$target->spew( $dumper->dump($hashref) );
diff --git a/maint-travis-ci/report_fail_ctx.pl b/maint-travis-ci/report_fail_ctx.pl
deleted file mode 100644
index 8709ca0..0000000
--- a/maint-travis-ci/report_fail_ctx.pl
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/env perl
-
-use strict;
-use warnings;
-use utf8;
-
-use FindBin;
-use lib "$FindBin::Bin/lib";
-use tools;
-
-diag("\e[31mLast 4000 lines of cpanm build log\e[0m");
-safe_exec( 'tail', '-n', '4000', $ENV{HOME} . '/.cpanm/build.log' );
-
diff --git a/maint-travis-ci/script.pl b/maint-travis-ci/script.pl
deleted file mode 100644
index 6ed15eb..0000000
--- a/maint-travis-ci/script.pl
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/usr/bin/env perl
-
-use strict;
-use warnings;
-use utf8;
-
-use FindBin;
-use lib "$FindBin::Bin/lib";
-use tools;
-
-if ( not env_exists('TRAVIS') ) {
-  diag('Is not running under travis!');
-  exit 1;
-}
-if ( not env_exists('STERILIZE_ENV') ) {
-  diag("\e[31mSTERILIZE_ENV is not set, skipping, because this is probably Travis's Default ( and unwanted ) target");
-  exit 0;
-}
-if ( env_is( 'TRAVIS_BRANCH', 'master' ) and env_is( 'TRAVIS_PERL_VERSION', '5.8' ) ) {
-  diag("\e[31mscript skipped on 5.8 on master\e[32m, because \@Git, a dependency of \@Author::KENTNL, is unavailble on 5.8\e[0m");
-  exit 0;
-}
-if ( env_is( 'TRAVIS_BRANCH', 'master' ) ) {
-  $ENV{HARNESS_OPTIONS} = 'j100:c';
-  $ENV{PERL5OPT}        = '-MDevel::Confess';
-  safe_exec( 'dzil', 'test', '--release' );
-}
-else {
-  my @paths = './t';
-
-  if ( env_true('AUTHOR_TESTING') or env_true('RELEASE_TESTING') ) {
-    push @paths, './xt';
-  }
-  safe_exec( 'prove', '--blib', '--shuffle', '--color', '--recurse', '--timer', '--jobs', 30, @paths );
-}
diff --git a/maint-travis-ci/sterilize_env.pl b/maint-travis-ci/sterilize_env.pl
deleted file mode 100644
index df9dc09..0000000
--- a/maint-travis-ci/sterilize_env.pl
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/usr/bin/env perl
-use strict;
-use warnings;
-
-use FindBin;
-use lib "$FindBin::Bin/lib";
-use tools;
-
-if ( not env_exists('STERILIZE_ENV') ) {
-  diag("\e[31STERILIZE_ENV is not set, skipping, because this is probably Travis's Default ( and unwanted ) target");
-  exit 0;
-}
-if ( not env_true('STERILIZE_ENV') ) {
-  diag('STERILIZE_ENV unset or false, not sterilizing');
-  exit 0;
-}
-
-if ( not env_true('TRAVIS') ) {
-  diag('Is not running under travis!');
-  exit 1;
-}
-
-deploy_sterile();
diff --git a/maint-travis-ci/sync_tree.pl b/maint-travis-ci/sync_tree.pl
deleted file mode 100755
index 6ca79e6..0000000
--- a/maint-travis-ci/sync_tree.pl
+++ /dev/null
@@ -1,81 +0,0 @@
-#!/usr/bin/env perl
-use strict;
-use warnings;
-
-use FindBin;
-use lib "$FindBin::Bin/lib";
-use tools;
-
-use Path::FindDev qw( find_dev );
-my $root = find_dev('./');
-
-chdir "$root";
-
-sub git_subtree {
-  safe_exec( 'git', 'subtree', @_ );
-}
-
-sub git_subrepo {
-  safe_exec( 'git', 'subrepo', @_ );
-}
-
-my $travis = 'https://github.com/kentfredric/travis-scripts.git';
-my $prefix = 'maint-travis-ci';
-
-my $opts = { pushas => 'incomming' };
-
-for my $id ( 0 .. $#ARGV ) {
-  my ($field) = $ARGV[$id];
-  next unless $field;
-  next unless $field =~ /^-+(.*?$)/;
-  my ($field_name) = $1;
-  my ($value)      = $ARGV[ $id + 1 ];
-  undef $ARGV[$id];
-  undef $ARGV[ $id + 1 ];
-  if ( $field_name eq 'push' ) {
-    $opts->{push}    = 1;
-    $opts->{push_to} = $value;
-    next;
-  }
-  if ( $field_name eq 'pushas' ) {
-    $opts->{pushas} = $value;
-    next;
-  }
-  if ( $field_name eq 'mc' ) {
-    $opts->{has_commit} = 1;
-    $opts->{commit}     = $value;
-    next;
-  }
-}
-if ( not $opts->{push} ) {
-  my $commitish = 'master';
-  $commitish = $opts->{commit} if $opts->{has_commit};
-
-  if ( not -d -e $root->child($prefix) ) {
-    if ( $ENV{"SUBREPO"} ) {
-      git_subrepo( 'clone', $travis, $prefix, '-b', $commitish );
-    }
-    else {
-      git_subtree( 'add', '--squash', '--prefix=' . $prefix, $travis, $commitish );
-    }
-  }
-  else {
-    if ( $ENV{"SUBREPO"} ) {
-      git_subrepo( 'pull', $prefix, '-b', $commitish );
-    }
-    else {
-
-      git_subtree(
-        'pull', '--squash', '-m',
-        'Synchronise git subtree maint-travis-ci',
-        '--prefix=' . $prefix,
-        $travis, $commitish
-      );
-    }
-  }
-}
-else {
-  die "NO!" if $ENV{"SUBREPO"};
-  git_subtree( 'push', '--prefix=' . $prefix, $opts->{push_to}, $opts->{pushas} );
-}
-
diff --git a/maint-travis-ci/travis_enable.pl b/maint-travis-ci/travis_enable.pl
deleted file mode 100755
index a6b902b..0000000
--- a/maint-travis-ci/travis_enable.pl
+++ /dev/null
@@ -1,88 +0,0 @@
-#!/usr/bin/env perl
-use v5.10;
-use strict;
-use warnings;
-use Carp;
-use Net::GitHub;
-use Getopt::Lucid ':all';
-use Path::Tiny;
-use FindBin;
-
-my $yamls = path($FindBin::Bin)->child('yamls');
-
-my $opts = Getopt::Lucid->getopt(
-  [
-        #<<< No perltidy
-        Param('repo|r'),
-        #>>>
-  ]
-);
-
-$opts->validate;
-
-sub _detect_repo {
-  my ($origin) = grep { /origin/ } `git remote -v`;
-
-  die "Couldn't determine origin\n" unless $origin;
-
-  chomp $origin;
-  $origin =~ s/^origin\s+//;
-  $origin =~ s/\s+\(.*$//;
-  if ( $origin =~ m{^.+?://github.com/([^/]+)/(.+)\.git$} ) {
-    return [ $1, $2 ];
-  }
-  elsif ( $origin =~ m{^git\@github\.com:([^/]+)/(.+)\.git$} ) {
-    return [ $1, $2 ];
-  }
-  else {
-    die "Can't determine repo name from '$origin'.  Try manually with -r REPO\n";
-  }
-}
-
-sub _git_config {
-  my $key = shift;
-  chomp( my $value = `git config --get $key` );
-  croak "Unknown $key" unless $value;
-  return $value;
-}
-
-my $github_user  = _git_config("github.user");
-my $github_token = _git_config("github.token");
-my $travis_token = _git_config("travis.token");
-
-my $gh = Net::GitHub->new( access_token => $github_token );
-
-my @repos;
-
-if ( $opts->get_repo ) {
-  @repos = $opts->get_repo;
-}
-else {
-  ( $github_user, @repos ) = @{ _detect_repo() };
-}
-
-my $hook_hash = {
-  name   => 'travis',
-  config => {
-    token  => $travis_token,
-    user   => $github_user,
-    domain => '',
-  },
-  events => [qw/push pull_request issue_comment public member/],
-  active => 1,
-};
-
-my $repos = $gh->repos;
-$repos->set_default_user_repo( $github_user, $repos[0] );
-my $hook = eval { $repos->create_hook($hook_hash) };
-if ($@) {
-  say "Failed: $@";
-}
-else {
-  say "Enabled travis for $repos[0]";
-}
-
-unless ( -f '.travis.yml' ) {
-  $yamls->child('sterile2.yaml')->copy('./.travis.yml');
-  say "copied .travis.yml to current directory";
-}
diff --git a/maint-travis-ci/yamls/sterile.mkdn b/maint-travis-ci/yamls/sterile.mkdn
deleted file mode 100644
index 2091483..0000000
--- a/maint-travis-ci/yamls/sterile.mkdn
+++ /dev/null
@@ -1,54 +0,0 @@
-## ABOUT
-
-  sterile.yaml
-
-## Tests
-
-### Version conformance tests
-
-Every version of Perl that can be tested on travis is tested.
-
-    - perl: <V>
-      env:  STERILIZE_ENV=0
-
-This is to test simply that the code works on that platform
-
-### Installable tests
-
-This tests both the maximum and minimum perls on travis to ensure
-that:
-
-  a. All dependencies are installable on all versions of Perl
-  b. No dependencies are inherently required by the code which are not specified.
-
-    - perl: <V>
-      env: STERILIZE_ENV=1
-
-Tree sterilization occurs here to ensure that only the versions of things
-that are provided by that version of perl exists prior to installing dependencies.
-
-### Pending upstream breakage
-
-This tests that of all the listed direct dependencies, that the code works as expected
-after upgrading to the latest version of all direct dependencies.
-
-Presently this only runs on the newest `perl` on travis, because it is seemed that
-if "-dev" versions are going to be a problem, they'll exhibit the same problems on all perls.
-
-Tree sterilization is not performed here, though may be in future, because that will reveal breakages
-between downstream dependencies.
-
-    - perl: <V>
-      env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
-
-### Author Testing
-
-This is the most dependency expensive method, as this mode pulls in all dependencies
-listed in `develop.requires`, and additionally runs `xt/*`
-
-This is presently only performed on the latest perl due to the time expensiveness
-of this, requiring significantly more dependencies to perform tests.
-
-    - perl: <V>
-      env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
-
diff --git a/maint-travis-ci/yamls/sterile.yaml b/maint-travis-ci/yamls/sterile.yaml
deleted file mode 100644
index d32f20d..0000000
--- a/maint-travis-ci/yamls/sterile.yaml
+++ /dev/null
@@ -1,42 +0,0 @@
-language: perl
-matrix:
-  include:
-    - perl: "5.8"
-      env:  STERILIZE_ENV=0
-    - perl: "5.10"
-      env:  STERILIZE_ENV=0
-    - perl: "5.12"
-      env:  STERILIZE_ENV=0
-    - perl: "5.14"
-      env:  STERILIZE_ENV=0
-    - perl: "5.16"
-      env:  STERILIZE_ENV=0
-    - perl: "5.18"
-      env:  STERILIZE_ENV=0
-    - perl: "5.19"
-      env:  STERILIZE_ENV=0
-    - perl: "5.12"
-      env:  STERILIZE_ENV=1
-    - perl: "5.19"
-      env:  STERILIZE_ENV=1
-    - perl: "5.19"
-      env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
-    - perl: "5.19"
-      env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
-before_install:
-  - perlbrew list
-  - time perl ./maint-travis-ci/branch_reset.pl
-  - time perl ./maint-travis-ci/sterilize_env.pl
-install:
-  - time perl ./maint-travis-ci/install_deps.pl
-before_script:
-  - time perl ./maint-travis-ci/before_script.pl
-script:
-  - time perl ./maint-travis-ci/script.pl
-after_failure:
-  - perl ./maint-travis-ci/report_fail_ctx.pl
-branches:
-  only:
-    - "build/master"
-    - "releases"
-
diff --git a/maint-travis-ci/yamls/sterile2.yaml b/maint-travis-ci/yamls/sterile2.yaml
deleted file mode 100644
index d0a6ce1..0000000
--- a/maint-travis-ci/yamls/sterile2.yaml
+++ /dev/null
@@ -1,50 +0,0 @@
-language: perl
-matrix:
-  allow_failures:
-    - perl: "5.8"
-    - env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
-    - env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
-  include:
-    - perl: "5.8"
-      env:  STERILIZE_ENV=0
-    - perl: "5.10"
-      env:  STERILIZE_ENV=0
-    - perl: "5.12"
-      env:  STERILIZE_ENV=0
-    - perl: "5.14"
-      env:  STERILIZE_ENV=0
-    - perl: "5.16"
-      env:  STERILIZE_ENV=0
-    - perl: "5.18"
-      env:  STERILIZE_ENV=0
-    - perl: "5.19"
-      env:  STERILIZE_ENV=0
-    - perl: "5.8"
-      env:  STERILIZE_ENV=1
-    - perl: "5.10"
-      env:  STERILIZE_ENV=1
-    - perl: "5.19"
-      env:  STERILIZE_ENV=1
-    - perl: "5.19"
-      env: STERILIZE_ENV=0 DEVELOPER_DEPS=1
-    - perl: "5.19"
-      env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
-before_install:
-  - perlbrew list
-  - time perl ./maint-travis-ci/branch_reset.pl
-  - time perl ./maint-travis-ci/sterilize_env.pl
-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
-script:
-  - time perl ./maint-travis-ci/script.pl
-after_failure:
-  - perl ./maint-travis-ci/report_fail_ctx.pl
-branches:
-  only:
-    - "master"
-    - "build/master"
-    - "releases"
-
diff --git a/maint/perlcritic.rc.gen.pl b/maint/perlcritic.rc.gen.pl
index 1e3c802..b1f396c 100644
--- a/maint/perlcritic.rc.gen.pl
+++ b/maint/perlcritic.rc.gen.pl
@@ -5,13 +5,16 @@
 # CREATED: 02/06/14 01:48:56 by Kent Fredric (kentnl) <kentfredric at gmail.com>
 # ABSTRACT: Write an INI file from a bundle
 
-use 5.008;    #utf8
+use 5.008;    # utf8
 use strict;
 use warnings;
 use utf8;
 
+our $VERSION = 0.001;
+
 use Carp qw( croak carp );
 use Perl::Critic::ProfileCompiler::Util qw( create_bundle );
+use Path::Tiny qw(path);
 
 ## no critic (ErrorHandling::RequireUseOfExceptions)
 my $bundle = create_bundle('Example::Author::KENTNL');
@@ -33,13 +36,16 @@ my $inf = $bundle->actionlist->get_inflated;
 my $config = $inf->apply_config;
 
 {
-  open my $rcfile, '>', './perlcritic.rc' or croak 'Cant open perlcritic.rc';
+  my $rcfile = path('./perlcritic.rc')->openw_utf8;
   $rcfile->print( $config->as_ini, "\n" );
   close $rcfile or croak 'Something fubared closing perlcritic.rc';
 }
 my $deps = $inf->own_deps;
 {
-  open my $depsfile, '>', './perlcritic.deps' or croak 'Cant open perlcritic.deps';
+  my $target = path('./misc');
+  $target->mkpath if not $target->is_dir;
+
+  my $depsfile = $target->child('perlcritic.deps')->openw_utf8;
   for my $key ( sort keys %{$deps} ) {
     $depsfile->printf( "%s~%s\n", $key, $deps->{$key} );
     *STDERR->printf( "%s => %s\n", $key, $deps->{$key} );
diff --git a/Changes.deps b/misc/Changes.deps
similarity index 85%
rename from Changes.deps
rename to misc/Changes.deps
index 67a0013..28f7e69 100644
--- a/Changes.deps
+++ b/misc/Changes.deps
@@ -1,4 +1,8 @@
-1.000001
+This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test)
+
+1.000002
+
+1.000001 2014-04-05T07:37:23Z
  [Added / test requires]
  - FindBin
 
@@ -6,21 +10,12 @@
  - Path::FindDev
 
 1.000000 2014-04-05T05:29:35Z
- [Added / configure recommends]
- - ExtUtils::MakeMaker 6.94
-
  [Added / configure requires]
  - ExtUtils::MakeMaker 6.30
 
  [Added / runtime requires]
  - utf8
 
- [Added / test recommends]
- - CPAN::Meta
- - CPAN::Meta::Requirements 2.120900
- - ExtUtils::MakeMaker 6.94
- - Test::More 1.001003
-
  [Added / test requires]
  - ExtUtils::MakeMaker
  - File::Spec::Functions
diff --git a/Changes.deps.all b/misc/Changes.deps.all
similarity index 82%
rename from Changes.deps.all
rename to misc/Changes.deps.all
index 6582869..07cf7b3 100644
--- a/Changes.deps.all
+++ b/misc/Changes.deps.all
@@ -1,4 +1,30 @@
-1.000001
+This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop)
+
+1.000002
+ [Added / develop requires]
+ - Dist::Zilla::Plugin::BumpVersionAfterRelease
+ - Dist::Zilla::Plugin::CopyFilesFromBuild
+ - Dist::Zilla::Plugin::RewriteVersion::Sanitized
+
+ [Added / develop suggests]
+ - Dist::Zilla::App::Command::bakeini 0.001001
+ - Dist::Zilla::PluginBundle::Author::KENTNL 2.016003
+
+ [Changed / configure recommends]
+ - ExtUtils::MakeMaker 6.94 → 6.98
+
+ [Changed / test recommends]
+ - ExtUtils::MakeMaker 6.94 → 6.98
+
+ [Removed / develop requires]
+ - Dist::Zilla::Plugin::Git::NextVersion::Sanitized
+ - Dist::Zilla::Plugin::PkgVersion
+ - Dist::Zilla::PluginBundle::Author::KENTNL 2.012002
+
+ [Removed / develop suggests]
+ - Dist::Zilla::PluginBundle::Author::KENTNL::Lite v1.3.0
+
+1.000001 2014-04-05T07:37:23Z
  [Added / test requires]
  - FindBin
 
diff --git a/Changes.deps.dev b/misc/Changes.deps.dev
similarity index 81%
rename from Changes.deps.dev
rename to misc/Changes.deps.dev
index 9b9344e..7fa8249 100644
--- a/Changes.deps.dev
+++ b/misc/Changes.deps.dev
@@ -1,4 +1,24 @@
-1.000001
+This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL )
+
+1.000002
+ [Added / develop requires]
+ - Dist::Zilla::Plugin::BumpVersionAfterRelease
+ - Dist::Zilla::Plugin::CopyFilesFromBuild
+ - Dist::Zilla::Plugin::RewriteVersion::Sanitized
+
+ [Added / develop suggests]
+ - Dist::Zilla::App::Command::bakeini 0.001001
+ - Dist::Zilla::PluginBundle::Author::KENTNL 2.016003
+
+ [Removed / develop requires]
+ - Dist::Zilla::Plugin::Git::NextVersion::Sanitized
+ - Dist::Zilla::Plugin::PkgVersion
+ - Dist::Zilla::PluginBundle::Author::KENTNL 2.012002
+
+ [Removed / develop suggests]
+ - Dist::Zilla::PluginBundle::Author::KENTNL::Lite v1.3.0
+
+1.000001 2014-04-05T07:37:23Z
 
 1.000000 2014-04-05T05:29:35Z
  [Added / develop requires]
diff --git a/misc/Changes.deps.opt b/misc/Changes.deps.opt
new file mode 100644
index 0000000..ac60593
--- /dev/null
+++ b/misc/Changes.deps.opt
@@ -0,0 +1,29 @@
+This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test)
+
+1.000002
+ [Changed / configure recommends]
+ - ExtUtils::MakeMaker 6.94 → 6.98
+
+ [Changed / test recommends]
+ - ExtUtils::MakeMaker 6.94 → 6.98
+
+1.000001 2014-04-05T07:37:23Z
+
+1.000000 2014-04-05T05:29:35Z
+ [Added / configure recommends]
+ - ExtUtils::MakeMaker 6.94
+
+ [Added / test recommends]
+ - CPAN::Meta
+ - CPAN::Meta::Requirements 2.120900
+ - ExtUtils::MakeMaker 6.94
+ - Test::More 1.001003
+
+0.2.3 2013-11-18T17:50:53Z
+
+0.2.2 2013-11-18T04:24:16Z
+
+0.2.1 2013-09-24T02:37:30Z
+
+0.2.0 2013-09-21T12:39:54Z
+
diff --git a/perlcritic.deps b/misc/perlcritic.deps
similarity index 100%
rename from perlcritic.deps
rename to misc/perlcritic.deps
diff --git a/t/00-compile/lib_Dist_Zilla_Role_Bootstrap_pm.t b/t/00-compile/lib_Dist_Zilla_Role_Bootstrap_pm.t
index 4233963..4c5b70c 100644
--- a/t/00-compile/lib_Dist_Zilla_Role_Bootstrap_pm.t
+++ b/t/00-compile/lib_Dist_Zilla_Role_Bootstrap_pm.t
@@ -2,7 +2,7 @@ use strict;
 use warnings;
 
 # This test was generated for <lib/Dist/Zilla/Role/Bootstrap.pm>
-# using by Dist::Zilla::Plugin::Test::Compile::PerFile ( @Author::KENTNL/Test::Compile::PerFile ) version 0.001001
+# using by Dist::Zilla::Plugin::Test::Compile::PerFile ( @Author::KENTNL/Test::Compile::PerFile ) version 0.002000
 # with template 01-basic.t.tpl
 
 use Test::More 0.89 tests => 1;
diff --git a/t/00-report-prereqs.t b/t/00-report-prereqs.t
index 15422d9..5849cde 100644
--- a/t/00-report-prereqs.t
+++ b/t/00-report-prereqs.t
@@ -45,7 +45,7 @@ my %exclude = map {; $_ => 1 } qw(
 my $static_prereqs = do { my $x = {
        'configure' => {
                         'recommends' => {
-                                          'ExtUtils::MakeMaker' => '6.94'
+                                          'ExtUtils::MakeMaker' => '6.98'
                                         },
                         'requires' => {
                                         'ExtUtils::MakeMaker' => '6.30'
@@ -55,14 +55,15 @@ my $static_prereqs = do { my $x = {
                       'requires' => {
                                       'Dist::Zilla::Plugin::Authority' => '1.006',
                                       'Dist::Zilla::Plugin::AutoPrereqs' => '0',
+                                      'Dist::Zilla::Plugin::BumpVersionAfterRelease' => '0',
                                       'Dist::Zilla::Plugin::ConfirmRelease' => '0',
+                                      'Dist::Zilla::Plugin::CopyFilesFromBuild' => '0',
                                       'Dist::Zilla::Plugin::EOLTests' => '0',
                                       'Dist::Zilla::Plugin::Git::Check' => '0',
                                       'Dist::Zilla::Plugin::Git::Commit' => '0',
                                       'Dist::Zilla::Plugin::Git::CommitBuild' => '0',
                                       'Dist::Zilla::Plugin::Git::GatherDir' => '0',
                                       'Dist::Zilla::Plugin::Git::NextRelease' => '0',
-                                      'Dist::Zilla::Plugin::Git::NextVersion::Sanitized' => '0',
                                       'Dist::Zilla::Plugin::Git::Tag' => '0',
                                       'Dist::Zilla::Plugin::GithubMeta' => '0',
                                       'Dist::Zilla::Plugin::License' => '0',
@@ -76,7 +77,6 @@ my $static_prereqs = do { my $x = {
                                       'Dist::Zilla::Plugin::MetaTests' => '0',
                                       'Dist::Zilla::Plugin::MetaYAML' => '0',
                                       'Dist::Zilla::Plugin::MinimumPerl' => '0',
-                                      'Dist::Zilla::Plugin::PkgVersion' => '0',
                                       'Dist::Zilla::Plugin::PodCoverageTests' => '0',
                                       'Dist::Zilla::Plugin::PodSyntaxTests' => '0',
                                       'Dist::Zilla::Plugin::PodWeaver' => '0',
@@ -84,6 +84,7 @@ my $static_prereqs = do { my $x = {
                                       'Dist::Zilla::Plugin::Prereqs::Recommend::MatchInstalled' => '0',
                                       'Dist::Zilla::Plugin::ReadmeAnyFromPod' => '0',
                                       'Dist::Zilla::Plugin::ReadmeFromPod' => '0',
+                                      'Dist::Zilla::Plugin::RewriteVersion::Sanitized' => '0',
                                       'Dist::Zilla::Plugin::RunExtraTests' => '0',
                                       'Dist::Zilla::Plugin::Test::CPAN::Changes' => '0',
                                       'Dist::Zilla::Plugin::Test::Compile::PerFile' => '0',
@@ -94,7 +95,6 @@ my $static_prereqs = do { my $x = {
                                       'Dist::Zilla::Plugin::TestRelease' => '0',
                                       'Dist::Zilla::Plugin::Twitter' => '0',
                                       'Dist::Zilla::Plugin::UploadToCPAN' => '0',
-                                      'Dist::Zilla::PluginBundle::Author::KENTNL' => '2.012002',
                                       'Pod::Coverage::TrustPod' => '0',
                                       'Test::CPAN::Changes' => '0.19',
                                       'Test::CPAN::Meta' => '0',
@@ -103,7 +103,8 @@ my $static_prereqs = do { my $x = {
                                       'Test::Pod::Coverage' => '1.08'
                                     },
                       'suggests' => {
-                                      'Dist::Zilla::PluginBundle::Author::KENTNL::Lite' => 'v1.3.0'
+                                      'Dist::Zilla::App::Command::bakeini' => '0.001001',
+                                      'Dist::Zilla::PluginBundle::Author::KENTNL' => '2.016003'
                                     }
                     },
        'runtime' => {
@@ -126,7 +127,7 @@ my $static_prereqs = do { my $x = {
                    'recommends' => {
                                      'CPAN::Meta' => '0',
                                      'CPAN::Meta::Requirements' => '2.120900',
-                                     'ExtUtils::MakeMaker' => '6.94',
+                                     'ExtUtils::MakeMaker' => '6.98',
                                      'Test::More' => '1.001003'
                                    },
                    'requires' => {

-- 
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