X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Foptional_threads.t;h=c45e66e69377aa2a8e791ea0ab69f1d3ac0da5b9;hp=baa40894dbed44bb1bb49e14157c62e6bf2b6eef;hb=480d94b5f34577816d44fe05389ca5a085179363;hpb=ae29b412955743885e80350085167b54b69672da diff --git a/t/optional_threads.t b/t/optional_threads.t index baa4089..c45e66e 100644 --- a/t/optional_threads.t +++ b/t/optional_threads.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; @@ -44,7 +42,7 @@ sub request { TestApp::Controller::Action::Default->begin TestApp::Controller::Action::Default->default TestApp::View::Dump::Request->process - TestApp->end + TestApp::Controller::Root->end ]; my $expected = join( ", ", @expected );