about summary refs log tree commit
diff options
context:
space:
mode:
-rw-r--r--t/critic.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/critic.t b/t/critic.t
index 5fe75e1..123dbab 100644
--- a/t/critic.t
+++ b/t/critic.t
@@ -29,7 +29,7 @@ use Test::More;
 MAIN: {
     my $ok = eval {
         require Test::Perl::Critic;
-        Test::Perl::Critic->import();
+        Test::Perl::Critic->import(-profile => '');
         1;
     };