use the package::stash get_all_package_symbols implementation
[gitmo/Class-MOP.git] / mop.c
diff --git a/mop.c b/mop.c
index a5ded4f..d1b252b 100644 (file)
--- a/mop.c
+++ b/mop.c
@@ -106,6 +106,7 @@ mop_get_code_info (SV *coderef, char **pkg, char **name)
     return 1;
 }
 
+/* XXX: eventually this should just use the implementation in Package::Stash */
 void
 mop_get_package_symbols (HV *stash, type_filter_t filter, get_package_symbols_cb_t cb, void *ud)
 {