X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fsqlmaker%2Fquotes%2Fquotes.t;h=2f619c498ed381341809e3e39612b53070a05022;hb=b3577eaeda963fc6f869378cd741042ae6274666;hp=a4c14f46a49ad91319ca5b1ac85515daec7e333e;hpb=b945237ab974c8cbc0a4eaa9228445d3627dfee3;p=dbsrgits%2FDBIx-Class.git diff --git a/t/sqlmaker/quotes/quotes.t b/t/sqlmaker/quotes/quotes.t index a4c14f4..2f619c4 100644 --- a/t/sqlmaker/quotes/quotes.t +++ b/t/sqlmaker/quotes/quotes.t @@ -4,11 +4,10 @@ use warnings; use Test::More; use lib qw(t/lib); +use DBICTest; use DBIC::SqlMakerTest; +use DBIC::DebugObj; - -use_ok('DBICTest'); -use_ok('DBIC::DebugObj'); my $schema = DBICTest->init_schema(); $schema->storage->sql_maker->quote_char('`');