Skip to content

Commit

Permalink
Build results of 4330dc6 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Aug 18, 2014
1 parent 3dc3c09 commit dc0e52a
Show file tree
Hide file tree
Showing 11 changed files with 54 additions and 30 deletions.
8 changes: 8 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Release history for Dist-Zilla-Plugin-Author-KENTNL-RecommendFixes

0.002002 2014-08-18T04:36:16Z
[00 Minor]
- add Class::Load to things to derecommend: Module::Runtime is muchly preferred.

[Dependencies::Stats]
- Dependencies changed since 0.002001, see misc/*.deps* for details
- develop: (suggests: ↑1)

0.002001 2014-08-17T18:48:43Z
[Bugfix]
- 'ok' state tracking within a few subs was wrong, @haarg++
Expand Down
20 changes: 10 additions & 10 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"suggests" : {
"Dist::Zilla::App::Command::bakeini" : "0.001002",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "2.018000"
"Dist::Zilla::PluginBundle::Author::KENTNL" : "2.019000"
}
},
"runtime" : {
Expand Down Expand Up @@ -114,7 +114,7 @@
"provides" : {
"Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : {
"file" : "lib/Dist/Zilla/Plugin/Author/KENTNL/RecommendFixes.pm",
"version" : "0.002001"
"version" : "0.002002"
}
},
"release_status" : "stable",
Expand All @@ -129,13 +129,13 @@
"web" : "https://github.com/kentnl/Dist-Zilla-Plugin-Author-KENTNL-RecommendFixes"
}
},
"version" : "0.002001",
"version" : "0.002002",
"x_BuiltWith" : {
"modules" : {
"CPAN::Meta" : "2.142060",
"Data::DPath" : "0.50",
"Dist::Zilla::App::Command::bakeini" : "0.001002",
"Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.002002",
"Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.002003",
"Dist::Zilla::Plugin::Authority" : "1.006",
"Dist::Zilla::Plugin::AutoPrereqs" : "5.020",
"Dist::Zilla::Plugin::BumpVersionAfterRelease" : "0.002",
Expand All @@ -155,7 +155,7 @@
"Dist::Zilla::Plugin::Manifest" : "5.020",
"Dist::Zilla::Plugin::ManifestSkip" : "5.020",
"Dist::Zilla::Plugin::MetaConfig" : "5.020",
"Dist::Zilla::Plugin::MetaData::BuiltWith" : "1.001001",
"Dist::Zilla::Plugin::MetaData::BuiltWith" : "1.002000",
"Dist::Zilla::Plugin::MetaJSON" : "5.020",
"Dist::Zilla::Plugin::MetaProvides::Package" : "2.000004",
"Dist::Zilla::Plugin::MetaTests" : "5.020",
Expand All @@ -179,7 +179,7 @@
"Dist::Zilla::Plugin::TestRelease" : "5.020",
"Dist::Zilla::Plugin::Twitter" : "0.025",
"Dist::Zilla::Plugin::UploadToCPAN" : "5.020",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "2.018000",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "2.019000",
"Dist::Zilla::Role::InstallTool" : "5.020",
"ExtUtils::MakeMaker" : "6.98",
"File::Spec" : "3.48",
Expand Down Expand Up @@ -288,7 +288,7 @@
}
},
"name" : "@Author::KENTNL/MetaData::BuiltWith",
"version" : "1.001001"
"version" : "1.002000"
},
{
"class" : "Dist::Zilla::Plugin::Git::Contributors",
Expand Down Expand Up @@ -563,7 +563,7 @@
{
"class" : "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes",
"name" : "@Author::KENTNL/Author::KENTNL::RecommendFixes",
"version" : "0.002001"
"version" : "0.002002"
},
{
"class" : "Dist::Zilla::Plugin::ReadmeFromPod",
Expand Down Expand Up @@ -650,7 +650,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
"signed" : 0,
"tag" : "0.002001-source",
"tag" : "0.002002-source",
"tag_format" : "%v-source",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down Expand Up @@ -721,7 +721,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : "releases",
"signed" : 0,
"tag" : "0.002001",
"tag" : "0.002002",
"tag_format" : "%v",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down
18 changes: 9 additions & 9 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ name: Dist-Zilla-Plugin-Author-KENTNL-RecommendFixes
provides:
Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes:
file: lib/Dist/Zilla/Plugin/Author/KENTNL/RecommendFixes.pm
version: '0.002001'
version: '0.002002'
requires:
Data::DPath: '0'
Dist::Zilla::Role::InstallTool: '0'
Expand All @@ -38,13 +38,13 @@ resources:
bugtracker: https://github.com/kentnl/Dist-Zilla-Plugin-Author-KENTNL-RecommendFixes/issues
homepage: https://github.com/kentnl/Dist-Zilla-Plugin-Author-KENTNL-RecommendFixes
repository: https://github.com/kentnl/Dist-Zilla-Plugin-Author-KENTNL-RecommendFixes.git
version: '0.002001'
version: '0.002002'
x_BuiltWith:
modules:
CPAN::Meta: '2.142060'
Data::DPath: '0.50'
Dist::Zilla::App::Command::bakeini: '0.001002'
Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes: '0.002002'
Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes: '0.002003'
Dist::Zilla::Plugin::Authority: '1.006'
Dist::Zilla::Plugin::AutoPrereqs: '5.020'
Dist::Zilla::Plugin::BumpVersionAfterRelease: '0.002'
Expand All @@ -64,7 +64,7 @@ x_BuiltWith:
Dist::Zilla::Plugin::Manifest: '5.020'
Dist::Zilla::Plugin::ManifestSkip: '5.020'
Dist::Zilla::Plugin::MetaConfig: '5.020'
Dist::Zilla::Plugin::MetaData::BuiltWith: '1.001001'
Dist::Zilla::Plugin::MetaData::BuiltWith: '1.002000'
Dist::Zilla::Plugin::MetaJSON: '5.020'
Dist::Zilla::Plugin::MetaProvides::Package: '2.000004'
Dist::Zilla::Plugin::MetaTests: '5.020'
Expand All @@ -88,7 +88,7 @@ x_BuiltWith:
Dist::Zilla::Plugin::TestRelease: '5.020'
Dist::Zilla::Plugin::Twitter: '0.025'
Dist::Zilla::Plugin::UploadToCPAN: '5.020'
Dist::Zilla::PluginBundle::Author::KENTNL: '2.018000'
Dist::Zilla::PluginBundle::Author::KENTNL: '2.019000'
Dist::Zilla::Role::InstallTool: '5.020'
ExtUtils::MakeMaker: '6.98'
File::Spec: '3.48'
Expand Down Expand Up @@ -176,7 +176,7 @@ x_Dist_Zilla:
- -i
uname_call: uname
name: '@Author::KENTNL/MetaData::BuiltWith'
version: '1.001001'
version: '1.002000'
-
class: Dist::Zilla::Plugin::Git::Contributors
config:
Expand Down Expand Up @@ -388,7 +388,7 @@ x_Dist_Zilla:
-
class: Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes
name: '@Author::KENTNL/Author::KENTNL::RecommendFixes'
version: '0.002001'
version: '0.002002'
-
class: Dist::Zilla::Plugin::ReadmeFromPod
name: '@Author::KENTNL/ReadmeFromPod'
Expand Down Expand Up @@ -454,7 +454,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: ~
signed: '0'
tag: 0.002001-source
tag: 0.002002-source
tag_format: '%v-source'
tag_message: v%v
time_zone: local
Expand Down Expand Up @@ -508,7 +508,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: releases
signed: '0'
tag: '0.002001'
tag: '0.002002'
tag_format: '%v'
tag_message: v%v
time_zone: local
Expand Down
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 = (
"Test::More" => "0.89",
"lib" => 0
},
"VERSION" => "0.002001",
"VERSION" => "0.002002",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NAME
changes to the dist.

VERSION
version 0.002001
version 0.002002

DESCRIPTION
Nothing interesting to see here.
Expand Down
12 changes: 8 additions & 4 deletions lib/Dist/Zilla/Plugin/Author/KENTNL/RecommendFixes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use utf8;

package Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes;

our $VERSION = '0.002001';
our $VERSION = '0.002002';

# ABSTRACT: Recommend generic changes to the dist.

Expand Down Expand Up @@ -298,8 +298,12 @@ sub dist_ini_meta_ok {

lsub unrecommend => sub {
[
qw( Path::Class Path::Class::File Path::Class::Dir JSON JSON::XS JSON::Any Path::IsDev Path::FindDev ),
qw( File::ShareDir::ProjectDistDir File::Find File::Find::Rule ),
qw( Path::Class Path::Class::File Path::Class::Dir ), # Path::Tiny preferred
qw( JSON JSON::XS JSON::Any ), # JSON::MaybeXS preferred
qw( Path::IsDev Path::FindDev ), # Ugh, this is such a bad idea
qw( File::ShareDir::ProjectDistDir ), # Whhhy
qw( File::Find File::Find::Rule ), # Path::Iterator::Rule is much better
qw( Class::Load ), # Module::Runtime preferred
];
};

Expand Down Expand Up @@ -353,7 +357,7 @@ Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes - Recommend generic changes
=head1 VERSION
version 0.002001
version 0.002002
=head1 DESCRIPTION
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.002001
0.002002

0.002001 2014-08-17T18:48:43Z

0.002000 2014-08-17T09:16:08Z
[Added / test requires]
Expand Down
6 changes: 5 additions & 1 deletion misc/Changes.deps.all
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop)

0.002001
0.002002
[Changed / develop suggests]
- Dist::Zilla::PluginBundle::Author::KENTNL 2.018000 → 2.019000

0.002001 2014-08-17T18:48:43Z

0.002000 2014-08-17T09:16:08Z
[Added / develop requires]
Expand Down
6 changes: 5 additions & 1 deletion misc/Changes.deps.dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL )

0.002001
0.002002
[Changed / develop suggests]
- Dist::Zilla::PluginBundle::Author::KENTNL 2.018000 → 2.019000

0.002001 2014-08-17T18:48:43Z

0.002000 2014-08-17T09:16:08Z
[Added / develop requires]
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.002001
0.002002

0.002001 2014-08-17T18:48:43Z

0.002000 2014-08-17T09:16:08Z

Expand Down
2 changes: 1 addition & 1 deletion t/00-report-prereqs.dd
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ do { my $x = {
},
'suggests' => {
'Dist::Zilla::App::Command::bakeini' => '0.001002',
'Dist::Zilla::PluginBundle::Author::KENTNL' => '2.018000'
'Dist::Zilla::PluginBundle::Author::KENTNL' => '2.019000'
}
},
'runtime' => {
Expand Down

0 comments on commit dc0e52a

Please sign in to comment.