fix for debug regression caused by commit 5dd46e24eedec447bdfbc4061ed683b5a17a7b0c
John Napiorkowski [Wed, 6 Jul 2016 00:47:12 +0000 (19:47 -0500)]
lib/Catalyst/DispatchType/Chained.pm

index 3cd15f0..cb1dfed 100644 (file)
@@ -162,7 +162,7 @@ sub list {
             push(@rows, [ '', $name ]);
         }
 
-        my $endpoint_arg_info;
+        my $endpoint_arg_info = $endpoint;
         if($endpoint->has_args_constraints) {
           my $tc = join ',', @{$endpoint->args_constraints};
           $endpoint_arg_info .= " ($tc)";