Skip to content

Commit

Permalink
Build results of beb4720 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Sep 27, 2014
1 parent b55da7b commit da96fd1
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 21 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Release history for Dist-Zilla-Plugin-Author-KENTNL-RecommendFixes

0.003006 2014-09-27T07:03:04Z
[Checks]
- Make sure weaver_ini_ok runs
- Double-check that -Encoding is not specified.

0.003005 2014-09-25T16:09:00Z
[Dependencies::Stats]
- Dependencies changed since 0.003004, see misc/*.deps* for details
Expand Down
12 changes: 6 additions & 6 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"provides" : {
"Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : {
"file" : "lib/Dist/Zilla/Plugin/Author/KENTNL/RecommendFixes.pm",
"version" : "0.003005"
"version" : "0.003006"
}
},
"release_status" : "stable",
Expand All @@ -130,14 +130,14 @@
"web" : "https://github.com/kentnl/Dist-Zilla-Plugin-Author-KENTNL-RecommendFixes"
}
},
"version" : "0.003005",
"version" : "0.003006",
"x_BuiltWith" : {
"modules" : {
"CPAN::Meta" : "2.142060",
"Carp" : "1.34",
"Data::DPath" : "0.50",
"Dist::Zilla::App::Command::bakeini" : "0.001002",
"Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.003006",
"Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes" : "0.003007",
"Dist::Zilla::Plugin::Authority" : "1.006",
"Dist::Zilla::Plugin::AutoPrereqs" : "5.020",
"Dist::Zilla::Plugin::BumpVersionAfterRelease" : "0.002",
Expand Down Expand Up @@ -568,7 +568,7 @@
{
"class" : "Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes",
"name" : "@Author::KENTNL/Author::KENTNL::RecommendFixes",
"version" : "0.003005"
"version" : "0.003006"
},
{
"class" : "Dist::Zilla::Plugin::ReadmeFromPod",
Expand Down Expand Up @@ -655,7 +655,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
"signed" : 0,
"tag" : "0.003005-source",
"tag" : "0.003006-source",
"tag_format" : "%v-source",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down Expand Up @@ -726,7 +726,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : "releases",
"signed" : 0,
"tag" : "0.003005",
"tag" : "0.003006",
"tag_format" : "%v",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down
12 changes: 6 additions & 6 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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.003005'
version: '0.003006'
requires:
Carp: '0'
Data::DPath: '0'
Expand All @@ -39,14 +39,14 @@ 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.003005'
version: '0.003006'
x_BuiltWith:
modules:
CPAN::Meta: '2.142060'
Carp: '1.34'
Data::DPath: '0.50'
Dist::Zilla::App::Command::bakeini: '0.001002'
Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes: '0.003006'
Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes: '0.003007'
Dist::Zilla::Plugin::Authority: '1.006'
Dist::Zilla::Plugin::AutoPrereqs: '5.020'
Dist::Zilla::Plugin::BumpVersionAfterRelease: '0.002'
Expand Down Expand Up @@ -393,7 +393,7 @@ x_Dist_Zilla:
-
class: Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes
name: '@Author::KENTNL/Author::KENTNL::RecommendFixes'
version: '0.003005'
version: '0.003006'
-
class: Dist::Zilla::Plugin::ReadmeFromPod
name: '@Author::KENTNL/ReadmeFromPod'
Expand Down Expand Up @@ -459,7 +459,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: ~
signed: '0'
tag: 0.003005-source
tag: 0.003006-source
tag_format: '%v-source'
tag_message: v%v
time_zone: local
Expand Down Expand Up @@ -513,7 +513,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::Git::Tag:
branch: releases
signed: '0'
tag: '0.003005'
tag: '0.003006'
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 @@ -40,7 +40,7 @@ my %WriteMakefileArgs = (
"Test::DZil" => 0,
"Test::More" => "0.89"
},
"VERSION" => "0.003005",
"VERSION" => "0.003006",
"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.003005
version 0.003006

DESCRIPTION
Nothing interesting to see here.
Expand Down
12 changes: 9 additions & 3 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.003005';
our $VERSION = '0.003006';

# ABSTRACT: Recommend generic changes to the dist.

Expand Down Expand Up @@ -335,7 +335,12 @@ sub dist_ini_ok {
sub weaver_ini_ok {
my ($self) = @_;
return unless my $weave = $self->weaver_ini;
return $self->_pc->should( have_line => $weave, qr/-SingleEncoding/, );
my $assert = $self->_pc;

my $ok = 1;
undef $ok unless $assert->should( have_line => $weave, qr/-SingleEncoding/, );
undef $ok unless $assert->should_not( have_line => $weave, qr/-Encoding/, );
return $ok;
}

sub dist_ini_meta_ok {
Expand Down Expand Up @@ -449,6 +454,7 @@ sub setup_installer {
$self->avoid_old_modules;
$self->mailmap_check;
$self->dzil_plugin_check;
$self->weaver_ini_ok;
return;
}

Expand Down Expand Up @@ -553,7 +559,7 @@ Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes - Recommend generic changes
=head1 VERSION
version 0.003005
version 0.003006
=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.003005
0.003006

0.003005 2014-09-25T16:09:00Z

0.003004 2014-09-22T19:06:39Z
[Added / runtime requires]
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.003005
0.003006

0.003005 2014-09-25T16:09:00Z
[Changed / develop suggests]
- Dist::Zilla::PluginBundle::Author::KENTNL 2.020001 → 2.020003

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.003005
0.003006

0.003005 2014-09-25T16:09:00Z
[Changed / develop suggests]
- Dist::Zilla::PluginBundle::Author::KENTNL 2.020001 → 2.020003

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.003005
0.003006

0.003005 2014-09-25T16:09:00Z

0.003004 2014-09-22T19:06:39Z

Expand Down

0 comments on commit da96fd1

Please sign in to comment.