summaryrefslogtreecommitdiff
path: root/pod/perltodo.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-07-21 10:44:57 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-07-21 10:44:57 +0200
commitde6375e332702d303851040d7f316f395af6be8e (patch)
tree46dc30a4147c40916069a2a834e8ccbd197a1d47 /pod/perltodo.pod
parentdee8984cba45cc99110362dad3c7f88b172a5627 (diff)
downloadperl-de6375e332702d303851040d7f316f395af6be8e.tar.gz
perltodo: truncate() prototype
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r--pod/perltodo.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index ddafb95fb2..06b5c771e0 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -813,6 +813,11 @@ Currently C<goto keyword> "computes" the label value:
It would be nice to forbid labels with keyword names, to avoid confusion.
+=head2 truncate() prototype
+
+The prototype of truncate() is currently C<$$>. It should probably
+be C<*$> instead. (This is changed in F<opcode.pl>)
+
=head2 error reporting of [$a ; $b]
Using C<;> inside brackets is a syntax error, and we don't propose to change