X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fstorage%2Fstats.t;h=58fbde05d3355bd794bfcf3af25f0c41b53f767e;hb=0130575a1a5ad9249a5cdc705c043286fabdf32c;hp=c1643995c332df91a2e161f09d4d6470209ec6cf;hpb=f54428abf9cc7d7e5604745335694eaf558f6820;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/storage/stats.t b/t/storage/stats.t index c164399..58fbde0 100644 --- a/t/storage/stats.t +++ b/t/storage/stats.t @@ -1,11 +1,11 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; use Test::More; plan tests => 12; -use lib qw(t/lib); - use_ok('DBICTest'); my $schema = DBICTest->init_schema();