Skip to content

Commit

Permalink
Build results of 215907f (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Aug 3, 2014
1 parent 3d3a1e4 commit dcd4814
Show file tree
Hide file tree
Showing 16 changed files with 60 additions and 48 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-dumpphases

1.000002 2014-08-03T09:31:26Z
[Bugfix]
- Fix documentaiton links to point to kentnl org

1.000001 2014-08-03T04:00:28Z
[Bugfix]
- Require a newer Path::ScanINC due to Win32 issues.
Expand Down
20 changes: 10 additions & 10 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,31 +117,31 @@
"provides" : {
"Dist::Zilla::App::Command::dumpphases" : {
"file" : "lib/Dist/Zilla/App/Command/dumpphases.pm",
"version" : "1.000001"
"version" : "1.000002"
},
"Dist::Zilla::dumpphases::Role::Theme" : {
"file" : "lib/Dist/Zilla/dumpphases/Role/Theme.pm",
"version" : "1.000001"
"version" : "1.000002"
},
"Dist::Zilla::dumpphases::Role::Theme::SimpleColor" : {
"file" : "lib/Dist/Zilla/dumpphases/Role/Theme/SimpleColor.pm",
"version" : "1.000001"
"version" : "1.000002"
},
"Dist::Zilla::dumpphases::Theme::basic::blue" : {
"file" : "lib/Dist/Zilla/dumpphases/Theme/basic/blue.pm",
"version" : "1.000001"
"version" : "1.000002"
},
"Dist::Zilla::dumpphases::Theme::basic::green" : {
"file" : "lib/Dist/Zilla/dumpphases/Theme/basic/green.pm",
"version" : "1.000001"
"version" : "1.000002"
},
"Dist::Zilla::dumpphases::Theme::basic::plain" : {
"file" : "lib/Dist/Zilla/dumpphases/Theme/basic/plain.pm",
"version" : "1.000001"
"version" : "1.000002"
},
"Dist::Zilla::dumpphases::Theme::basic::red" : {
"file" : "lib/Dist/Zilla/dumpphases/Theme/basic/red.pm",
"version" : "1.000001"
"version" : "1.000002"
}
},
"release_status" : "stable",
Expand All @@ -156,7 +156,7 @@
"web" : "https://github.com/kentnl/Dist-Zilla-App-Command-dumpphases"
}
},
"version" : "1.000001",
"version" : "1.000002",
"x_BuiltWith" : {
"modules" : {
"CPAN::Meta" : "2.142060",
Expand Down Expand Up @@ -658,7 +658,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
"signed" : 0,
"tag" : "1.000001-source",
"tag" : "1.000002-source",
"tag_format" : "%v-source",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down Expand Up @@ -729,7 +729,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : "releases",
"signed" : 0,
"tag" : "1.000001",
"tag" : "1.000002",
"tag_format" : "%v",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down
20 changes: 10 additions & 10 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@ name: Dist-Zilla-App-Command-dumpphases
provides:
Dist::Zilla::App::Command::dumpphases:
file: lib/Dist/Zilla/App/Command/dumpphases.pm
version: '1.000001'
version: '1.000002'
Dist::Zilla::dumpphases::Role::Theme:
file: lib/Dist/Zilla/dumpphases/Role/Theme.pm
version: '1.000001'
version: '1.000002'
Dist::Zilla::dumpphases::Role::Theme::SimpleColor:
file: lib/Dist/Zilla/dumpphases/Role/Theme/SimpleColor.pm
version: '1.000001'
version: '1.000002'
Dist::Zilla::dumpphases::Theme::basic::blue:
file: lib/Dist/Zilla/dumpphases/Theme/basic/blue.pm
version: '1.000001'
version: '1.000002'
Dist::Zilla::dumpphases::Theme::basic::green:
file: lib/Dist/Zilla/dumpphases/Theme/basic/green.pm
version: '1.000001'
version: '1.000002'
Dist::Zilla::dumpphases::Theme::basic::plain:
file: lib/Dist/Zilla/dumpphases/Theme/basic/plain.pm
version: '1.000001'
version: '1.000002'
Dist::Zilla::dumpphases::Theme::basic::red:
file: lib/Dist/Zilla/dumpphases/Theme/basic/red.pm
version: '1.000001'
version: '1.000002'
requires:
Carp: '0'
Dist::Zilla::App: '0'
Expand All @@ -61,7 +61,7 @@ resources:
bugtracker: https://github.com/kentnl/Dist-Zilla-App-Command-dumpphases/issues
homepage: https://github.com/kentnl/Dist-Zilla-App-Command-dumpphases
repository: https://github.com/kentnl/Dist-Zilla-App-Command-dumpphases.git
version: '1.000001'
version: '1.000002'
x_BuiltWith:
modules:
CPAN::Meta: '2.142060'
Expand Down Expand Up @@ -465,7 +465,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: ~
signed: '0'
tag: 1.000001-source
tag: 1.000002-source
tag_format: '%v-source'
tag_message: v%v
time_zone: local
Expand Down Expand Up @@ -519,7 +519,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: releases
signed: '0'
tag: '1.000001'
tag: '1.000002'
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 @@ -42,7 +42,7 @@ my %WriteMakefileArgs = (
"File::Spec" => 0,
"Test::More" => "0.89"
},
"VERSION" => "1.000001",
"VERSION" => "1.000002",
"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
each phase's parts.

VERSION
version 1.000001
version 1.000002

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-dumpphases/media/ex
ample_01.png> )
<http://kentnl.github.io/Dist-Zilla-App-Command-dumpphases/media/example
_01.png> )

