From: Chris Prather Date: Sun, 19 Feb 2012 23:56:38 +0000 (-0500) Subject: add line about ->dump missing from Moo objects too X-Git-Tag: v0.009014~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c96a6326fae5a64b6f5d9328c2bffeece9820f2c;hp=5902c1fcd2ed52f78c6710638be7798fc3c05c8d;p=gitmo%2FMoo.git add line about ->dump missing from Moo objects too --- diff --git a/lib/Moo.pm b/lib/Moo.pm index 19f5327..94b1742 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -464,6 +464,10 @@ No support for C, C, C, or C - override can be handled by around albeit with a little more typing, and the author considers augment to be a bad idea. +The C method is not provided by default. The author suggests loading +L into C (via C for example) and +using C<$obj-E$::Dwarn()> instead. + L only supports coderefs, because doing otherwise is usually a mistake anyway.