X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fresultset%2Finflatemap_abuse.t;fp=t%2Fresultset%2Finflatemap_abuse.t;h=0289891e712d027734e2c05ae6eb74ca1b89fe49;hb=c0329273268971824784f239f32c7246e68da9c5;hp=9c60765d2b899557f9b2fa9af1dc3f3cc1b2cdd9;hpb=e3be2b6ff05d6794ccd8807af8cb494403690639;p=dbsrgits%2FDBIx-Class.git diff --git a/t/resultset/inflatemap_abuse.t b/t/resultset/inflatemap_abuse.t index 9c60765..0289891 100644 --- a/t/resultset/inflatemap_abuse.t +++ b/t/resultset/inflatemap_abuse.t @@ -1,9 +1,11 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; use Test::More; use Test::Exception; -use lib qw(t/lib); + use DBICTest; # From http://lists.scsys.co.uk/pipermail/dbix-class/2013-February/011119.html