use FindBin qw/$Bin/;
BEGIN {
- maybe_plan(346, "SQL::Translator::Parser::MySQL");
+ maybe_plan(undef, "SQL::Translator::Parser::MySQL");
SQL::Translator::Parser::MySQL->import('parse');
}
ok (!$tr->error, 'no error');
ok (my $schema = $tr->schema, 'got schema');
}
+
+done_testing;