Skip to content

Commit

Permalink
Build results of b0fc3d2 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 3, 2017
1 parent 647559d commit ea49a05
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 13 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Release history for Dist-Zilla-Util-CurrentCmd

0.002004 2017-03-03T11:38:54Z b0fc3d2

0.002003 2017-03-03T10:43:24Z 7164a42
[Bugfix]
- Avoid test failures on 5.26 w/ -Ddefault_inc_excludes_dot
Expand Down
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"provides" : {
"Dist::Zilla::Util::CurrentCmd" : {
"file" : "lib/Dist/Zilla/Util/CurrentCmd.pm",
"version" : "0.002003"
"version" : "0.002004"
}
},
"release_status" : "stable",
Expand All @@ -139,7 +139,7 @@
"web" : "https://github.com/kentnl/Dist-Zilla-Util-CurrentCmd"
}
},
"version" : "0.002003",
"version" : "0.002004",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -648,7 +648,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.002003-source",
"tag" : "0.002004-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -742,7 +742,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.002003",
"tag" : "0.002004",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ name: Dist-Zilla-Util-CurrentCmd
provides:
Dist::Zilla::Util::CurrentCmd:
file: lib/Dist/Zilla/Util/CurrentCmd.pm
version: '0.002003'
version: '0.002004'
recommends:
Moose: '2.000'
requires:
Expand All @@ -34,4 +34,4 @@ resources:
bugtracker: https://github.com/kentnl/Dist-Zilla-Util-CurrentCmd/issues
homepage: https://github.com/kentnl/Dist-Zilla-Util-CurrentCmd
repository: https://github.com/kentnl/Dist-Zilla-Util-CurrentCmd.git
version: '0.002003'
version: '0.002004'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ my %WriteMakefileArgs = (
"Moose" => "2.1205",
"Test::More" => 0
},
"VERSION" => "0.002003",
"VERSION" => "0.002004",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Util/CurrentCmd.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Dist::Zilla::Util::CurrentCmd;

our $VERSION = '0.002003';
our $VERSION = '0.002004';

# ABSTRACT: Attempt to determine the current command Dist::Zilla is running under.

Expand Down Expand Up @@ -100,7 +100,7 @@ Dist::Zilla::Util::CurrentCmd - Attempt to determine the current command Dist::Z
=head1 VERSION
version 0.002003
version 0.002004
=head1 SYNOPSIS
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.002003
0.002004

0.002003 2017-03-03T10:43:24Z
[Changed / test requires]
- Test::More 0.89 → 0

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.002003
0.002004

0.002003 2017-03-03T10:43:24Z
[Added / develop requires]
- Dist::Zilla::Plugin::Author::KENTNL::TravisCI 0.001002
- Dist::Zilla::Plugin::MetaYAML::Minimal
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.002003
0.002004

0.002003 2017-03-03T10:43:24Z
[Added / develop requires]
- Dist::Zilla::Plugin::Author::KENTNL::TravisCI 0.001002
- Dist::Zilla::Plugin::MetaYAML::Minimal
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.002003
0.002004

0.002003 2017-03-03T10:43:24Z
[Added / runtime recommends]
- Moose 2.000

Expand Down

0 comments on commit ea49a05

Please sign in to comment.