From: Dave Rolsky Date: Sun, 21 Jun 2009 15:53:03 +0000 (-0500) Subject: The immutable_transformer method is gone X-Git-Tag: 0.87~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d770ec20e133fe49233f5fd4a715add28988b10b;p=gitmo%2FClass-MOP.git The immutable_transformer method is gone --- diff --git a/t/010_self_introspection.t b/t/010_self_introspection.t index fbc2e23..5c870ce 100644 --- a/t/010_self_introspection.t +++ b/t/010_self_introspection.t @@ -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 );