diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-07-21 10:44:57 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-07-21 10:44:57 +0200 |
commit | de6375e332702d303851040d7f316f395af6be8e (patch) | |
tree | 46dc30a4147c40916069a2a834e8ccbd197a1d47 /pod/perltodo.pod | |
parent | dee8984cba45cc99110362dad3c7f88b172a5627 (diff) | |
download | perl-de6375e332702d303851040d7f316f395af6be8e.tar.gz |
perltodo: truncate() prototype
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r-- | pod/perltodo.pod | 5 |
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 |