From: Dave Rolsky Date: Fri, 8 Aug 2008 16:54:01 +0000 (+0000) Subject: Fix a typo in the class name X-Git-Tag: 0_55_01~43^2~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=90ef036689521485ec3995d845a9a81fcb394457;p=gitmo%2FMoose.git Fix a typo in the class name --- diff --git a/lib/Moose/Role.pm b/lib/Moose/Role.pm index aae14a9..14f4d55 100644 --- a/lib/Moose/Role.pm +++ b/lib/Moose/Role.pm @@ -227,7 +227,7 @@ The C method sets up the metaclass object for the role specified by C. It also injects a a C accessor into the role so you can get at this object. -The default metaclass is L. You can specify an +The default metaclass is L. You can specify an alternate metaclass with the C parameter. =head1 CAVEATS