X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fauthor%2Funicode_plugin_nested_params.t;h=11e884e2289cec9a1114f5153bb6619dc527ec97;hb=974733c0febbddd53145ec82031b4ad6abcc0985;hp=b31f4ce909120ee14839e5e2b640959e97954188;hpb=e05b48a6ba4eb1367c8886ce7b2d41c7caf21226;p=catagits%2FCatalyst-Runtime.git diff --git a/t/author/unicode_plugin_nested_params.t b/t/author/unicode_plugin_nested_params.t index b31f4ce..11e884e 100644 --- a/t/author/unicode_plugin_nested_params.t +++ b/t/author/unicode_plugin_nested_params.t @@ -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' }