Skip to content

Commit

Permalink
Build results of 812128e (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Jul 31, 2014
1 parent e7bc876 commit 829d979
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 20 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NAME
certain role

VERSION
version 0.002000
version 0.002001

SYNOPSIS
cd $PROJECT;
Expand All @@ -16,8 +16,8 @@ SYNOPSIS
of this in action:

( Everyone else can visit
<http://kentfredric.github.io/Dist-Zilla-App-Command-dumpwith/media/exam
ple_01.png> )
<http://kentnl.github.io/Dist-Zilla-App-Command-dumpwith/media/example_0
1.png> )

DESCRIPTION
This command, like its sibling "dumpphases", exists to help make
Expand Down
8 changes: 4 additions & 4 deletions lib/Dist/Zilla/App/Command/dumpwith.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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<http://kentfredric.github.io/Dist-Zilla-App-Command-dumpwith/media/example_01.png> )
( Everyone else can visit L<http://kentnl.github.io/Dist-Zilla-App-Command-dumpwith/media/example_01.png> )
=for html <center><img src="http://kentfredric.github.io/Dist-Zilla-App-Command-dumpwith/media/example_01.png" alt="Screenshot" width="806" height="438"/></center>
=for html <center><img src="http://kentnl.github.io/Dist-Zilla-App-Command-dumpwith/media/example_01.png" alt="Screenshot" width="806" height="438"/></center>
=begin MetaPOD::JSON v1.1.0
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.all
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.dev
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.opt
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 829d979

Please sign in to comment.