Skip to content

Commit

Permalink
Build results of 3001a58 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Jul 1, 2015
1 parent fce5dbd commit 598a187
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 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.001003 2015-07-01T04:20:56Z 3001a58

1.001002 2015-07-01T04:05:24Z 66d4baf
[Bugfix]
- Bodge around testers with broken mtime implementations by agressively trying to make files with seperate mtimes and
Expand Down
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"provides" : {
"Dist::Zilla::Role::Bootstrap" : {
"file" : "lib/Dist/Zilla/Role/Bootstrap.pm",
"version" : "1.001002"
"version" : "1.001003"
}
},
"release_status" : "stable",
Expand All @@ -150,7 +150,7 @@
"web" : "https://github.com/kentnl/Dist-Zilla-Role-Bootstrap"
}
},
"version" : "1.001002",
"version" : "1.001003",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -640,7 +640,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
"signed" : 0,
"tag" : "1.001002-source",
"tag" : "1.001003-source",
"tag_format" : "%v-source",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down Expand Up @@ -716,7 +716,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : "releases",
"signed" : 0,
"tag" : "1.001002",
"tag" : "1.001003",
"tag_format" : "%v",
"tag_message" : "v%v",
"time_zone" : "local"
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.001002'
version: '1.001003'
recommends:
Path::Tiny: '0.058'
requires:
Expand All @@ -46,4 +46,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.001002'
version: '1.001003'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ my %WriteMakefileArgs = (
"Moose" => 0,
"Test::More" => "0.89"
},
"VERSION" => "1.001002",
"VERSION" => "1.001003",
"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 @@ -5,7 +5,7 @@ use utf8;

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

our $VERSION = '1.001002';
our $VERSION = '1.001003';

# ABSTRACT: Shared logic for bootstrap things.

Expand Down Expand Up @@ -303,7 +303,7 @@ Dist::Zilla::Role::Bootstrap - Shared logic for bootstrap things.
=head1 VERSION
version 1.001002
version 1.001003
=head1 SYNOPSIS
Expand Down

0 comments on commit 598a187

Please sign in to comment.