From: Florian Ragwitz Date: Wed, 6 Oct 2010 00:37:21 +0000 (+0200) Subject: Fix Pod error X-Git-Tag: 1.16~71 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=013181e17138a964724528ce5d2b6bd033237753;p=gitmo%2FMoose.git Fix Pod error --- diff --git a/lib/Moose/Manual/Delegation.pod b/lib/Moose/Manual/Delegation.pod index 946bbf0..cccf343 100644 --- a/lib/Moose/Manual/Delegation.pod +++ b/lib/Moose/Manual/Delegation.pod @@ -166,7 +166,7 @@ call C<< $spider->request->header('UserAgent', 'MyClient') >> behind the scenes. Note that with currying, the currying always start with the first parameter to -a method (C<$_[0]). Any arguments you pass to the delegation come after the +a method (C<$_[0]>). Any arguments you pass to the delegation come after the curried arguments. =head1 MISSING ATTRIBUTES