Skip to content

Commit

Permalink
rename label
Browse files Browse the repository at this point in the history
  • Loading branch information
doherty committed Nov 13, 2010
1 parent 75705aa commit 2db1777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/PluginBundle/TestingMania.pm
Expand Up @@ -176,8 +176,8 @@ sub configure {
my @include = ();

my @skip = $self->payload->{skip} ? split(/, ?/, $self->payload->{skip}) : ();
REMOVE: foreach my $plugin (keys %plugins) {
next REMOVE if ( # Skip...
SKIP: foreach my $plugin (keys %plugins) {
next SKIP if ( # Skip...
$plugin ~~ @skip or # plugins they asked to skip
$plugin ~~ @include or # plugins we already included
!$plugins{$plugin} # plugins in the list, but which we don't want to add
Expand Down

0 comments on commit 2db1777

Please sign in to comment.