Document that apply_metaroles returns a metaclass object
Dave Rolsky [Sun, 7 Feb 2010 18:36:33 +0000 (12:36 -0600)]
lib/Moose/Util/MetaRole.pm

index 8aac176..2231742 100644 (file)
@@ -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