Skip to content

Commit

Permalink
Stop recommending ConfigDumper and instead, recommend its removal
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Sep 10, 2016
1 parent 5334677 commit 56ba202
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Release history for Dist-Zilla-Plugin-Author-KENTNL-RecommendFixes

{{$NEXT}}
[Checks]
- Derecommend use of ConfigDumper, it was a nice idea, but the dependency and test complexity I can do without.

[Dependencies::Stats]
- Dependencies changed since 0.005001, see misc/*.deps* for details
- develop: +2 ↑1 (suggests: ↑1)
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/Author/KENTNL/RecommendFixes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ sub dzil_plugin_check {
my (@plugins) = grep { $_->stringify =~ /\Alib\/Dist\/Zilla\/Plugin\//msx } @{ $self->libfiles };
return unless @plugins;
for my $plugin (@plugins) {
$assert->should( have_line => $plugin, _plugin_re('Dist+Zilla+Util+ConfigDumper') );
$assert->should_not( have_line => $plugin, _plugin_re('Dist+Zilla+Util+ConfigDumper') );
}
return unless $self->tdir;
return unless @{ $self->tfiles };
Expand Down

0 comments on commit 56ba202

Please sign in to comment.