this should be AttributeCore
[gitmo/Class-MOP.git] / xs / AttributeCore.xs
diff --git a/xs/AttributeCore.xs b/xs/AttributeCore.xs
new file mode 100644 (file)
index 0000000..4381497
--- /dev/null
@@ -0,0 +1,8 @@
+#include "mop.h"
+
+MODULE = Class::MOP::Mixin::AttributeCore   PACKAGE = Class::MOP::Mixin::AttributeCore
+
+PROTOTYPES: DISABLE
+
+BOOT:
+    INSTALL_SIMPLE_READER(Mixin::AttributeCore, name);