From 829d979e412c87dff12029697c67614d05785fdc Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Thu, 31 Jul 2014 22:09:05 +1200 Subject: [PATCH] Build results of 812128e (on master) --- Changes | 4 ++++ META.json | 8 ++++---- META.yml | 8 ++++---- Makefile.PL | 2 +- README | 6 +++--- lib/Dist/Zilla/App/Command/dumpwith.pm | 8 ++++---- misc/Changes.deps | 4 +++- misc/Changes.deps.all | 4 +++- misc/Changes.deps.dev | 4 +++- misc/Changes.deps.opt | 4 +++- 10 files changed, 32 insertions(+), 20 deletions(-) diff --git a/Changes b/Changes index 6095cb9..bcfdf90 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Release history for Dist-Zilla-App-Command-dumpwith +0.002001 2014-07-31T10:07:33Z + [Bugfix] + - Fix doc link to screenshot + 0.002000 2014-07-31T09:56:35Z [00 Major] - Changes that may affect hand-operated downstream. diff --git a/META.json b/META.json index fad449e..175a76c 100644 --- a/META.json +++ b/META.json @@ -112,7 +112,7 @@ "provides" : { "Dist::Zilla::App::Command::dumpwith" : { "file" : "lib/Dist/Zilla/App/Command/dumpwith.pm", - "version" : "0.002000" + "version" : "0.002001" } }, "release_status" : "stable", @@ -127,7 +127,7 @@ "web" : "https://github.com/kentnl/Dist-Zilla-App-Command-dumpwith" } }, - "version" : "0.002000", + "version" : "0.002001", "x_BuiltWith" : { "modules" : { "CPAN::Meta" : "2.142060", @@ -609,7 +609,7 @@ "Dist::Zilla::Plugin::Git::Tag" : { "branch" : null, "signed" : 0, - "tag" : "0.002000-source", + "tag" : "0.002001-source", "tag_format" : "%v-source", "tag_message" : "v%v", "time_zone" : "local" @@ -680,7 +680,7 @@ "Dist::Zilla::Plugin::Git::Tag" : { "branch" : "releases", "signed" : 0, - "tag" : "0.002000", + "tag" : "0.002001", "tag_format" : "%v", "tag_message" : "v%v", "time_zone" : "local" diff --git a/META.yml b/META.yml index 18e5c3b..29737b2 100644 --- a/META.yml +++ b/META.yml @@ -21,7 +21,7 @@ name: Dist-Zilla-App-Command-dumpwith provides: Dist::Zilla::App::Command::dumpwith: file: lib/Dist/Zilla/App/Command/dumpwith.pm - version: '0.002000' + version: '0.002001' requires: Carp: '0' Dist::Zilla::App: '0' @@ -38,7 +38,7 @@ resources: bugtracker: https://github.com/kentnl/Dist-Zilla-App-Command-dumpwith/issues homepage: https://github.com/kentnl/Dist-Zilla-App-Command-dumpwith repository: https://github.com/kentnl/Dist-Zilla-App-Command-dumpwith.git -version: '0.002000' +version: '0.002001' x_BuiltWith: modules: CPAN::Meta: '2.142060' @@ -424,7 +424,7 @@ x_Dist_Zilla: Dist::Zilla::Plugin::Git::Tag: branch: ~ signed: '0' - tag: 0.002000-source + tag: 0.002001-source tag_format: '%v-source' tag_message: v%v time_zone: local @@ -478,7 +478,7 @@ x_Dist_Zilla: Dist::Zilla::Plugin::Git::Tag: branch: releases signed: '0' - tag: '0.002000' + tag: '0.002001' tag_format: '%v' tag_message: v%v time_zone: local diff --git a/Makefile.PL b/Makefile.PL index 3bcd1ef..b0703cd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -39,7 +39,7 @@ my %WriteMakefileArgs = ( "Scalar::Util" => 0, "Test::More" => "0.89" }, - "VERSION" => "0.002000", + "VERSION" => "0.002001", "test" => { "TESTS" => "t/*.t t/00-compile/*.t" } diff --git a/README b/README index 8901d2e..f5460a9 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ NAME certain role VERSION - version 0.002000 + version 0.002001 SYNOPSIS cd $PROJECT; @@ -16,8 +16,8 @@ SYNOPSIS of this in action: ( Everyone else can visit - ) + ) DESCRIPTION This command, like its sibling "dumpphases", exists to help make diff --git a/lib/Dist/Zilla/App/Command/dumpwith.pm b/lib/Dist/Zilla/App/Command/dumpwith.pm index 4de1c3e..8b2c98e 100644 --- a/lib/Dist/Zilla/App/Command/dumpwith.pm +++ b/lib/Dist/Zilla/App/Command/dumpwith.pm @@ -5,7 +5,7 @@ use utf8; package Dist::Zilla::App::Command::dumpwith; -our $VERSION = '0.002000'; +our $VERSION = '0.002001'; # ABSTRACT: Dump all plugins that 'do' a certain role @@ -162,7 +162,7 @@ Dist::Zilla::App::Command::dumpwith - Dump all plugins that 'do' a certain role =head1 VERSION -version 0.002000 +version 0.002001 =head1 SYNOPSIS @@ -174,9 +174,9 @@ version 0.002000 If you are using an HTML-enabled POD viewer, you should see a screenshot of this in action: -( Everyone else can visit L ) +( Everyone else can visit L ) -=for html
Screenshot
+=for html
Screenshot
=begin MetaPOD::JSON v1.1.0 diff --git a/misc/Changes.deps b/misc/Changes.deps index ca72248..1ed7428 100644 --- a/misc/Changes.deps +++ b/misc/Changes.deps @@ -1,6 +1,8 @@ This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test) -0.002000 +0.002001 + +0.002000 2014-07-31T09:56:35Z [Added / configure requires] - ExtUtils::MakeMaker diff --git a/misc/Changes.deps.all b/misc/Changes.deps.all index fef4fcb..5350ef0 100644 --- a/misc/Changes.deps.all +++ b/misc/Changes.deps.all @@ -1,6 +1,8 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop) -0.002000 +0.002001 + +0.002000 2014-07-31T09:56:35Z [Added / configure recommends] - ExtUtils::MakeMaker 6.98 diff --git a/misc/Changes.deps.dev b/misc/Changes.deps.dev index e451319..cc7c8e4 100644 --- a/misc/Changes.deps.dev +++ b/misc/Changes.deps.dev @@ -1,6 +1,8 @@ This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL ) -0.002000 +0.002001 + +0.002000 2014-07-31T09:56:35Z [Added / develop requires] - Dist::Zilla::Plugin::BumpVersionAfterRelease - Dist::Zilla::Plugin::CopyFilesFromBuild diff --git a/misc/Changes.deps.opt b/misc/Changes.deps.opt index d7fe084..7ddb933 100644 --- a/misc/Changes.deps.opt +++ b/misc/Changes.deps.opt @@ -1,6 +1,8 @@ This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test) -0.002000 +0.002001 + +0.002000 2014-07-31T09:56:35Z [Added / configure recommends] - ExtUtils::MakeMaker 6.98