This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Porting/todo.pod: Update file name in ‘truncate() prototype’
authorFather Chrysostomos <sprout@cpan.org>
Tue, 7 Jun 2016 05:21:11 +0000 (22:21 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 7 Jun 2016 05:21:11 +0000 (22:21 -0700)
Porting/todo.pod

index db459ec..484b187 100644 (file)
@@ -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]