From: Andy Grundman Date: Fri, 5 Dec 2008 17:14:58 +0000 (+0000) Subject: Fix Catalyst::GO error in remote tests X-Git-Tag: 5.8000_05~118 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=cbacfd76f35cf1ecf4dffeaf25cd93ed88e67011;hp=a68314c2bb8ad7c2fc95f0008df7e4ebd35e5ebe Fix Catalyst::GO error in remote tests --- diff --git a/t/aggregate/live_component_controller_action_go.t b/t/aggregate/live_component_controller_action_go.t index 1e7a529..407d4d2 100644 --- a/t/aggregate/live_component_controller_action_go.t +++ b/t/aggregate/live_component_controller_action_go.t @@ -11,6 +11,7 @@ our $iters; BEGIN { $iters = $ENV{CAT_BENCH_ITERS} || 1; } use Test::More tests => 54 * $iters; +use Catalyst; use Catalyst::Test 'TestApp'; if ( $ENV{CAT_BENCHMARK} ) {