Fix syntax error from WebGUI::Paths cleanup

This commit is contained in:
Colin Kuskie 2010-09-22 21:31:09 -07:00
parent 6cd1491d47
commit 35351af10d

View file

@ -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);