make the default owner ..owner
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Object / Procedure.pm
2011-06-21 Justin Hunter make the default owner ..owner
2010-01-16 Justin Hunter no more wantarray
2010-01-06 Justin Hunter bring Procedure up to speed with the rest of the Objects
2009-10-18 Justin Hunter (Any $) is not necessary anymore for a multi method...
2009-09-29 Justin Hunter no more auto_deref
2009-09-04 Justin Hunter migrate from MXAH to Native::Trait
2009-08-26 Justin Hunter add extra behavior to parameters attribute
2009-08-25 Justin Hunter remove extraneous imports
2009-08-25 Justin Hunter move to MooseX::Declare extends style
2009-08-22 Justin Hunter cleanup
2009-08-22 Justin Hunter move comments down to the base Object
2009-08-19 Justin Hunter make sql required
2009-08-19 Justin Hunter rename contents attribute to sql
2009-08-19 Justin Hunter change parameters from HashRef to ArrayRef
2009-07-23 Justin Hunter move to MooseX::Declare
2009-07-09 Justin Hunter remove redundant required => 0
2009-07-06 Justin Hunter implement 'use aliased'
2009-07-02 Justin Hunter move from no Moose[::Role] to use namespace::autoclean
2009-07-02 Justin Hunter add curries where applicable
2009-06-20 Justin Hunter add MXAH
2009-06-17 Justin Hunter remove some attributes from Column
2009-06-15 Justin Hunter formatting changes
2009-06-06 Justin Hunter oops, these really do have content
2009-06-05 Justin Hunter updates
2009-05-29 Justin Hunter handle types correctly
2009-05-28 Justin Hunter use SQL::Translator::Types
2009-05-28 Justin Hunter initial