Avoid using inline_slot_access in Moose accessors
authorStefan O'Rear <stefanor@cox.net>
Thu, 9 Jul 2009 01:28:40 +0000 (18:28 -0700)
committerStefan O'Rear <stefanor@cox.net>
Thu, 9 Jul 2009 01:28:40 +0000 (18:28 -0700)
commit909405b872b4290f67d9872a07880ffa7d89defc
tree4e46ecb153d0659589bc67d910f15a55afc2bc15
parente3441425d51932d4e4a5a7f2aa2ab01b97fec22b
Avoid using inline_slot_access in Moose accessors

inline_slot_access is much harder to implement than the other instance
accessors, for instance in the case of a database; in the general case
it requires a tie.  As such, we should only use it when necessary due
to API constraints.
lib/Moose/Meta/Method/Accessor.pm