X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_mvc.t;h=ea2d91622c98c3a2abcb2932cc7bfa1fd3ba8ca5;hb=ff942beb0bff49b955364171d35961fa1b5aae93;hp=390c4c6687eb48f9cbfaa212be58122285fe28c1;hpb=4055796051cccaa2276eca36b8661e3f785f7be3;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/unit_core_mvc.t b/t/aggregate/unit_core_mvc.t index 390c4c6..ea2d916 100644 --- a/t/aggregate/unit_core_mvc.t +++ b/t/aggregate/unit_core_mvc.t @@ -294,11 +294,11 @@ is( MyMVCTestAppDefaultModel->model , 'MyMVCTestAppDefaultModel::Model::M', 'def __PACKAGE__->config( { disable_component_resolution_regex_fallback => 1 } ); - __PACKAGE__->components( { map { ( ref($_)||$_ , $_ ) } - qw/MyApp::WithoutRegexFallback::Controller::Another::Foo/ } ); - # allow $c->log->warn to work __PACKAGE__->setup_log; + + __PACKAGE__->components( { map { ( ref($_)||$_ , $_ ) } + qw/MyApp::WithoutRegexFallback::Controller::Another::Foo/ } ); } {