[Bast-commits] r4936 - Devel-Declare/1.000/trunk/t
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Sun Oct 19 05:30:18 BST 2008
Author: rafl
Date: 2008-10-19 05:30:18 +0100 (Sun, 19 Oct 2008)
New Revision: 4936
Modified:
Devel-Declare/1.000/trunk/t/method.t
Log:
Revert "Test multiline signatures where the closing parent has a smaller offset than the opening one."
This reverts commit aafff9cd2deac1c87315f9289b1bac210f71b16a.
Modified: Devel-Declare/1.000/trunk/t/method.t
===================================================================
--- Devel-Declare/1.000/trunk/t/method.t 2008-10-18 13:40:29 UTC (rev 4935)
+++ Devel-Declare/1.000/trunk/t/method.t 2008-10-19 04:30:18 UTC (rev 4936)
@@ -122,9 +122,7 @@
return bless({ @_ }, $class);
};
- method foo (
- $foo
- ) {
+ method foo ($foo) {
return (ref $self).': Foo: '.$foo;
};
More information about the Bast-commits
mailing list