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