Skip to content

Commit

Permalink
Fix syntax error from WebGUI::Paths cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Sep 23, 2010
1 parent 6cd1491 commit 35351af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/i18n/critic_labels.t
Expand Up @@ -31,5 +31,6 @@ if ($@) {
# Init
my $session = WebGUI::Test->session;

my $label_profile = Path::Class->dir(WebGUI::Test->lib)->parent->subdir('t')->subdir('i18n')->file('perlcritic');
Test::Perl::Critic->import(-profile => $label_profile->stringify);
all_critic_ok(WebGUI::Test->lib);

0 comments on commit 35351af

Please sign in to comment.