X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FTestApp%2FController%2FAction%2FChained.pm;h=c3c85fee6c5f643239dca4205859739fb1725d74;hp=0efdcca8cd04ef830bf7fb1d64a4cf3b681d3e6d;hb=2c527b9130ee042eaa8e5996f565c75764d18117;hpb=4e392da63f7488684620b312d3dec54af9a94db6 diff --git a/t/lib/TestApp/Controller/Action/Chained.pm b/t/lib/TestApp/Controller/Action/Chained.pm index 0efdcca..c3c85fe 100644 --- a/t/lib/TestApp/Controller/Action/Chained.pm +++ b/t/lib/TestApp/Controller/Action/Chained.pm @@ -195,6 +195,8 @@ sub view : Chained('/') PathPart('chained') CaptureArgs(1) {} sub star_search : Chained('view') PathPart('search') Args(0) { } sub doc_star : Chained('/') PathPart('chained/doc') Args(1) {} +sub return_arg : Chained('/') PathPart('chained/return_arg') Args(1) {} + sub end :Private { my ($self, $c) = @_; return if $c->stash->{no_end};