X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FDispatchType%2FChained.pm;h=3654a1188d4e17493fa8221fb1a63f4406be7359;hp=8446173fd7cbb71fcd66ca1beb3f557a202d29a3;hb=13311c16a8aebc88a393baed64f3344e4c9a4229;hpb=48d435ba6a0925260fd58c8c18ff425e99708eae diff --git a/lib/Catalyst/DispatchType/Chained.pm b/lib/Catalyst/DispatchType/Chained.pm index 8446173..3654a11 100644 --- a/lib/Catalyst/DispatchType/Chained.pm +++ b/lib/Catalyst/DispatchType/Chained.pm @@ -235,10 +235,7 @@ sub recurse_match { local $c->req->{arguments} = [ @{$c->req->args}, @parts ]; next TRY_ACTION unless $action->match($c); } - - # Default args is blank, not 0, since Args() my $args_attr = $action->attributes->{Args}->[0]; - $args_attr = '' unless defined $args_attr; # No best action currently # OR This one matches with fewer parts left than the current best action,