X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fsqlmaker%2Fquotes%2Fquotes_newstyle.t;h=900a68a212ce2257c58aa0ecbddf66f80dd3f40e;hb=9736be652a2d4ce442c222c17ba5d47fff28bbed;hp=c122517738b12cc36856239e831498c6fb43c2a9;hpb=af1f4f842ae446a3339b92b33851ea80c928f17a;p=dbsrgits%2FDBIx-Class.git diff --git a/t/sqlmaker/quotes/quotes_newstyle.t b/t/sqlmaker/quotes/quotes_newstyle.t index c122517..900a68a 100644 --- a/t/sqlmaker/quotes/quotes_newstyle.t +++ b/t/sqlmaker/quotes/quotes_newstyle.t @@ -4,10 +4,9 @@ use warnings; use Test::More; use lib qw(t/lib); +use DBICTest; use DBIC::SqlMakerTest; - -use_ok('DBICTest'); -use_ok('DBIC::DebugObj'); +use DBIC::DebugObj; my $schema = DBICTest->init_schema();