Skip to content

Commit

Permalink
silence Perl::Critic
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Mar 9, 2009
1 parent 6f06714 commit a69877c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Test/API.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ our @EXPORT = qw/public_ok import_ok/;

#--------------------------------------------------------------------------#

sub import_ok ($;@) {
sub import_ok ($;@) { ## no critic
my $package = shift;
my %spec = @_;
for my $key ( qw/export export_ok/ ) {
Expand Down

0 comments on commit a69877c

Please sign in to comment.