From: Lukas Mai <l.mai@web.de>
Date: Sun, 15 Sep 2013 15:39:48 +0000 (+0200)
Subject: remove redundant semicolon
X-Git-Tag: v1.0301~7
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=35cd137a802eb7c4e3838043d407bf55ee93dfc4;p=p5sagit%2FFunction-Parameters.git

remove redundant semicolon
---

diff --git a/t/foreign/Method-Signatures/larna.t b/t/foreign/Method-Signatures/larna.t
index 0cc8eb3..b6baf64 100644
--- a/t/foreign/Method-Signatures/larna.t
+++ b/t/foreign/Method-Signatures/larna.t
@@ -4,7 +4,7 @@ use warnings FATAL => 'all';
 
 use Test::More;
 
-use Function::Parameters qw(:strict);;
+use Function::Parameters qw(:strict);
 
 {
     my $a;