X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcomponent%2Fcontroller%2Faction%2Fpath.t;h=ae9b63255dc0f4e1edee6fbad7df66fb60a48b48;hb=9770ad56156e88f3d270fedb0589a0d9d685aba9;hp=695cd31807e7afa9274842dcf8232722def9b48b;hpb=ea80848dafeecc0b20864b0bc6c3d56d175647dd;p=catagits%2FCatalyst-Runtime.git diff --git a/t/component/controller/action/path.t b/t/component/controller/action/path.t index 695cd31..ae9b632 100644 --- a/t/component/controller/action/path.t +++ b/t/component/controller/action/path.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';