Added get_inherited/set_inherited to get/set inheritable class/object data much like...
authorChristopher H. Laco <claco@cpan.org>
Thu, 25 May 2006 01:05:04 +0000 (01:05 +0000)
committerChristopher H. Laco <claco@cpan.org>
Thu, 25 May 2006 01:05:04 +0000 (01:05 +0000)
commite6f2a0fd4b3bd39666fb3dcc92cc019e39d8841a
tree0472ddee9d3309bac7470406d241169ae8db7f95
parent25e81d5ff78e40154bda55d9ede305dcbb013742
Added get_inherited/set_inherited to get/set inheritable class/object data much like Class::Data::Accessor does
Added Scalar::Util/Class::ISA to requires
Build.PL
MANIFEST
MANIFEST.SKIP
lib/Class/Accessor/Grouped.pm
t/inherited.t [new file with mode: 0644]
t/lib/BaseInheritedGroups.pm [new file with mode: 0644]
t/lib/NotHashBased.pm [new file with mode: 0644]
t/lib/SuperInheritedGroups.pm [new file with mode: 0644]