X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FTestAppWithoutUnicode.pm;h=f0ffa1e6b081882b1f78e18ce31f7e8483bb4841;hb=36bac47263176777680ba79b36b60a453386d7ed;hp=5cb3d8101b32b598231b1b9273f8998cf57e8f81;hpb=4fb27043578a31f1ffd7498d1097c817a932d173;p=catagits%2FCatalyst-Runtime.git diff --git a/t/lib/TestAppWithoutUnicode.pm b/t/lib/TestAppWithoutUnicode.pm index 5cb3d81..f0ffa1e 100644 --- a/t/lib/TestAppWithoutUnicode.pm +++ b/t/lib/TestAppWithoutUnicode.pm @@ -3,7 +3,7 @@ use strict; use warnings; use TestLogger; use base qw/Catalyst/; -use Catalyst qw/Params::Nested/; +use Catalyst qw//; __PACKAGE__->config('name' => 'TestAppWithoutUnicode');