projects
/
p5sagit/Function-Parameters.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6865b43
)
remove redundant semicolon
Lukas Mai [Sun, 15 Sep 2013 15:39:48 +0000 (17:39 +0200)]
t/foreign/Method-Signatures/larna.t
patch
|
blob
|
blame
|
history
diff --git
a/t/foreign/Method-Signatures/larna.t
b/t/foreign/Method-Signatures/larna.t
index
0cc8eb3
..
b6baf64
100644
(file)
--- 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;