From: Dave Rolsky Date: Sat, 15 May 2010 20:58:27 +0000 (-0500) Subject: No space between method names and parens in docs X-Git-Tag: 1.04~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9f9fdd086f4592d1dc81aa352771aee280788b67;p=gitmo%2FMoose.git No space between method names and parens in docs --- diff --git a/lib/Moose/Meta/Class.pm b/lib/Moose/Meta/Class.pm index 0e4897c..c9c464b 100644 --- a/lib/Moose/Meta/Class.pm +++ b/lib/Moose/Meta/Class.pm @@ -804,9 +804,9 @@ excludes the named role. This tests both the class and its parents. This overrides the parent's method in order to allow the parameters to be provided as a hash reference. -=item B<< $metaclass->constructor_class ($class_name) >> +=item B<< $metaclass->constructor_class($class_name) >> -=item B<< $metaclass->destructor_class ($class_name) >> +=item B<< $metaclass->destructor_class($class_name) >> These are the names of classes used when making a class immutable. These default to L and