[Catalyst-commits] r13118 - Catalyst-Runtime/5.80/branches/refactoring_dispatcher/t/lib/TestApp/Controller/Action

jnapiorkowski at dev.catalyst.perl.org jnapiorkowski at dev.catalyst.perl.org
Thu Apr 1 14:03:24 GMT 2010


Author: jnapiorkowski
Date: 2010-04-01 15:03:24 +0100 (Thu, 01 Apr 2010)
New Revision: 13118

Modified:
   Catalyst-Runtime/5.80/branches/refactoring_dispatcher/t/lib/TestApp/Controller/Action/ChainedMatchArgs.pm
Log:
removed tabs from test cases

Modified: Catalyst-Runtime/5.80/branches/refactoring_dispatcher/t/lib/TestApp/Controller/Action/ChainedMatchArgs.pm
===================================================================
--- Catalyst-Runtime/5.80/branches/refactoring_dispatcher/t/lib/TestApp/Controller/Action/ChainedMatchArgs.pm	2010-04-01 13:33:35 UTC (rev 13117)
+++ Catalyst-Runtime/5.80/branches/refactoring_dispatcher/t/lib/TestApp/Controller/Action/ChainedMatchArgs.pm	2010-04-01 14:03:24 UTC (rev 13118)
@@ -20,7 +20,7 @@
 }
 
 sub partway1
-	:ActionClass('+TestApp::Action::MatchCapturesRegexp')
+    :ActionClass('+TestApp::Action::MatchCapturesRegexp')
     :PathPart('partway') 
     :Chained('foo')
     :MatchCapturesRegexp('\dx\d')
@@ -30,7 +30,7 @@
     }
 
 sub endpointx
-	:ActionClass('+TestApp::Action::MatchCapturesRegexp')
+    :ActionClass('+TestApp::Action::MatchCapturesRegexp')
     :PathPart('end') 
     :Chained('partway1')
     :MatchCapturesRegexp('\d')
@@ -40,7 +40,7 @@
     }
 
 sub endpoint1
-	:ActionClass('+TestApp::Action::MatchCapturesRegexp')
+    :ActionClass('+TestApp::Action::MatchCapturesRegexp')
     :PathPart('end') 
     :Chained('foo')
     :MatchCapturesRegexp('\d')
@@ -50,7 +50,7 @@
     }
 
 sub endpoint2
-	:ActionClass('+TestApp::Action::MatchCapturesRegexp')
+    :ActionClass('+TestApp::Action::MatchCapturesRegexp')
     :PathPart('end') 
     :Chained('foo')
     :MatchCapturesRegexp('\d\d')
@@ -60,7 +60,7 @@
     }
 
 sub endpoint3
-	:ActionClass('+TestApp::Action::MatchCapturesRegexp')
+    :ActionClass('+TestApp::Action::MatchCapturesRegexp')
     :PathPart('end') 
     :Chained('foo')
     :MatchCapturesRegexp('\d,"\d\d"')




More information about the Catalyst-commits mailing list