Fix syntax error from WebGUI::Paths cleanup
This commit is contained in:
parent
6cd1491d47
commit
35351af10d
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue