One last tweak to make sure our Sub::Name-using tests _do_ run when we
[gitmo/Class-MOP.git] / t / 010_self_introspection.t
index e440c99..6326f93 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 201;
+use Test::More tests => 204;
 use Test::Exception;
 
 BEGIN {
@@ -74,6 +74,7 @@ my @class_mop_class_methods = qw(
     get_attribute_list get_attribute_map compute_all_applicable_attributes find_attribute_by_name
 
     is_mutable is_immutable make_mutable make_immutable create_immutable_transformer
+    get_immutable_options get_immutable_transformer
 
     DESTROY
 );
@@ -125,7 +126,7 @@ foreach my $method_name (@class_mop_module_methods) {
 
 foreach my $non_method_name (qw(
     confess
-    blessed reftype
+    blessed
     subname
     svref_2object
     )) {