The immutable_transformer method is gone
Dave Rolsky [Sun, 21 Jun 2009 15:53:03 +0000 (10:53 -0500)]
t/010_self_introspection.t

index fbc2e23..5c870ce 100644 (file)
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 298;
+use Test::More tests => 296;
 use Test::Exception;
 
 use Class::MOP;
@@ -93,8 +93,6 @@ my @class_mop_class_methods = qw(
     _immutable_metaclass
     immutable_trait constructor_name constructor_class destructor_class
 
-    immutable_transformer
-
     DESTROY
 );