Skip to content

Commit

Permalink
Build results of 201ef8e (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 9, 2017
1 parent 9d45dd2 commit 78f33be
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 17 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-Plugin-if-ENV

0.001002 2017-03-09T07:53:55Z 201ef8e

0.001001 2017-03-09T07:52:40Z 71060a2
- Bugfix: Avoid test failures with -Ddefault_inc_excludes_dot
- Remove use of ConfigDumper util
Expand Down
10 changes: 5 additions & 5 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@
"provides" : {
"Dist::Zilla::Plugin::if::ENV" : {
"file" : "lib/Dist/Zilla/Plugin/if/ENV.pm",
"version" : "0.001001"
"version" : "0.001002"
},
"Dist::Zilla::Plugin::if::not::ENV" : {
"file" : "lib/Dist/Zilla/Plugin/if/not/ENV.pm",
"version" : "0.001001"
"version" : "0.001002"
}
},
"release_status" : "stable",
Expand All @@ -144,7 +144,7 @@
"web" : "https://github.com/kentnl/Dist-Zilla-Plugin-if-ENV"
}
},
"version" : "0.001001",
"version" : "0.001002",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -649,7 +649,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.001001-source",
"tag" : "0.001002-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -743,7 +743,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.001001",
"tag" : "0.001002",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down
6 changes: 3 additions & 3 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ name: Dist-Zilla-Plugin-if-ENV
provides:
Dist::Zilla::Plugin::if::ENV:
file: lib/Dist/Zilla/Plugin/if/ENV.pm
version: '0.001001'
version: '0.001002'
Dist::Zilla::Plugin::if::not::ENV:
file: lib/Dist/Zilla/Plugin/if/not/ENV.pm
version: '0.001001'
version: '0.001002'
recommends:
Moose: '2.000'
requires:
Expand All @@ -38,4 +38,4 @@ resources:
bugtracker: https://github.com/kentnl/Dist-Zilla-Plugin-if-ENV/issues
homepage: https://github.com/kentnl/Dist-Zilla-Plugin-if-ENV
repository: https://github.com/kentnl/Dist-Zilla-Plugin-if-ENV.git
version: '0.001001'
version: '0.001002'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ my %WriteMakefileArgs = (
"Test::DZil" => 0,
"Test::More" => 0
},
"VERSION" => "0.001001",
"VERSION" => "0.001002",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Plugin/if/ENV.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Dist::Zilla::Plugin::if::ENV;

our $VERSION = '0.001001';
our $VERSION = '0.001002';

# ABSTRACT: Load a plugin when an ENV key is true.

Expand Down Expand Up @@ -54,7 +54,7 @@ Dist::Zilla::Plugin::if::ENV - Load a plugin when an ENV key is true.
=head1 VERSION
version 0.001001
version 0.001002
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Plugin/if/not/ENV.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Dist::Zilla::Plugin::if::not::ENV;

our $VERSION = '0.001001';
our $VERSION = '0.001002';

# ABSTRACT: Load a plugin when an ENV key is NOT true.

Expand Down Expand Up @@ -53,7 +53,7 @@ Dist::Zilla::Plugin::if::not::ENV - Load a plugin when an ENV key is NOT true.
=head1 VERSION
version 0.001001
version 0.001002
=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.001001
0.001002

0.001001 2017-03-09T07:52:40Z
[Added / configure requires]
- perl 5.006

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.001001
0.001002

0.001001 2017-03-09T07:52:40Z
[Added / configure requires]
- perl 5.006

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.001001
0.001002

0.001001 2017-03-09T07:52:40Z
[Added / develop recommends]
- Test::More 0.99

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.001001
0.001002

0.001001 2017-03-09T07:52:40Z
[Added / runtime recommends]
- Moose 2.000

Expand Down

0 comments on commit 78f33be

Please sign in to comment.