remove unneeded type
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Object.pm
2011-06-27 Justin Hunter remove unneeded type
2010-02-09 Justin Hunter long awaited BUILDARGS to help with comments/options...
2010-02-09 Justin Hunter coerce Str to ArrayRef
2009-11-16 Justin Hunter remove unnecessary (Any $)
2009-10-03 Justin Hunter add error attribute
2009-10-03 Justin Hunter move backcompat into Compat.pm and apply the role to...
2009-09-30 Justin Hunter fix after removing auto_deref
2009-09-29 Justin Hunter remove auto-deref and use the Native::Trait handles
2009-09-24 Justin Hunter fix extra method
2009-09-22 Justin Hunter return comments/options/extra when they are set
2009-09-04 Justin Hunter migrate from MXAH to Native::Trait
2009-09-03 Justin Hunter fix options and comments methods
2009-08-24 Justin Hunter move extra down to Object.pm
2009-08-24 Justin Hunter add wantarray for return and only push new options...
2009-08-23 Justin Hunter move options down to Object.pm
2009-08-22 Justin Hunter move comments down to the base Object
2009-07-23 Justin Hunter move to MooseX::Declare
2009-07-10 Justin Hunter use Tie::IxHash
2009-07-06 Justin Hunter use namespace::autoclean
2009-07-03 Justin Hunter don't extend SQL::Translator
2009-06-06 Justin Hunter oops, these really do have content
2009-05-28 Justin Hunter initial