X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F05components.t;h=b6f2c3e3a4c7fdec537de6685a64a4c5954263e9;hb=fd2d3c95807b9d4f812966cec28d110c70680cd2;hp=459524008b6dbd68932dbfe3ba1c2ec58c32dfe2;hpb=f54428abf9cc7d7e5604745335694eaf558f6820;p=dbsrgits%2FDBIx-Class.git diff --git a/t/05components.t b/t/05components.t index 4595240..b6f2c3e 100644 --- a/t/05components.t +++ b/t/05components.t @@ -1,8 +1,11 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; use Test::More; -use lib qw(t/lib); + +use DBICTest; use DBICTest::ForeignComponent; # Tests if foreign component was loaded by calling foreign's method