[Catalyst-commits] r8412 - Catalyst-Runtime/5.80/trunk/t
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Fri Sep 12 15:33:31 BST 2008
Author: rafl
Date: 2008-09-12 15:33:31 +0100 (Fri, 12 Sep 2008)
New Revision: 8412
Modified:
Catalyst-Runtime/5.80/trunk/t/unit_core_component_mro.t
Log:
Whitespace change to make vims syntax highlighting happy.
Modified: Catalyst-Runtime/5.80/trunk/t/unit_core_component_mro.t
===================================================================
--- Catalyst-Runtime/5.80/trunk/t/unit_core_component_mro.t 2008-09-11 21:31:02 UTC (rev 8411)
+++ Catalyst-Runtime/5.80/trunk/t/unit_core_component_mro.t 2008-09-12 14:33:31 UTC (rev 8412)
@@ -6,7 +6,7 @@
package MyApp::Component;
use Test::More;
- sub COMPONENT{
+ sub COMPONENT {
my $caller = caller;
is($caller, 'Catalyst::Component', 'Correct method resolution');
}
More information about the Catalyst-commits
mailing list