X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdbi%2Ftestlib%2FMyFoo.pm;fp=t%2Ftestlib%2FMyFoo.pm;h=dd387e2056b8787cd503a8ebdf9878624e5634b5;hb=50891152d0b24649bfd67bdba97feec86b11c064;hp=d645d3de83be1bee8b9aa3132c47d11880f387f5;hpb=23209c4474d71e419b3fcf9699ae05565c2997f5;p=dbsrgits%2FDBIx-Class.git diff --git a/t/testlib/MyFoo.pm b/t/cdbi/testlib/MyFoo.pm similarity index 93% rename from t/testlib/MyFoo.pm rename to t/cdbi/testlib/MyFoo.pm index d645d3d..dd387e2 100644 --- a/t/testlib/MyFoo.pm +++ b/t/cdbi/testlib/MyFoo.pm @@ -1,7 +1,6 @@ package # hide from PAUSE MyFoo; -BEGIN { unshift @INC, './t/testlib'; } use base 'MyBase'; use strict;