Re: [DOC PATCH] Re: [ID 20020613.003] context incorrectly reported
Yitzchak Scott-Thoennes [Tue, 18 Jun 2002 15:40:08 +0000 (08:40 -0700)]
Message-ID: <Ib7D9gzkgmTG092yn@efn.org>

p4raw-id: //depot/perl@17307

lib/overload.pm

index 1cde642..715f10a 100644 (file)
@@ -404,6 +404,9 @@ glob (which may require a stringification).  The same overloading
 happens both for the I<read-filehandle> syntax C<E<lt>$varE<gt>> and
 I<globbing> syntax C<E<lt>${var}E<gt>>.
 
+B<BUGS> Even in list context, the iterator is currently called only
+once and with scalar context.
+
 =item * I<Dereferencing>
 
     '${}', '@{}', '%{}', '&{}', '*{}'.