docs for with_immutable
Jesse Luehrs [Fri, 11 Dec 2009 00:51:46 +0000 (18:51 -0600)]
lib/Test/Moose.pm

index 5f66349..f49683f 100644 (file)
@@ -124,6 +124,11 @@ does for the C<isa> method.
 Tests if a class or object has a certain attribute, similar to what C<can_ok>
 does for the methods.
 
+=item B<with_immutable { CODE } @class_names>
+
+Runs B<CODE> (which should contain normal tests) twice, and immutablizes each
+class in C<@class_names> in between the two runs.
+
 =back
 
 =head1 TODO