From: Dave Rolsky Date: Fri, 11 Sep 2009 02:26:08 +0000 (-0500) Subject: CMOP::Class now has an immutable_options method X-Git-Tag: 0.92_01~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=28443f5195c7c34f6b40959d336b915bbdbfa7c5;p=gitmo%2FClass-MOP.git CMOP::Class now has an immutable_options method --- diff --git a/t/010_self_introspection.t b/t/010_self_introspection.t index bcc6335..0c45fd2 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 => 300; +use Test::More tests => 302; use Test::Exception; use Class::MOP; @@ -97,7 +97,8 @@ my @class_mop_class_methods = qw( _rebless_as_mutable _remove_inlined_code _immutable_metaclass - immutable_trait constructor_name constructor_class destructor_class + immutable_trait immutable_options + constructor_name constructor_class destructor_class DESTROY );