Skip to content

Commit

Permalink
Build results of c802df2 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 3, 2017
1 parent 613c319 commit dced179
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-Role-Bootstrap

1.001005 2017-03-03T07:16:59Z c802df2

1.001004 2017-03-03T07:00:55Z 934c2a5
[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 @@ -137,7 +137,7 @@
"provides" : {
"Dist::Zilla::Role::Bootstrap" : {
"file" : "lib/Dist/Zilla/Role/Bootstrap.pm",
"version" : "1.001004"
"version" : "1.001005"
}
},
"release_status" : "stable",
Expand All @@ -152,7 +152,7 @@
"web" : "https://github.com/kentnl/Dist-Zilla-Role-Bootstrap"
}
},
"version" : "1.001004",
"version" : "1.001005",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -692,7 +692,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "1.001004-source",
"tag" : "1.001005-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -786,7 +786,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "1.001004",
"tag" : "1.001005",
"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 @@ -27,7 +27,7 @@ name: Dist-Zilla-Role-Bootstrap
provides:
Dist::Zilla::Role::Bootstrap:
file: lib/Dist/Zilla/Role/Bootstrap.pm
version: '1.001004'
version: '1.001005'
recommends:
Path::Tiny: '0.058'
requires:
Expand All @@ -45,4 +45,4 @@ resources:
bugtracker: https://github.com/kentnl/Dist-Zilla-Role-Bootstrap/issues
homepage: https://github.com/kentnl/Dist-Zilla-Role-Bootstrap
repository: https://github.com/kentnl/Dist-Zilla-Role-Bootstrap.git
version: '1.001004'
version: '1.001005'
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 = (
"Moose" => 0,
"Test::More" => 0
},
"VERSION" => "1.001004",
"VERSION" => "1.001005",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Role/Bootstrap.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Dist::Zilla::Role::Bootstrap;

our $VERSION = '1.001004';
our $VERSION = '1.001005';

# ABSTRACT: Shared logic for bootstrap things.

Expand Down Expand Up @@ -239,7 +239,7 @@ Dist::Zilla::Role::Bootstrap - Shared logic for bootstrap things.
=head1 VERSION
version 1.001004
version 1.001005
=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)

1.001004
1.001005

1.001004 2017-03-03T07:00:55Z
[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)

1.001004
1.001005

1.001004 2017-03-03T07:00:55Z
[Added / develop requires]
- Test::MinimumVersion

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.001004
1.001005

1.001004 2017-03-03T07:00:55Z
[Added / develop requires]
- Test::MinimumVersion

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.001004
1.001005

1.001004 2017-03-03T07:00:55Z

1.001003 2016-04-29T22:50:28Z

Expand Down

0 comments on commit dced179

Please sign in to comment.