bump version to 1.19
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor / Native / Array / Writer.pm
2010-11-02 Dave Rolsky bump version to 1.19 1.19
2010-10-29 Dave Rolsky bump version to 1.18
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-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 make sure all modules have the same version
2010-09-27 Dave Rolsky Got inlining for hashes working.
2010-09-27 Dave Rolsky Moved even more code up to Native/Writer
2010-09-27 Dave Rolsky Move some code to Native/Writer since it is the same...
2010-09-27 Dave Rolsky Refactored native trait inlining some more - added...
2010-09-27 Dave Rolsky Lots of refactoring to move native trait reader/writer...
2010-09-27 Dave Rolsky Tidy all code
2010-09-27 Dave Rolsky More TC handling fixes
2010-09-27 Dave Rolsky Copy the potential value if needed so we don't have...
2010-09-27 Dave Rolsky If the parent type is ArrayRef and the type itself...
2010-09-27 Dave Rolsky All native array methods are being inlined.
2010-09-27 Dave Rolsky Work in progress on inlining native traits methods.