X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F83cache.t;h=a89772dac676ae6fa5d7222685eea5f2b28f73e7;hb=c0329273268971824784f239f32c7246e68da9c5;hp=5812083c21e9ad93f8c113a776c5b91cafd97c24;hpb=e3be2b6ff05d6794ccd8807af8cb494403690639;p=dbsrgits%2FDBIx-Class-Historic.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();