X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F83cache.t;h=a89772dac676ae6fa5d7222685eea5f2b28f73e7;hb=953f8eb062bd84ffcb5b59d9a0d27d1db55f3927;hp=5812083c21e9ad93f8c113a776c5b91cafd97c24;hpb=49eeb48de3d8ff685926b595fa0f3f5e680eaee2;p=dbsrgits%2FDBIx-Class.git diff --git a/t/83cache.t b/t/83cache.t index 5812083..a89772d 100644 --- a/t/83cache.t +++ b/t/83cache.t @@ -1,8 +1,10 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; use Test::More; -use lib qw(t/lib); + use DBICTest; my $schema = DBICTest->init_schema();