X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fauthor%2Funicode_plugin_nested_params.t;h=f9f47c6031e829e50659151bfaf9a5be218d72a1;hb=5dd46e24eedec447bdfbc4061ed683b5a17a7b0c;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..f9f47c6 100644 --- a/t/author/unicode_plugin_nested_params.t +++ b/t/author/unicode_plugin_nested_params.t @@ -1,5 +1,3 @@ -#!/usr/bin/env perl - use strict; use warnings; use Test::More; @@ -7,7 +5,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' }