move from no Moose[::Role] to use namespace::autoclean
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Parser / DBI / SQLite.pm
CommitLineData
cc73c25e 1package SQL::Translator::Parser::DBI::SQLite;
abb2c327 2use namespace::autoclean;
684763c1 3use Moose::Role;
b8657f04 4
cc73c25e 51;