From: Dave Rolsky Date: Tue, 17 Mar 2009 18:26:25 +0000 (-0500) Subject: finish up docs for CMOP::Immutable X-Git-Tag: 0.78_02~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=111205d6de4fd8c038cff28e87dadf4940591443;hp=10c3c51006cbdfbcdefc0674b29227e2d37052bb;p=gitmo%2FClass-MOP.git finish up docs for CMOP::Immutable --- diff --git a/lib/Class/MOP/Immutable.pm b/lib/Class/MOP/Immutable.pm index 0231dc1..5f4b00a 100644 --- a/lib/Class/MOP/Immutable.pm +++ b/lib/Class/MOP/Immutable.pm @@ -502,6 +502,14 @@ transformation process. If the constructor was inlined, this returns the constructor method object that was created to do this. +=item B<< $transformer->make_metaclass_immutable >> + +Makes the transformer's metaclass immutable. + +=item B<< $transformer->make_metaclass_mutable >> + +Makes the transformer's metaclass mutable. + =back =head1 AUTHORS