remove redundant semicolon
Lukas Mai [Sun, 15 Sep 2013 15:39:48 +0000 (17:39 +0200)]
t/foreign/Method-Signatures/larna.t

index 0cc8eb3..b6baf64 100644 (file)
@@ -4,7 +4,7 @@ use warnings FATAL => 'all';
 
 use Test::More;
 
-use Function::Parameters qw(:strict);;
+use Function::Parameters qw(:strict);
 
 {
     my $a;