X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Fmeta_method_unneeded.t;h=f52a9b4bb63c10346646446abd61371db5f9ca9c;hb=0b0aee670c39f8cb8f140eb62de9bfaf2c343a24;hp=aa434727857ada3c82add216a863fa7da13dbe3d;hpb=737a1e422e33f1889058373b0b1536b1b8c268db;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/meta_method_unneeded.t b/t/aggregate/meta_method_unneeded.t index aa43472..f52a9b4 100644 --- a/t/aggregate/meta_method_unneeded.t +++ b/t/aggregate/meta_method_unneeded.t @@ -1,7 +1,7 @@ use strict; use warnings; use FindBin qw/$Bin/; -use lib "$Bin/lib"; +use lib "$Bin/../lib"; use Test::More tests => 1; use Test::Exception; use Carp ();