finish up docs for CMOP::Immutable
Dave Rolsky [Tue, 17 Mar 2009 18:26:25 +0000 (13:26 -0500)]
lib/Class/MOP/Immutable.pm

index 0231dc1..5f4b00a 100644 (file)
@@ -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