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;fp=lib%2FCatalyst%2FDispatchType%2FChained.pm;h=615f5aa8ff4dbe1f5137cb4b42ebc2d1abb19ea5;hp=504c7178e388844dd7b4bebc425926bfafb86b23;hb=bc71493a916595310ac3a3b2edd335140dcfe02d;hpb=2e29aec2a437208ba0e76d4ee469fd06686abf12 diff --git a/lib/Catalyst/DispatchType/Chained.pm b/lib/Catalyst/DispatchType/Chained.pm index 504c717..615f5aa 100644 --- a/lib/Catalyst/DispatchType/Chained.pm +++ b/lib/Catalyst/DispatchType/Chained.pm @@ -361,7 +361,8 @@ sub register { if (exists $action->attributes->{Args} and exists $action->attributes->{CaptureArgs}) { Catalyst::Exception->throw( - "Combining Args and CaptureArgs not allowed registering " . $action->reverse() + "Combining Args and CaptureArgs attributes not supported registering " . + $action->reverse() ); }