convert the rest of the simple readers in cmop to xs
[gitmo/Class-MOP.git] / xs / Attribute.xs
CommitLineData
53362bcb 1#include "mop.h"
2
3MODULE = Class::MOP::Attribute PACKAGE = Class::MOP::Attribute
4
5PROTOTYPES: DISABLE
6
7BOOT:
8 INSTALL_SIMPLE_READER(Attribute, associated_class);
9 INSTALL_SIMPLE_READER(Attribute, associated_methods);