use delgation onto Parser and Producer instead of after BUILD
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Object.pm
CommitLineData
c5051351 1package SQL::Translator::Object;
dbf66c78 2use namespace::autoclean;
cc73c25e 3use Moose;
6fd01695 4use Tie::IxHash;
c5051351 5
61;