From: Christian Walde Date: Tue, 10 Jan 2012 14:18:32 +0000 (+0100) Subject: added note that coerce and trigger do the tasks of initializer better X-Git-Tag: v0.009_016~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoo.git;a=commitdiff_plain;h=f88623a1ccafefb58c970f04406ed60448ad772f added note that coerce and trigger do the tasks of initializer better --- diff --git a/lib/Moo.pm b/lib/Moo.pm index 7364c62..32dc9cd 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -458,7 +458,8 @@ API will encourage the use of other type systems as well, since it's probably the weakest part of Moose design-wise. C is not supported in core since the author considers it to be a -bad idea but may be supported by an extension in future. +bad idea but may be supported by an extension in future. Meanwhile C or +C are more likely to be able to fulfill your needs. There is no meta object. If you need this level of complexity you wanted L - Moo succeeds at being small because it explicitly does not