X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fbad_warnings.t;h=b7bc17d63459f883967b17debf372c6bb6b9638e;hp=e255a5c0d38a6fca7b43b12866289d722849d23e;hb=88e5a8b0c4d28e46b8ba6b6b9567063e57af9063;hpb=9868e0a0023cc8b598d60f150ea367e0056a65f3 diff --git a/t/bad_warnings.t b/t/bad_warnings.t index e255a5c..b7bc17d 100644 --- a/t/bad_warnings.t +++ b/t/bad_warnings.t @@ -3,7 +3,7 @@ use strict; use Test::More; use HTTP::Request::Common; -# In DEBUG mode, we get not a number warnigs +# In DEBUG mode, we get not a number warnigs my $error; @@ -20,7 +20,7 @@ my $error; $c->response->body("This is the body"); } - sub infinity :Chained(root) PathPart('test') Args { + sub infinity :Chained(root) PathPart('test') Args { my ($self, $c) = @_; $c->response->body("This is the body"); Test::More::is $c->action->comparable_arg_number, ~0;