Actually implemented public get_method_map for back-compat, and made sure all its...
[gitmo/Class-MOP.git] / t / 010_self_introspection.t
index 7485f55..5d891d5 100644 (file)
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 302;
+use Test::More tests => 304;
 use Test::Exception;
 
 use Class::MOP;
@@ -42,6 +42,8 @@ my @class_mop_package_methods = qw(
     get_method_list _full_method_map
 
     _deconstruct_variable_name
+
+    get_method_map
 );
 
 my @class_mop_module_methods = qw(
@@ -164,6 +166,7 @@ my @class_mop_package_attributes = (
     'namespace',
     'method_metaclass',
     'wrapped_method_metaclass',
+    '_methods',
 );
 
 my @class_mop_module_attributes = (