stop using Moo as a test package
[catagits/Catalyst-Runtime.git] / t / lib / TestAppUnicode.pm
index 7d66522..8338f3d 100644 (file)
@@ -3,7 +3,7 @@ use strict;
 use warnings;
 use TestLogger;
 use base qw/Catalyst/;
-use Catalyst qw/Unicode::Encoding Params::Nested/;
+use Catalyst;
 
 __PACKAGE__->config(
   'name' => 'TestAppUnicode',