use delgation onto Parser and Producer instead of after BUILD
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Parser / DBI / MySQL.pm
CommitLineData
cc73c25e 1package SQL::Translator::Parser::DBI::MySQL;
abb2c327 2use namespace::autoclean;
684763c1 3use Moose::Role;
b8657f04 4
cc73c25e 51;