remove redundant '; 1' after require
[p5sagit/Function-Parameters.git] / t / info.t
index 57e2696..b708be5 100644 (file)
--- a/t/info.t
+++ b/t/info.t
@@ -3,7 +3,7 @@ use warnings FATAL => 'all';
 use strict;
 
 use Test::More
-       eval { require Moo; 1 }
+       eval { require Moo }
        ? (tests => 122)
        : (skip_all => "Moo required for testing parameter introspection")
 ;