the option is excludes, not exclude
[gitmo/Moose.git] / lib / Moose / Meta / Role.pm
index 52d0e22..82ce504 100644 (file)
@@ -793,7 +793,7 @@ This method creates a new role object with the provided name.
 
 This method accepts a list of array references. Each array reference
 should contain a role name as its first element. The second element is
-an optional hash reference. The hash reference can contain C<exclude>
+an optional hash reference. The hash reference can contain C<excludes>
 and C<alias> keys to control how methods are composed from the role.
 
 The return value is a new L<Moose::Meta::Role::Composite> that