summaryrefslogtreecommitdiff
path: root/lib/overload.pm
diff options
context:
space:
mode:
authorYitzchak Scott-Thoennes <sthoenna@efn.org>2002-06-18 08:40:08 -0700
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-06-19 20:26:24 +0000
commit54f8c77382e6d92f19c4cf5463ad7c86c868a545 (patch)
tree7b200ab0ebb004e51cbfc004d99835acfe308edf /lib/overload.pm
parenta6a21311b1760cd7fbbeef23a16b1acc38f15e3d (diff)
downloadperl-54f8c77382e6d92f19c4cf5463ad7c86c868a545.tar.gz
Re: [DOC PATCH] Re: [ID 20020613.003] context incorrectly reported
Message-ID: <Ib7D9gzkgmTG092yn@efn.org> p4raw-id: //depot/perl@17307
Diffstat (limited to 'lib/overload.pm')
-rw-r--r--lib/overload.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/overload.pm b/lib/overload.pm
index 1cde64241e..715f10a277 100644
--- a/lib/overload.pm
+++ b/lib/overload.pm
@@ -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>
'${}', '@{}', '%{}', '&{}', '*{}'.