This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b17061
)
Porting/todo.pod: Update file name in ‘truncate() prototype’
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 7 Jun 2016 05:21:11 +0000
(22:21 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 7 Jun 2016 05:21:11 +0000
(22:21 -0700)
Porting/todo.pod
patch
|
blob
|
blame
|
history
diff --git
a/Porting/todo.pod
b/Porting/todo.pod
index
db459ec
..
484b187
100644
(file)
--- a/
Porting/todo.pod
+++ b/
Porting/todo.pod
@@
-850,7
+850,7
@@
bareword expressions after a "goto" as a label and never as a keyword.
=head2 truncate() prototype
The prototype of truncate() is currently C<$$>. It should probably
-be C<*$> instead. (This is changed in F<
opcode.pl>
)
+be C<*$> instead. (This is changed in F<
regen/opcodes>.
)
=head2 error reporting of [$a ; $b]