projects
/
p5sagit/Devel-Declare.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
001d53d
)
Test multiline signatures where the closing parent has a smaller offset than the...
Florian Ragwitz [Sat, 18 Oct 2008 11:49:59 +0000 (11:49 +0000)]
t/method.t
patch
|
blob
|
blame
|
history
diff --git
a/t/method.t
b/t/method.t
index
9833e30
..
4e92af6
100644
(file)
--- a/
t/method.t
+++ b/
t/method.t
@@
-122,7
+122,9
@@
my ($test_method1, $test_method2, @test_list);
return bless({ @_ }, $class);
};
- method foo ($foo) {
+ method foo (
+ $foo
+ ) {
return (ref $self).': Foo: '.$foo;
};