move from no Moose[::Role] to use namespace::autoclean
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Parser / DDL / SQLite.pm
CommitLineData
d3a31f56 1package SQL::Translator::Parser::DDL::SQLite;
abb2c327 2use namespace::autoclean;
432eccda 3use Moose::Role;
4
d3a31f56 51;