move core meta-attribute attributes to a mixin class for benefit of role attributes
authorDave Rolsky <autarch@urth.org>
Sat, 26 Dec 2009 01:52:52 +0000 (19:52 -0600)
committerDave Rolsky <autarch@urth.org>
Sat, 26 Dec 2009 01:52:52 +0000 (19:52 -0600)
commit2611f98e2b56d77be2974b624519ceb3260c4e20
tree3e592b077ede01baf2755471b3098e13e51ae7cf
parent30bf0c82239247a48a464619231ab931c80d2f67
move core meta-attribute attributes to a mixin class for benefit of role attributes
lib/Class/MOP.pm
lib/Class/MOP/Attribute.pm
lib/Class/MOP/Mixin/AttributeBase.pm [new file with mode: 0644]
t/000_load.t
t/014_attribute_introspection.t
xs/Attribute.xs [deleted file]
xs/AttributeBase.xs [new file with mode: 0644]
xs/MOP.xs