X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=t%2Fsqlmaker%2Fcore_quoted.t;h=d483a4033e2c30286030385312472fb8d09c495f;hp=8e455660df587ae9e811ab57dcac94613f4b37e4;hb=c0329273268971824784f239f32c7246e68da9c5;hpb=e3be2b6ff05d6794ccd8807af8cb494403690639 diff --git a/t/sqlmaker/core_quoted.t b/t/sqlmaker/core_quoted.t index 8e45566..d483a40 100644 --- a/t/sqlmaker/core_quoted.t +++ b/t/sqlmaker/core_quoted.t @@ -1,9 +1,11 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; use Test::More; -use lib qw(t/lib); + use DBICTest ':DiffSQL'; my $schema = DBICTest->init_schema();