X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fsqlmaker%2Fmysql.t;h=f1e3bfb23fd8522e7050b4b987b99ef186d1f534;hb=3cff955a7163e263490edecd0a1922aa5ee6c6db;hp=0e2ad2961e43a687d0f2f0dc74a2d5a6f4633641;hpb=26aea721d0dd94fe9920efa3c01f081642399c28;p=dbsrgits%2FDBIx-Class.git diff --git a/t/sqlmaker/mysql.t b/t/sqlmaker/mysql.t index 0e2ad29..f1e3bfb 100644 --- a/t/sqlmaker/mysql.t +++ b/t/sqlmaker/mysql.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::Schema->connect (DBICTest->_database, { quote_char => '`' });