From: Vincent Pit Date: Thu, 4 Mar 2010 00:27:56 +0000 (+0100) Subject: "leys" typo in POD X-Git-Tag: rt53647^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fautovivification.git;a=commitdiff_plain;h=f5563da4d43d7f218b4624ad87d9e1909753590b "leys" typo in POD This fixes RT #53647. --- diff --git a/lib/autovivification.pm b/lib/autovivification.pm index 9d009a8..a266d79 100644 --- a/lib/autovivification.pm +++ b/lib/autovivification.pm @@ -65,7 +65,7 @@ Enables the features given in C<@opts>, which can be : C<'fetch'> Turn off autovivification for rvalue dereferencing expressions, such as C<< $value = $hashref->{key}[$idx]{$field} >>, C<< keys %{$hashref->{key}} >> or C<< values %{$hashref->{key}} >>. -Starting from perl C<5.11>, it also covers C and C on array references. +Starting from perl C<5.11>, it also covers C and C on array references. When the expression would have autovivified, C is returned for a plain fetch, while C and C return C<0> in scalar context and the empty list in list context. =item *