X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FTestAppWithoutUnicode.pm;h=f0ffa1e6b081882b1f78e18ce31f7e8483bb4841;hp=5cb3d8101b32b598231b1b9273f8998cf57e8f81;hb=88e5a8b0c4d28e46b8ba6b6b9567063e57af9063;hpb=4fb27043578a31f1ffd7498d1097c817a932d173 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');