X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fdead_load_bad_args.t;h=d80195f76cc352222e555cd8a01a2c236035e532;hb=465e85c1612f42e82db5e349b88a9afc3a15e963;hp=8542a13edf64aa963ddb3722f0824f2101df58d9;hpb=08f8d85ca6f74ecf186f0a367bb80dbc4deb63e9;p=catagits%2FCatalyst-Runtime.git diff --git a/t/dead_load_bad_args.t b/t/dead_load_bad_args.t index 8542a13..d80195f 100644 --- a/t/dead_load_bad_args.t +++ b/t/dead_load_bad_args.t @@ -12,6 +12,7 @@ for my $fail ( "(' ')", "('')", "('1.23')", + "(-1)", ) { for my $type (qw(Args CaptureArgs)) { eval <<"END";