X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fstorage%2Fdbic_pretty.t;h=89f12dd3929fe6f6f43342829404f5abc5afd2b5;hb=296248c3;hp=1a1c32ef34e1870afde70a68625c721384f68fb5;hpb=0dd1b7362ff4b104d68946ae6ca8e7e483621381;p=dbsrgits%2FDBIx-Class.git diff --git a/t/storage/dbic_pretty.t b/t/storage/dbic_pretty.t index 1a1c32e..89f12dd 100644 --- a/t/storage/dbic_pretty.t +++ b/t/storage/dbic_pretty.t @@ -1,9 +1,10 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } use DBIx::Class::Optional::Dependencies -skip_all_without => 'test_prettydebug'; use strict; use warnings; -use lib qw(t/lib); + use DBICTest; use Test::More;