Merge branch 'stricter-chained-arg-attrs' into SicilianButtercup
[catagits/Catalyst-Runtime.git] / t / dead_load_bad_args.t
index 8542a13..d80195f 100644 (file)
@@ -12,6 +12,7 @@ for my $fail (
     "(' ')",
     "('')",
     "('1.23')",
+    "(-1)",
 ) {
     for my $type (qw(Args CaptureArgs)) {
         eval <<"END";