use delgation onto Parser and Producer instead of after BUILD
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Parser / DDL / MySQL.pm
1 package SQL::Translator::Parser::DDL::MySQL;
2 use namespace::autoclean;
3 use Moose::Role;
4
5 1;