From: Karen Etheridge Date: Tue, 19 Mar 2013 21:42:11 +0000 (-0700) Subject: document that ->make_immutable does nothing - resolves RT#83188) X-Git-Tag: v1.002000~37 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=917f27ca814a6e26cbb7e7803a8c492e70c846e3;p=gitmo%2FMoo.git document that ->make_immutable does nothing - resolves RT#83188) --- diff --git a/lib/Moo.pm b/lib/Moo.pm index 8454377..3711a68 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -793,7 +793,7 @@ Finally, Moose requires you to call at the end of your class to get an inlined (i.e. not horribly slow) constructor. Moo does it automatically the first time ->new is called -on your class. +on your class. (C is a no-op in Moo to ease migration.) An extension L exists to ease translating Moose packages to Moo by providing a more Moose-like interface.