From 9fbc690f1a4766443e726cdc6a50d6908507ab48 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Tue, 23 Jun 2015 16:21:31 +1200 Subject: [PATCH] Rebacon, update --- .travis.yml | 42 +++++++++++++++++++++--------------------- Changes | 2 +- dist.ini | 14 ++++++++------ misc/Changes.deps.all | 15 +++++++++++++++ misc/Changes.deps.dev | 15 +++++++++++++++ 5 files changed, 60 insertions(+), 28 deletions(-) diff --git a/.travis.yml b/.travis.yml index e8aeb0f..3cfddac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_script: branches: only: - master - - build/master + - builds - releases install: - time perl ./maint-travis-ci/install_deps_early.pl @@ -20,48 +20,48 @@ install: language: perl matrix: allow_failures: - - perl: 5.8 + - perl: '5.8' - env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1 - env: STERILIZE_ENV=0 DEVELOPER_DEPS=1 - env: STERILIZE_ENV=0 - perl: 5.8 + perl: '5.8' - env: STERILIZE_ENV=0 - perl: 5.10 + perl: '5.10' - env: STERILIZE_ENV=0 - perl: 5.12 + perl: '5.12' - env: STERILIZE_ENV=1 - perl: 5.8 + perl: '5.8' - env: STERILIZE_ENV=1 - perl: 5.10 + perl: '5.10' include: - env: STERILIZE_ENV=0 COVERAGE_TESTING=1 - perl: 5.21 + perl: '5.21' - env: STERILIZE_ENV=1 - perl: 5.21 + perl: '5.21' - env: STERILIZE_ENV=0 - perl: 5.8 + perl: '5.8' - env: STERILIZE_ENV=0 - perl: 5.10 + perl: '5.10' - env: STERILIZE_ENV=0 - perl: 5.12 + perl: '5.12' - env: STERILIZE_ENV=0 - perl: 5.14 + perl: '5.14' - env: STERILIZE_ENV=0 - perl: 5.16 + perl: '5.16' - env: STERILIZE_ENV=0 - perl: 5.20 + perl: '5.20' - env: STERILIZE_ENV=0 - perl: 5.21 + perl: '5.21' - env: STERILIZE_ENV=1 - perl: 5.8 + perl: '5.8' - env: STERILIZE_ENV=1 - perl: 5.10 + perl: '5.10' - env: STERILIZE_ENV=1 - perl: 5.20 + perl: '5.20' - env: STERILIZE_ENV=0 DEVELOPER_DEPS=1 - perl: 5.21 + perl: '5.21' - env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1 - perl: 5.21 + perl: '5.21' script: - time perl ./maint-travis-ci/script.pl sudo: false diff --git a/Changes b/Changes index 8ec283b..3ea3da2 100644 --- a/Changes +++ b/Changes @@ -3,7 +3,7 @@ Release history for Acme-CPANAuthors-MBTI {{$NEXT}} [Dependencies::Stats] - Dependencies changed since 0.001001, see misc/*.deps* for details - - develop: (recommends: +1) + - develop: +1 ↑3 -1 (recommends: +1, suggests: ↑2) 0.001001 2015-01-18T07:51:34Z 65b7481 [Bugfix] diff --git a/dist.ini b/dist.ini index 93f80ca..31c3a23 100644 --- a/dist.ini +++ b/dist.ini @@ -45,11 +45,12 @@ include_dotfiles = 1 [MetaJSON / @Author::KENTNL/MetaJSON] -[MetaYAML / @Author::KENTNL/MetaYAML] +[MetaYAML::Minimal / @Author::KENTNL/MetaYAML::Minimal] [Manifest / @Author::KENTNL/Manifest] [Author::KENTNL::TravisCI / @Author::KENTNL/Author::KENTNL::TravisCI] +:version = 0.001002 [CopyFilesFromBuild / @Author::KENTNL/CopyXBuild] copy = LICENSE @@ -88,7 +89,7 @@ replacer = replace_with_blank -phase = develop -type = suggests Dist::Zilla::App::Command::bakeini = 0.001000 -Dist::Zilla::PluginBundle::Author::KENTNL = 2.023002 +Dist::Zilla::PluginBundle::Author::KENTNL = 2.024002 [Prereqs::AuthorDeps / @Author::KENTNL/Prereqs::AuthorDeps] @@ -102,7 +103,7 @@ locate_comment = 1 default_jobs = 10 [Author::KENTNL::RecommendFixes / @Author::KENTNL/Author::KENTNL::RecommendFixes] -:version = 0.001001 +:version = 0.004002 [Readme::Brief / @Author::KENTNL/ShippedReadme] @@ -139,6 +140,7 @@ time_zone = UTC allow_dirty_match = ^lib/ [Git::CommitBuild / @Author::KENTNL/Git::CommitBuild] +branch = builds release_branch = releases [Git::Tag / @Author::KENTNL/tag_release] @@ -173,8 +175,8 @@ modules = Dist::Zilla::App::Command::bakeini ; auto_prereqs_skip = File::Find -phase = develop -relationship = requires -Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes = 0.001001 -Dist::Zilla::Plugin::Author::KENTNL::TravisCI = 0 +Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes = 0.004002 +Dist::Zilla::Plugin::Author::KENTNL::TravisCI = 0.001002 Dist::Zilla::Plugin::Authority = 1.006 Dist::Zilla::Plugin::AutoPrereqs = 0 Dist::Zilla::Plugin::BumpVersionAfterRelease = 0 @@ -197,7 +199,7 @@ Dist::Zilla::Plugin::MetaData::BuiltWith = 1.004000 Dist::Zilla::Plugin::MetaJSON = 0 Dist::Zilla::Plugin::MetaProvides::Package = 1.14000001 Dist::Zilla::Plugin::MetaTests = 0 -Dist::Zilla::Plugin::MetaYAML = 0 +Dist::Zilla::Plugin::MetaYAML::Minimal = 0 Dist::Zilla::Plugin::PodCoverageTests = 0 Dist::Zilla::Plugin::PodSyntaxTests = 0 Dist::Zilla::Plugin::PodWeaver = 0 diff --git a/misc/Changes.deps.all b/misc/Changes.deps.all index b5dcc09..1dd747e 100644 --- a/misc/Changes.deps.all +++ b/misc/Changes.deps.all @@ -4,6 +4,21 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL depen [Added / develop recommends] - Path::Tiny 0.058 + [Added / develop requires] + - Dist::Zilla::Plugin::MetaYAML::Minimal + + [Changed / develop requires] + - Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes 0.001001 → 0.004002 + - Dist::Zilla::Plugin::Author::KENTNL::TravisCI 0 → 0.001002 + - Test::More 0 → 0.88 + + [Changed / develop suggests] + - Dist::Zilla::App::Command::bakeini 0.002000 → 0.002005 + - Dist::Zilla::PluginBundle::Author::KENTNL 2.023002 → 2.024002 + + [Removed / develop requires] + - Dist::Zilla::Plugin::MetaYAML + 0.001001 2015-01-18T07:51:34Z [Added / develop requires] - Dist::Zilla::Plugin::Author::KENTNL::TravisCI diff --git a/misc/Changes.deps.dev b/misc/Changes.deps.dev index f448416..ac9d78e 100644 --- a/misc/Changes.deps.dev +++ b/misc/Changes.deps.dev @@ -4,6 +4,21 @@ This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and [Added / develop recommends] - Path::Tiny 0.058 + [Added / develop requires] + - Dist::Zilla::Plugin::MetaYAML::Minimal + + [Changed / develop requires] + - Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes 0.001001 → 0.004002 + - Dist::Zilla::Plugin::Author::KENTNL::TravisCI 0 → 0.001002 + - Test::More 0 → 0.88 + + [Changed / develop suggests] + - Dist::Zilla::App::Command::bakeini 0.002000 → 0.002005 + - Dist::Zilla::PluginBundle::Author::KENTNL 2.023002 → 2.024002 + + [Removed / develop requires] + - Dist::Zilla::Plugin::MetaYAML + 0.001001 2015-01-18T07:51:34Z [Added / develop requires] - Dist::Zilla::Plugin::Author::KENTNL::TravisCI