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=d1ac624a5b6cfd66a88e7a5d6df52801e0466e82;hp=1a3fd5660bf5abb938805436879392070a73356c;hb=cedb28e88e0c62feee5d99ea4f2ed1813a858f5e;hpb=e70f8269a3f59927759c8b38c18ab38ad38eb140 diff --git a/lib/Catalyst/DispatchType/Chained.pm b/lib/Catalyst/DispatchType/Chained.pm index 1a3fd56..d1ac624 100644 --- a/lib/Catalyst/DispatchType/Chained.pm +++ b/lib/Catalyst/DispatchType/Chained.pm @@ -341,7 +341,7 @@ sub register { $args = Data::Dumper::Dumper($args); Catalyst::Exception->throw( "Invalid Args($args) for action " . $action->reverse() . - " (use 'Args' or 'Args()'" + " (use 'Args' or 'Args()')" ); } }