Add another MOOSE_TEST_MD option, MooseX
[gitmo/Moose.git] / xs / Attribute.xs
CommitLineData
38bf2a25 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);