From: Alessandro Ghedini Date: Mon, 8 Oct 2012 13:44:19 +0000 (+0100) Subject: fix POD typo (RT#80060) X-Git-Tag: v1.000005~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5f0ba39b8b0c5f273e76b2b162b299dc2e259171;p=gitmo%2FMoo.git fix POD typo (RT#80060) --- diff --git a/Changes b/Changes index adec10c..9730665 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ + - fix POD typo (RT#80060) + 1.000004 - 2012-10-03 - allow 'has \@attributes' like Moose does diff --git a/lib/Moo.pm b/lib/Moo.pm index ab9f1d0..3b88f49 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -240,7 +240,7 @@ thirds of L. Unlike L this module does not aim at full compatibility with L's surface syntax, preferring instead of provide full interoperability -via the metaclass inflation capabilites described in L. +via the metaclass inflation capabilities described in L. For a full list of the minor differences between L and L's surface syntax, see L.