From: Rafael Garcia-Suarez Date: Tue, 21 Jul 2009 08:44:57 +0000 (+0200) Subject: perltodo: truncate() prototype X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=de6375e332702d303851040d7f316f395af6be8e;p=p5sagit%2Fp5-mst-13.2.git perltodo: truncate() prototype --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index ddafb95..06b5c77 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -813,6 +813,11 @@ Currently C "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) + =head2 error reporting of [$a ; $b] Using C<;> inside brackets is a syntax error, and we don't propose to change