Skip to content

Commit

Permalink
CodeLayout::RequireTrailingCommaAtNewline
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Aug 2, 2014
1 parent bbc9a9f commit 4cbc642
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ sub for_each_dependency {
type => $type,
package => $package,
requirement => $requirements->{$package},
}
},
);
}
}
Expand Down Expand Up @@ -167,7 +167,7 @@ sub register_prereqs {
zilla => $self->zilla,
with => [qw( -PrereqSource )],
skip_isa => [ __PACKAGE__, qw( -MetaData::BuiltWith ) ],
}
},
);

$self->for_each_dependency(
Expand All @@ -181,7 +181,7 @@ sub register_prereqs {
{ phase => $args->{phase}, type => $args->{type} },
$package, $self->current_version_of($package),
);
}
},
);
return;
}
Expand Down

0 comments on commit 4cbc642

Please sign in to comment.