Change BUGS so it always tells people to look at Moose/BUGS rather than telling them...
[gitmo/Moose.git] / lib / Test / Moose.pm
index f49683f..b340b87 100644 (file)
@@ -126,8 +126,8 @@ 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.
+Runs B<CODE> (which should contain normal tests) twice, and make each
+class in C<@class_names> immutable in between the two runs.
 
 =back
 
@@ -163,9 +163,7 @@ class in C<@class_names> in between the two runs.
 
 =head1 BUGS
 
-All complex software has bugs lurking in it, and this module is no
-exception. If you find a bug please either email me, or add the bug
-to cpan-RT.
+See L<Moose/BUGS> for details on reporting bugs.
 
 =head1 AUTHOR