include our own leak checking code rather than using CatalystX::LeakCheck
[catagits/Catalyst-Runtime.git] / t / lib / TestApp2.pm
index fcf92bd..53b483f 100644 (file)
@@ -5,11 +5,10 @@ use base qw/Catalyst/;
 use Catalyst qw/Params::Nested/;
 
 __PACKAGE__->config(
-  encoding => 'UTF-8'
+  'name' => 'TestApp2',
+  encoding => 'UTF-8',
 );
 
-__PACKAGE__->config('name' => 'TestApp2');
-
 __PACKAGE__->setup;
 
 sub handle_unicode_encoding_exception {