I hate this name less. Others may feel differently
[catagits/Catalyst-Runtime.git] / t / lib / TestApp.pm
index 9ee303d..6cd199f 100644 (file)
@@ -18,7 +18,7 @@ use namespace::autoclean;
 
 our $VERSION = '0.01';
 
-TestApp->config( name => 'TestApp', root => '/some/dir', rfc3875_paths => 1 );
+TestApp->config( name => 'TestApp', root => '/some/dir', use_request_uri_for_path => 1 );
 
 if ($::setup_leakchecker && eval { Class::MOP::load_class('CatalystX::LeakChecker'); 1 }) {
     with 'CatalystX::LeakChecker';