proper parsing, using add_* instead of throwing a whole blob in
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Parser / DBI / MySQL.pm
CommitLineData
cc73c25e 1package SQL::Translator::Parser::DBI::MySQL;
684763c1 2use Moose::Role;
b8657f04 3
684763c1 4no Moose;
cc73c25e 5
61;