Skip to content

Commit

Permalink
Build results of 62ae9e7 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Aug 6, 2014
1 parent dcd4814 commit 8953f7e
Show file tree
Hide file tree
Showing 16 changed files with 166 additions and 131 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Release history for Dist-Zilla-App-Command-dumpphases

1.000003 2014-08-06T19:37:32Z
[Documentation]
- Add SEE ALSO for ReportPhase.
- Closes #4

1.000002 2014-08-03T09:31:26Z
[Bugfix]
- Fix documentaiton links to point to kentnl org
Expand Down
22 changes: 11 additions & 11 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.000002"
"version" : "1.000003"
},
"Dist::Zilla::dumpphases::Role::Theme" : {
"file" : "lib/Dist/Zilla/dumpphases/Role/Theme.pm",
"version" : "1.000002"
"version" : "1.000003"
},
"Dist::Zilla::dumpphases::Role::Theme::SimpleColor" : {
"file" : "lib/Dist/Zilla/dumpphases/Role/Theme/SimpleColor.pm",
"version" : "1.000002"
"version" : "1.000003"
},
"Dist::Zilla::dumpphases::Theme::basic::blue" : {
"file" : "lib/Dist/Zilla/dumpphases/Theme/basic/blue.pm",
"version" : "1.000002"
"version" : "1.000003"
},
"Dist::Zilla::dumpphases::Theme::basic::green" : {
"file" : "lib/Dist/Zilla/dumpphases/Theme/basic/green.pm",
"version" : "1.000002"
"version" : "1.000003"
},
"Dist::Zilla::dumpphases::Theme::basic::plain" : {
"file" : "lib/Dist/Zilla/dumpphases/Theme/basic/plain.pm",
"version" : "1.000002"
"version" : "1.000003"
},
"Dist::Zilla::dumpphases::Theme::basic::red" : {
"file" : "lib/Dist/Zilla/dumpphases/Theme/basic/red.pm",
"version" : "1.000002"
"version" : "1.000003"
}
},
"release_status" : "stable",
Expand All @@ -156,7 +156,7 @@
"web" : "https://github.com/kentnl/Dist-Zilla-App-Command-dumpphases"
}
},
"version" : "1.000002",
"version" : "1.000003",
"x_BuiltWith" : {
"modules" : {
"CPAN::Meta" : "2.142060",
Expand Down Expand Up @@ -213,7 +213,7 @@
"File::Spec" : "3.48",
"Module::Runtime" : "0.014",
"Moo" : "1.005000",
"Path::ScanINC" : "1.000000",
"Path::ScanINC" : "1.000001",
"Path::Tiny" : "0.055",
"Pod::Coverage::TrustPod" : "0.100003",
"Role::Tiny" : "1.003003",
Expand Down Expand Up @@ -658,7 +658,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
"signed" : 0,
"tag" : "1.000002-source",
"tag" : "1.000003-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.000002",
"tag" : "1.000003",
"tag_format" : "%v",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down
22 changes: 11 additions & 11 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.000002'
version: '1.000003'
Dist::Zilla::dumpphases::Role::Theme:
file: lib/Dist/Zilla/dumpphases/Role/Theme.pm
version: '1.000002'
version: '1.000003'
Dist::Zilla::dumpphases::Role::Theme::SimpleColor:
file: lib/Dist/Zilla/dumpphases/Role/Theme/SimpleColor.pm
version: '1.000002'
version: '1.000003'
Dist::Zilla::dumpphases::Theme::basic::blue:
file: lib/Dist/Zilla/dumpphases/Theme/basic/blue.pm
version: '1.000002'
version: '1.000003'
Dist::Zilla::dumpphases::Theme::basic::green:
file: lib/Dist/Zilla/dumpphases/Theme/basic/green.pm
version: '1.000002'
version: '1.000003'
Dist::Zilla::dumpphases::Theme::basic::plain:
file: lib/Dist/Zilla/dumpphases/Theme/basic/plain.pm
version: '1.000002'
version: '1.000003'
Dist::Zilla::dumpphases::Theme::basic::red:
file: lib/Dist/Zilla/dumpphases/Theme/basic/red.pm
version: '1.000002'
version: '1.000003'
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.000002'
version: '1.000003'
x_BuiltWith:
modules:
CPAN::Meta: '2.142060'
Expand Down Expand Up @@ -118,7 +118,7 @@ x_BuiltWith:
File::Spec: '3.48'
Module::Runtime: '0.014'
Moo: '1.005000'
Path::ScanINC: '1.000000'
Path::ScanINC: '1.000001'
Path::Tiny: '0.055'
Pod::Coverage::TrustPod: '0.100003'
Role::Tiny: '1.003003'
Expand Down Expand Up @@ -465,7 +465,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: ~
signed: '0'
tag: 1.000002-source
tag: 1.000003-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.000002'
tag: '1.000003'
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.000002",
"VERSION" => "1.000003",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
6 changes: 5 additions & 1 deletion 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.000002
version 1.000003

SYNOPSIS
cd $PROJECT;
Expand All @@ -19,6 +19,10 @@ SYNOPSIS
<http://kentnl.github.io/Dist-Zilla-App-Command-dumpphases/media/example
_01.png> )

SEE ALSO
* "Dist::Zilla::Plugin::ReportPhase" - Will report what phases are
triggering as they happen.

DESCRIPTION
Working out what Plugins will execute in which order during which phase
can be a little confusing sometimes.
Expand Down
Loading

0 comments on commit 8953f7e

Please sign in to comment.