X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcomponent%2Fcontroller%2Faction%2Frelative.t;h=840867572979a025c856689534e3a457f4721a95;hb=9770ad56156e88f3d270fedb0589a0d9d685aba9;hp=a733b5faaaa10149f6c75e2c0eda93aaf9220692;hpb=ea80848dafeecc0b20864b0bc6c3d56d175647dd;p=catagits%2FCatalyst-Runtime.git diff --git a/t/component/controller/action/relative.t b/t/component/controller/action/relative.t index a733b5f..8408675 100644 --- a/t/component/controller/action/relative.t +++ b/t/component/controller/action/relative.t @@ -4,7 +4,7 @@ use strict; use warnings; use FindBin; -use lib "$FindBin::Bin/../../lib"; +use lib "$FindBin::Bin/../../../lib"; use Test::More no_plan => 1; use Catalyst::Test 'TestApp';