refactor constructor inlining to reuse attribute code
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor / Native / Hash /
2010-11-18 Jesse Luehrs refactor constructor inlining to reuse attribute code
2010-11-18 Jesse Luehrs push the accessor inlining code back into the attribute
2010-11-18 Jesse Luehrs use new method names from cmop
2010-11-18 Jesse Luehrs more cleanups
2010-11-18 Jesse Luehrs make native trait inlining work
2010-11-02 Dave Rolsky bump version to 1.19 1.19
2010-10-30 Dave Rolsky Revert "Hash accessor should accept more than 2 arguments"
2010-10-30 Dave Rolsky Hash accessor should accept more than 2 arguments
2010-10-29 Dave Rolsky Fix error when array accessor delegation method is...
2010-10-29 Dave Rolsky Fix error when no arguments are passed to Hash's access...
2010-10-29 Dave Rolsky bump version to 1.18
2010-10-26 Dave Rolsky Make the Hash->set delegation coerce new member values
2010-10-19 Dave Rolsky bump version to 1.17 1.17
2010-10-19 Jesse Luehrs complicated expressions can't be dereferenced directly
2010-10-18 Dave Rolsky Bump version to 1.16
2010-10-16 Dave Rolsky Add explicit return values for (almost) all native...
2010-09-27 Dave Rolsky bump version to 1.15
2010-09-27 Dave Rolsky Refactored native trait accessors so they are done...
2010-09-27 Dave Rolsky Add semi-colon in code that generates entire assignment...
2010-09-27 Dave Rolsky Make sure potential value is a hash ref
2010-09-27 Dave Rolsky Don't turn hash into array when copying the old hash...
2010-09-27 Dave Rolsky Use _writer_core
2010-09-27 Dave Rolsky Fix potential value for set
2010-09-27 Dave Rolsky Make hash accessor actually work
2010-09-27 Dave Rolsky make sure all modules have the same version
2010-09-27 Dave Rolsky Got inlining for hashes working.