X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcomponent%2Fcontroller%2Faction%2Fforward.t;fp=t%2Fcomponent%2Fcontroller%2Faction%2Fforward.t;h=273d00f0ddf7b368a1e6577587875d77561ccc3a;hb=9770ad56156e88f3d270fedb0589a0d9d685aba9;hp=82289715fb2f16c8d586f080fb817f134a38cced;hpb=ea80848dafeecc0b20864b0bc6c3d56d175647dd;p=catagits%2FCatalyst-Runtime.git diff --git a/t/component/controller/action/forward.t b/t/component/controller/action/forward.t index 8228971..273d00f 100644 --- a/t/component/controller/action/forward.t +++ b/t/component/controller/action/forward.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';