fail test case for args0 issue
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Action.pm
index 8c86df0..5ee38e9 100644 (file)
@@ -272,6 +272,8 @@ sub execute {
 sub match {
     my ( $self, $c ) = @_;
 
+    warn $self->reverse;
+
     # If infinite args, we always match
     return 1 if $self->normalized_arg_number == ~0;