use the new names for the package-stash methods
[gitmo/Class-MOP.git] / mop.h
diff --git a/mop.h b/mop.h
index 1b1960b..e30510d 100644 (file)
--- a/mop.h
+++ b/mop.h
@@ -27,6 +27,7 @@ typedef enum {
     KEY_methods,
     KEY_VERSION,
     KEY_ISA,
+    KEY__version,
     key_last,
 } mop_prehashed_key_t;
 
@@ -49,7 +50,6 @@ XS(mop_xs_simple_reader);
 extern SV *mop_method_metaclass;
 extern SV *mop_associated_metaclass;
 extern SV *mop_wrap;
-extern SV *mop_namespace;
 
 UV mop_check_package_cache_flag(pTHX_ HV *stash);
 int mop_get_code_info (SV *coderef, char **pkg, char **name);