cleanup and more tests;
[gitmo/Class-MOP.git] / t / 010_self_introspection.t
index 437e73f..ee87164 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 179;
+use Test::More tests => 181;
 use Test::Exception;
 
 BEGIN {
@@ -35,7 +35,8 @@ my @class_mop_package_methods = qw(
     name
     namespace
     
-    add_package_symbol get_package_symbol has_package_symbol remove_package_symbol list_all_package_symbols    
+    add_package_symbol get_package_symbol has_package_symbol remove_package_symbol 
+    list_all_package_symbols remove_package_glob
     
     _deconstruct_variable_name
 );