The Go and visit tests don't like this as you get told to go away in a different...
[catagits/Catalyst-Runtime.git] / t / lib / TestApp.pm
index 0e5f69b..ba03c0d 100644 (file)
@@ -19,7 +19,10 @@ use namespace::autoclean;
 
 our $VERSION = '0.01';
 
-TestApp->config( name => 'TestApp', root => '/some/dir' );
+TestApp->config(
+    name => 'TestApp', root => '/some/dir',
+    disable_component_resolution_regex_fallback => 1,
+);
 
 TestApp->context_class( 'TestApp::Context' );
 TestApp->setup;