DESCRIPTION
Working out what Plugins will execute in which order during which phase
Expand Down
8 changes: 4 additions & 4 deletions lib/Dist/Zilla/App/Command/dumpphases.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;

package Dist::Zilla::App::Command::dumpphases;

our $VERSION = '1.000001';
our $VERSION = '1.000002';

# ABSTRACT: Dump a textual representation of each phase's parts.

Expand Down Expand Up @@ -261,7 +261,7 @@ Dist::Zilla::App::Command::dumpphases - Dump a textual representation of each ph
=head1 VERSION
version 1.000001
version 1.000002
=head1 SYNOPSIS
Expand All @@ -273,9 +273,9 @@ version 1.000001
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-dumpphases/media/example_01.png> )
( Everyone else can visit L<http://kentnl.github.io/Dist-Zilla-App-Command-dumpphases/media/example_01.png> )
=for html <center><img src="http://kentfredric.github.io/Dist-Zilla-App-Command-dumpphases/media/example_01.png" alt="Screenshot" width="721" height="1007"/></center>
=for html <center><img src="http://kentnl.github.io/Dist-Zilla-App-Command-dumpphases/media/example_01.png" alt="Screenshot" width="721" height="1007"/></center>
=begin MetaPOD::JSON v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/dumpphases/Role/Theme.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;

package Dist::Zilla::dumpphases::Role::Theme;

our $VERSION = '1.000001';
our $VERSION = '1.000002';

# ABSTRACT: Output formatting themes for dzil dumpphases

Expand Down Expand Up @@ -88,7 +88,7 @@ Dist::Zilla::dumpphases::Role::Theme - Output formatting themes for dzil dumppha
=head1 VERSION
version 1.000001
version 1.000002
=begin MetaPOD::JSON v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/dumpphases/Role/Theme/SimpleColor.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;

package Dist::Zilla::dumpphases::Role::Theme::SimpleColor;

our $VERSION = '1.000001';
our $VERSION = '1.000002';

# ABSTRACT: A role for themes that are simple single-color themes with variations of bold/uncolored.

Expand Down Expand Up @@ -144,7 +144,7 @@ Dist::Zilla::dumpphases::Role::Theme::SimpleColor - A role for themes that are s
=head1 VERSION
version 1.000001
version 1.000002
=head1 SYNOPSIS
Expand Down
6 changes: 3 additions & 3 deletions lib/Dist/Zilla/dumpphases/Theme/basic/blue.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;

package Dist::Zilla::dumpphases::Theme::basic::blue;

our $VERSION = '1.000001';
our $VERSION = '1.000002';

# ABSTRACT: A blue color theme for dzil dumpphases

Expand Down Expand Up @@ -58,7 +58,7 @@ Dist::Zilla::dumpphases::Theme::basic::blue - A blue color theme for dzil dumpph
=head1 VERSION
version 1.000001
version 1.000002
=head1 SYNOPSIS
Expand All @@ -76,7 +76,7 @@ version 1.000001
=end MetaPOD::JSON
=for html <center><img src="http://kentfredric.github.io/Dist-Zilla-App-Command-dumpphases/media/theme_basic_blue.png" alt="Screenshot" width="708" height="372"/></center>
=for html <center><img src="http://kentnl.github.io/Dist-Zilla-App-Command-dumpphases/media/theme_basic_blue.png" alt="Screenshot" width="708" height="372"/></center>
=head1 METHODS
Expand Down
6 changes: 3 additions & 3 deletions lib/Dist/Zilla/dumpphases/Theme/basic/green.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;

package Dist::Zilla::dumpphases::Theme::basic::green;

our $VERSION = '1.000001';
our $VERSION = '1.000002';

# ABSTRACT: A green color theme for dzil dumpphases

Expand Down Expand Up @@ -58,7 +58,7 @@ Dist::Zilla::dumpphases::Theme::basic::green - A green color theme for dzil dump
=head1 VERSION
version 1.000001
version 1.000002
=head1 SYNOPSIS
Expand All @@ -76,7 +76,7 @@ version 1.000001
=end MetaPOD::JSON
=for html <center><img src="http://kentfredric.github.io/Dist-Zilla-App-Command-dumpphases/media/theme_basic_green.png" alt="Screenshot" width="715" height="372"/></center>
=for html <center><img src="http://kentnl.github.io/Dist-Zilla-App-Command-dumpphases/media/theme_basic_green.png" alt="Screenshot" width="715" height="372"/></center>
=head1 METHODS
Expand Down
6 changes: 3 additions & 3 deletions lib/Dist/Zilla/dumpphases/Theme/basic/plain.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;

package Dist::Zilla::dumpphases::Theme::basic::plain;

our $VERSION = '1.000001';
our $VERSION = '1.000002';

# ABSTRACT: A plain-text theme for dzil dumpphases

Expand Down Expand Up @@ -96,7 +96,7 @@ Dist::Zilla::dumpphases::Theme::basic::plain - A plain-text theme for dzil dumpp
=head1 VERSION
version 1.000001
version 1.000002
=head1 SYNOPSIS
Expand All @@ -114,7 +114,7 @@ version 1.000001
=end MetaPOD::JSON
=for html <center><img src="http://kentfredric.github.io/Dist-Zilla-App-Command-dumpphases/media/theme_basic_plain.png" alt="Screenshot" width="677" height="412"/></center>
=for html <center><img src="http://kentnl.github.io/Dist-Zilla-App-Command-dumpphases/media/theme_basic_plain.png" alt="Screenshot" width="677" height="412"/></center>
=head1 METHODS
Expand Down
6 changes: 3 additions & 3 deletions lib/Dist/Zilla/dumpphases/Theme/basic/red.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;

package Dist::Zilla::dumpphases::Theme::basic::red;

our $VERSION = '1.000001';
our $VERSION = '1.000002';

# ABSTRACT: A red color theme for dzil dumpphases

Expand Down Expand Up @@ -58,7 +58,7 @@ Dist::Zilla::dumpphases::Theme::basic::red - A red color theme for dzil dumpphas
=head1 VERSION
version 1.000001
version 1.000002
=head1 SYNOPSIS
Expand All @@ -76,7 +76,7 @@ version 1.000001
=end MetaPOD::JSON
=for html <center><img src="http://kentfredric.github.io/Dist-Zilla-App-Command-dumpphases/media/theme_basic_red.png" alt="Screenshot" width="702" height="417"/></center>
=for html <center><img src="http://kentnl.github.io/Dist-Zilla-App-Command-dumpphases/media/theme_basic_red.png" alt="Screenshot" width="702" height="417"/></center>
=head1 METHODS
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)

1.000001
1.000002

1.000001 2014-08-03T04:00:28Z
[Added / test requires]
- File::Spec

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)

1.000001
1.000002

1.000001 2014-08-03T04:00:28Z
[Added / develop requires]
- Dist::Zilla::Plugin::CopyFilesFromBuild

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 )

1.000001
1.000002

1.000001 2014-08-03T04:00:28Z
[Added / develop requires]
- 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)

1.000001
1.000002

1.000001 2014-08-03T04:00:28Z
[Changed / test recommends]
- CPAN::Meta 0 → 2.120900

Expand Down

0 comments on commit dcd4814

Please sign in to comment.