Skip to content

Commit

Permalink
Adding new endpoint data to perl-critic.t
Browse files Browse the repository at this point in the history
  • Loading branch information
Talina06 committed Jul 4, 2014
1 parent 7d60485 commit b48a7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/perl-critic.t
Expand Up @@ -4,7 +4,7 @@ use warnings;
use Test::More;
use Test::Perl::Critic;

my @files = ('lib/MetaCPAN/Sitemap.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 b48a7b8

Please sign in to comment.