[Catalyst-commits] r8751 - Catalyst-Runtime/5.80/trunk/t/aggregate

andyg at dev.catalyst.perl.org andyg at dev.catalyst.perl.org
Fri Dec 5 17:14:58 GMT 2008


Author: andyg
Date: 2008-12-05 17:14:58 +0000 (Fri, 05 Dec 2008)
New Revision: 8751

Modified:
   Catalyst-Runtime/5.80/trunk/t/aggregate/live_component_controller_action_go.t
Log:
Fix Catalyst::GO error in remote tests

Modified: Catalyst-Runtime/5.80/trunk/t/aggregate/live_component_controller_action_go.t
===================================================================
--- Catalyst-Runtime/5.80/trunk/t/aggregate/live_component_controller_action_go.t	2008-12-05 16:00:08 UTC (rev 8750)
+++ Catalyst-Runtime/5.80/trunk/t/aggregate/live_component_controller_action_go.t	2008-12-05 17:14:58 UTC (rev 8751)
@@ -11,6 +11,7 @@
 BEGIN { $iters = $ENV{CAT_BENCH_ITERS} || 1; }
 
 use Test::More tests => 54 * $iters;
+use Catalyst;
 use Catalyst::Test 'TestApp';
 
 if ( $ENV{CAT_BENCHMARK} ) {




More information about the Catalyst-commits mailing list