projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dee8984
)
perltodo: truncate() prototype
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Tue, 21 Jul 2009 08:44:57 +0000
(10:44 +0200)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Tue, 21 Jul 2009 08:44:57 +0000
(10:44 +0200)
pod/perltodo.pod
patch
|
blob
|
history
diff --git
a/pod/perltodo.pod
b/pod/perltodo.pod
index
ddafb95
..
06b5c77
100644
(file)
--- 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