Merge branch 'abort-chain-doc-and-test' of https://github.com/melmothx/catalyst-runti...
[catagits/Catalyst-Runtime.git] / t / lib / TestAppWithoutUnicode.pm
index 5cb3d81..f0ffa1e 100644 (file)
@@ -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');