From: Jesse Luehrs Date: Fri, 11 Dec 2009 00:51:46 +0000 (-0600) Subject: docs for with_immutable X-Git-Tag: 0.93_01~41^2~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2cc69b8715fa4894429835bb97a84309028221ce;p=gitmo%2FMoose.git docs for with_immutable --- diff --git a/lib/Test/Moose.pm b/lib/Test/Moose.pm index 5f66349..f49683f 100644 --- a/lib/Test/Moose.pm +++ b/lib/Test/Moose.pm @@ -124,6 +124,11 @@ does for the C method. Tests if a class or object has a certain attribute, similar to what C does for the methods. +=item B + +Runs B (which should contain normal tests) twice, and immutablizes each +class in C<@class_names> in between the two runs. + =back =head1 TODO