X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fstorage%2Fdebug.t;h=e3cef381ec2154032171b708d4154f9e23d81a54;hb=c0329273268971824784f239f32c7246e68da9c5;hp=3f5d39972ed10f280a71632f7d3c75431c692f62;hpb=db83437ef48f4571e1d225572cc7235eb5e64fe3;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/storage/debug.t b/t/storage/debug.t index 3f5d399..e3cef38 100644 --- a/t/storage/debug.t +++ b/t/storage/debug.t @@ -1,3 +1,5 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; no warnings 'once'; @@ -15,7 +17,7 @@ use Test::More; use Test::Exception; use Try::Tiny; use File::Spec; -use lib qw(t/lib); + use DBICTest; use Path::Class qw/file/;