Index: t/codingstd/perlcritic.t
===================================================================
--- t/codingstd/perlcritic.t	(revision 15026)
+++ t/codingstd/perlcritic.t	(working copy)
@@ -13,7 +13,7 @@
 use Test::More;
 
 BEGIN {
-    eval { use Test::Perl::Critic (-verbose => 7); };
+    eval "use Test::Perl::Critic (-verbose => 7);";
     if ($@) {
         plan skip_all => 'Test::Perl::Critic not installed';
     }
