stop using excludes within moose, since it's no longer necessary
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor / Native / Array / accessor.pm
2012-06-21 Jesse Luehrs stop using excludes within moose, since it's no longer...
2011-05-17 Jesse Luehrs stop closing over the type constraint object
2011-05-17 Jesse Luehrs close over the coercion sub separately
2010-12-27 Dave Rolsky Use dzil Authority plugin - remove $AUTHORITY from...
2010-12-26 Dave Rolsky Beginning of dzilization
2010-11-19 Dave Rolsky Bump version to 1.9900 for new version numbering scheme
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 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-29 Dave Rolsky Fix error when array accessor delegation method is...
2010-10-29 Dave Rolsky bump version to 1.18
2010-10-19 Dave Rolsky bump version to 1.17 1.17
2010-10-18 Dave Rolsky Bump version to 1.16
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 Just use _writer_core for accessor
2010-09-27 Dave Rolsky Make sure accessor's writer side does what the writer...
2010-09-27 Dave Rolsky Make array accessor follow same pattern as hash accessor
2010-09-27 Dave Rolsky make sure all modules have the same version
2010-09-27 Dave Rolsky Got inlining for hashes working.
2010-09-27 Dave Rolsky Refactored native trait inlining some more - added...
2010-09-27 Dave Rolsky Add some whitespace
2010-09-27 Dave Rolsky All native array methods are being inlined.