Skip to content

Commit

Permalink
Build results of 02b714f (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 3, 2017
1 parent 07d23cc commit 39e58b1
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 15 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-RemovePrereqs-Provided

0.001002 2017-03-03T10:17:48Z 02b714f

0.001001 2017-03-03T10:10:22Z 5d8b972
[Bugfix]
- Avoid test failures on 5.26 w/ -Ddefault_inc_excludes_dot
Expand Down
10 changes: 5 additions & 5 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"provides" : {
"Dist::Zilla::Plugin::RemovePrereqs::Provided" : {
"file" : "lib/Dist/Zilla/Plugin/RemovePrereqs/Provided.pm",
"version" : "0.001001"
"version" : "0.001002"
}
},
"release_status" : "stable",
Expand All @@ -146,7 +146,7 @@
"web" : "https://github.com/kentnl/Dist-Zilla-Plugin-RemovePrereqs-Provided"
}
},
"version" : "0.001001",
"version" : "0.001002",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -664,7 +664,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 @@ -758,7 +758,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.001001",
"tag" : "0.001002",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -827,7 +827,7 @@
{
"class" : "Dist::Zilla::Plugin::RemovePrereqs::Provided",
"name" : "@Author::KENTNL/RemovePrereqs::Provided",
"version" : "0.001001"
"version" : "0.001002"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
Expand Down
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ name: Dist-Zilla-Plugin-RemovePrereqs-Provided
provides:
Dist::Zilla::Plugin::RemovePrereqs::Provided:
file: lib/Dist/Zilla/Plugin/RemovePrereqs/Provided.pm
version: '0.001001'
version: '0.001002'
recommends:
Moose: '2.000'
requires:
Expand All @@ -39,4 +39,4 @@ resources:
bugtracker: https://github.com/kentnl/Dist-Zilla-Plugin-RemovePrereqs-Provided/issues
homepage: https://github.com/kentnl/Dist-Zilla-Plugin-RemovePrereqs-Provided
repository: https://github.com/kentnl/Dist-Zilla-Plugin-RemovePrereqs-Provided.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 @@ -33,7 +33,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/RemovePrereqs/Provided.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Dist::Zilla::Plugin::RemovePrereqs::Provided;

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

# ABSTRACT: Remove prerequisites that are already provided.

Expand Down Expand Up @@ -83,7 +83,7 @@ Dist::Zilla::Plugin::RemovePrereqs::Provided - Remove prerequisites that are alr
=head1 VERSION
version 0.001001
version 0.001002
=head1 DESCRIPTION
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test)

0.001001
0.001002

0.001001 2017-03-03T10:10:22Z
[Changed / test requires]
- Test::More 0.89 → 0
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-03T10:10:22Z
[Added / develop requires]
- Dist::Zilla::Plugin::MetaYAML::Minimal
- Dist::Zilla::Plugin::RemovePrereqs::Provided
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-03T10:10:22Z
[Added / develop requires]
- Dist::Zilla::Plugin::MetaYAML::Minimal
- Dist::Zilla::Plugin::RemovePrereqs::Provided
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.opt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test)

0.001001
0.001002

0.001001 2017-03-03T10:10:22Z
2 changes: 1 addition & 1 deletion misc/built_with.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Dist::Zilla::Plugin::Prereqs::Upgrade" : "0.001001",
"Dist::Zilla::Plugin::Readme::Brief" : "0.003001",
"Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.163250",
"Dist::Zilla::Plugin::RemovePrereqs::Provided" : "0.001001",
"Dist::Zilla::Plugin::RemovePrereqs::Provided" : "0.001002",
"Dist::Zilla::Plugin::RewriteVersion::Sanitized" : "0.001006",
"Dist::Zilla::Plugin::RunExtraTests" : "0.029",
"Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.012",
Expand Down

0 comments on commit 39e58b1

Please sign in to comment.