list the authordeps in a cpanfile for easier installation
[catagits/Catalyst-Runtime.git] / t / aggregate / live_component_controller_action_default.t
index 51940d4..4222b8c 100644 (file)
@@ -66,7 +66,7 @@ sub run_tests {
         ok(
             eval '$creq = ' . $response->content,
             'Unserialize Catalyst::Request'
-        );
+        ) or fail("EXCEPTION $@ DESERIALIZING " . $response->content);
         is_deeply( $creq->{arguments}, $expected, 'Arguments ok' );
     }