From: Dave Rolsky Date: Sun, 7 Feb 2010 18:36:33 +0000 (-0600) Subject: Document that apply_metaroles returns a metaclass object X-Git-Tag: 0.97~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8f6b08fd087af57e50a2997968d737bbfc0e0f61;p=gitmo%2FMoose.git Document that apply_metaroles returns a metaclass object --- diff --git a/lib/Moose/Util/MetaRole.pm b/lib/Moose/Util/MetaRole.pm index 8aac176..2231742 100644 --- a/lib/Moose/Util/MetaRole.pm +++ b/lib/Moose/Util/MetaRole.pm @@ -228,8 +228,11 @@ This module provides two functions. =head2 apply_metaroles( ... ) -This function will apply roles to one or more metaclasses for the -specified class. It accepts the following parameters: +This function will apply roles to one or more metaclasses for the specified +class. It will return a new metaclass object for the class or role passed in +the "for" parameter. + +It accepts the following parameters: =over 4