From: Robert Boone Date: Fri, 6 Apr 2007 03:47:09 +0000 (+0000) Subject: Spelling corrections. X-Git-Tag: 0.0005~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=06c9b7146066d4f18e5b17f00a7a49c8cb30b691;p=gitmo%2FMooseX-Object-Pluggable.git Spelling corrections. --- diff --git a/lib/MooseX/Object/Pluggable.pm b/lib/MooseX/Object/Pluggable.pm index d776792..0347b3d 100644 --- a/lib/MooseX/Object/Pluggable.pm +++ b/lib/MooseX/Object/Pluggable.pm @@ -52,11 +52,11 @@ Plugin methods are allowed to C, C, C their consuming classes, so it is important to watch for load order as plugins can and will overload each other. You may also add attributes through has. -Please note that when you laod at runtime you lose the ability to wrap C +Please note that when you load at runtime you lose the ability to wrap C and roles using C will not go through comile time checks like C and . -Even thouch C will work , I STRONGLY discourage it's use +Even though C will work , I STRONGLY discourage it's use and a warning will be thrown if you try to use it. This is closely linked to the way multiple roles being applies is handles and is not likely to change. C bevavior is closely linked to inheritance and thus will