From: Matt S Trout Date: Fri, 27 Apr 2012 04:02:01 +0000 (+0000) Subject: document MX::AttributeShortcuts 009+ support X-Git-Tag: v0.091000~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=239d4711db5f4bdc5e621083d24b64b72e68a784;p=gitmo%2FMoo.git document MX::AttributeShortcuts 009+ support --- diff --git a/Changes b/Changes index e894495..958201c 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ + - document MX::AttributeShortcuts 009+ support - documentation for the metaclass inflation code - better error message for broken BUILDARGS - provide 'no Moo::sification' to forcibly disable metaclass inflation diff --git a/lib/Moo.pm b/lib/Moo.pm index bead1cb..1462531 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -520,7 +520,7 @@ similar invocation for L would be: Additionally, L supports a set of attribute option shortcuts intended to reduce common boilerplate. The set of shortcuts is the same as in the L -module L. So if you: +module L as of its version 0.009+. So if you: package MyClass; use Moo;