43814971d764c301a5e74aa7f7b85789c5ee2c6c
[gitmo/Class-MOP.git] / xs / AttributeCore.xs
1 #include "mop.h"
2
3 MODULE = Class::MOP::Mixin::AttributeCore   PACKAGE = Class::MOP::Mixin::AttributeCore
4
5 PROTOTYPES: DISABLE
6
7 BOOT:
8     INSTALL_SIMPLE_READER(Mixin::AttributeCore, name);