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%2FBar.pm;h=1835d503f1139613a291cd543e278a356beaebfe;hp=88f6de6b2f3ff91341438632af018d6cb403bc85;hb=1c34f703cbd82cddceea95593001a579e1d5f646;hpb=d666af81cece84d49c57bb91949641937ad57091 diff --git a/t/lib/TestApp/Controller/Action/Chained/Bar.pm b/t/lib/TestApp/Controller/Action/Chained/Bar.pm index 88f6de6..1835d50 100644 --- a/t/lib/TestApp/Controller/Action/Chained/Bar.pm +++ b/t/lib/TestApp/Controller/Action/Chained/Bar.pm @@ -9,6 +9,6 @@ use base qw/Catalyst::Controller/; # Redispatching between controllers that are not in a parent/child # relation. This is the root. # -sub cross1 :PathPart('chained/cross') :Captures(1) :Chained('/') { } +sub cross1 :PathPart('chained/cross') :CaptureArgs(1) :Chained('/') { } 1;