From: Jesse Luehrs Date: Sun, 26 Sep 2010 19:42:49 +0000 (-0500) Subject: update docs about initialize X-Git-Tag: 1.15~59 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=110bb412ff762a1e6c45505a8ba3e6ea717341ea;p=gitmo%2FMoose.git update docs about initialize --- diff --git a/lib/Moose/Util/MetaRole.pm b/lib/Moose/Util/MetaRole.pm index 01123aa..868409f 100644 --- a/lib/Moose/Util/MetaRole.pm +++ b/lib/Moose/Util/MetaRole.pm @@ -224,16 +224,9 @@ extensions can apply roles in any order. =head1 USAGE -B. The process of applying roles -to the metaclass reinitializes the metaclass object, which wipes out -any existing attributes already defined. However, as long as you do -this when your module is imported, the caller should not have any -attributes defined yet. - -The easiest way to ensure that this happens is to use -L, which can generate the appropriate C -method for you, and make sure it is called when imported. +The easiest way to use this module is through L, which can +generate the appropriate C method for you, and make sure it is +called when imported. =head1 FUNCTIONS