remove and tweak tests that depend on Params::Nested to resolve known regression
[catagits/Catalyst-Runtime.git] / t / unicode_plugin_nested_params.t
index 11e884e..b31f4ce 100644 (file)
@@ -7,7 +7,7 @@ use utf8;
 
 # setup library path
 use FindBin qw($Bin);
-use lib "$Bin/../lib";
+use lib "$Bin/lib";
 
 BEGIN { eval { require Catalyst::Plugin::Params::Nested; 1; } ||
     plan skip_all => 'Need Catalyst::Plugin::Params::Nested' }