X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcomponent%2Fcontroller%2Faction%2Fbegin.t;h=58cf000b06d2eee4dcd8db7b0941f63d4d53bf74;hb=9770ad56156e88f3d270fedb0589a0d9d685aba9;hp=7e19c44effdb1bad16646035e23f5d1c31d3f7b2;hpb=ea80848dafeecc0b20864b0bc6c3d56d175647dd;p=catagits%2FCatalyst-Runtime.git diff --git a/t/component/controller/action/begin.t b/t/component/controller/action/begin.t index 7e19c44..58cf000 100644 --- a/t/component/controller/action/begin.t +++ b/t/component/controller/action/begin.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';