Rename _inline_copy_value so we don't accidentally reuse the version for non-native...
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor / Native / String /
2010-09-27 Dave Rolsky Fix potential_value for string inc
2010-09-27 Dave Rolsky make sure all modules have the same version
2010-09-27 Dave Rolsky Moved even more code up to Native/Writer
2010-09-27 Dave Rolsky Move even more code up to parent
2010-09-27 Dave Rolsky Move more code up to the Native/Writer class
2010-09-27 Dave Rolsky No need to duplicate code in parent class
2010-09-27 Dave Rolsky Remove some empty classes in the String hierarchy
2010-09-27 Dave Rolsky Refactored native trait inlining some more - added...
2010-09-27 Dave Rolsky Implemented inlning for all string methods.