From: Karen Etheridge Date: Sat, 16 Oct 2010 03:52:09 +0000 (-0700) Subject: more typos X-Git-Tag: 1.16~40 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e11cc42df71946b2b8675d41b4fd87cd37a1bac6;p=gitmo%2FMoose.git more typos --- diff --git a/lib/Moose/Meta/Attribute/Native.pm b/lib/Moose/Meta/Attribute/Native.pm index ec5bc28..fb8d6d3 100644 --- a/lib/Moose/Meta/Attribute/Native.pm +++ b/lib/Moose/Meta/Attribute/Native.pm @@ -70,7 +70,7 @@ Moose::Meta::Attribute::Native - Delegate to native Perl types =head1 DESCRIPTION Native delegations allow you to delegate to native Perl data -structure as if they were objects. For example, in the L you can +structures as if they were objects. For example, in the L you can see a hash reference being treated as if it has methods named C, C, C, and C.