convert the rest of the simple readers in cmop to xs
[gitmo/Class-MOP.git] / xs / HasMethods.xs
index 44bb8d5..0e617eb 100644 (file)
@@ -84,3 +84,5 @@ BOOT:
     mop_method_metaclass     = newSVpvs("method_metaclass");
     mop_associated_metaclass = newSVpvs("associated_metaclass");
     mop_wrap                 = newSVpvs("wrap");
+    INSTALL_SIMPLE_READER(Mixin::HasMethods, method_metaclass);
+    INSTALL_SIMPLE_READER(Mixin::HasMethods, wrapped_method_metaclass);