Moose role class has ->meta in method_list since 0.90, update for that
[gitmo/Mouse.git] / lib / Mouse / Meta / Method / Accessor.pm
2009-09-08 sunnavy make auto_deref also handles isa not only ArrayRef...
2009-04-04 Tokuhiro Matsuno do not create a copy of argument, if not needed
2009-04-03 Tokuhiro Matsuno refactoring the duplicated vars
2009-04-03 Tokuhiro Matsuno split accessor generator from the Meta::Attribute.