X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F27sqlite-parser.t;h=8f1eac5adb300737f3b8b650faa93b8befa7aa94;hb=1664676a6e1d59e5e8c20eeba41c6136f8ab8619;hp=1b10e8a3a8eb06dca1c85966d312ffe2d68a2453;hpb=4e9ab1d344e9d32a8cd4647ffb585aabec968105;p=dbsrgits%2FSQL-Translator.git diff --git a/t/27sqlite-parser.t b/t/27sqlite-parser.t index 1b10e8a..8f1eac5 100644 --- a/t/27sqlite-parser.t +++ b/t/27sqlite-parser.t @@ -2,13 +2,19 @@ # vim: set ft=perl: use strict; -use Test::More tests => 5; +use Test::More; +use Test::SQL::Translator qw(maybe_plan); use FindBin qw/$Bin/; use SQL::Translator; -use SQL::Translator::Parser::SQLite 'parse'; use SQL::Translator::Schema::Constants; +BEGIN { + maybe_plan(5, + 'SQL::Translator::Parser::SQLite'); +} +SQL::Translator::Parser::SQLite->import('parse'); + my $file = "$Bin/data/sqlite/create.sql"; {