factor codegen stuff out to Eval::Closure
[gitmo/Class-MOP.git] / xs / Attribute.xs
index 0375cb4..6314af8 100644 (file)
@@ -5,4 +5,5 @@ MODULE = Class::MOP::Attribute   PACKAGE = Class::MOP::Attribute
 PROTOTYPES: DISABLE
 
 BOOT:
-    INSTALL_SIMPLE_READER(Attribute, name);
+    INSTALL_SIMPLE_READER(Attribute, associated_class);
+    INSTALL_SIMPLE_READER(Attribute, associated_methods);