Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tidyall
  • Loading branch information
Talina06 committed Jul 4, 2014
1 parent b48a7b8 commit 8dce8b3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion t/perl-critic.t
Expand Up @@ -4,7 +4,11 @@ use warnings;
use Test::More;
use Test::Perl::Critic;

my @files = ('lib/MetaCPAN/Sitemap.pm','lib/MetaCPAN/Web/Controller/Account/Stargazer.pm','lib/MetaCPAN/Web/Model/API/Stargazer.pm');
my @files = (
'lib/MetaCPAN/Sitemap.pm',
'lib/MetaCPAN/Web/Controller/Account/Stargazer.pm',
'lib/MetaCPAN/Web/Model/API/Stargazer.pm'
);

foreach my $file (@files) {
critic_ok( $file, $file );
Expand Down

0 comments on commit 8dce8b3

Please sign in to comment.