X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcomponent%2Fcontroller%2Faction%2Fregexp.t;fp=t%2Fcomponent%2Fcontroller%2Faction%2Fregexp.t;h=50937a9c0bce6a556b37fc2355ed97cac22eb52b;hb=9770ad56156e88f3d270fedb0589a0d9d685aba9;hp=de9bfaf9927eafad716deb2b2f1c22fc4017d577;hpb=ea80848dafeecc0b20864b0bc6c3d56d175647dd;p=catagits%2FCatalyst-Runtime.git diff --git a/t/component/controller/action/regexp.t b/t/component/controller/action/regexp.t index de9bfaf..50937a9 100644 --- a/t/component/controller/action/regexp.t +++ b/t/component/controller/action/regexp.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';