X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FTestApp%2FController%2FRoot.pm;h=53d79e2bacbe55924651301f5e3f1e7df5b1cae8;hp=a3978d68c95849291ed40025d211f2dbc9d3b45b;hb=13c6b4cc50b9235536022e4deb470c151d9b7fac;hpb=4fbc0e853c0b29d1f6082909b0cb54595ea32787 diff --git a/t/lib/TestApp/Controller/Root.pm b/t/lib/TestApp/Controller/Root.pm index a3978d6..53d79e2 100644 --- a/t/lib/TestApp/Controller/Root.pm +++ b/t/lib/TestApp/Controller/Root.pm @@ -20,8 +20,4 @@ sub localregex : LocalRegex('^localregex$') { $c->forward('TestApp::View::Dump::Request'); } -sub chain_to_self : Chained('chain_to_self') PathPart('') CaptureArgs(1) { } - -sub chain_recurse_endoint : Chained('chain_to_self') Args(0) { } - 1;