X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoo.pm;h=14625316a11cbbaf2c02c30300986e34900163c1;hb=239d4711db5f4bdc5e621083d24b64b72e68a784;hp=bead1cbf55287049b804d930ca68c86889d11167;hpb=1fce5bc99d87d8ab982313b5abe8939559776ddc;p=gitmo%2FMoo.git 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;