summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2021-05-08 18:37:07 +0100
committerSawyer X <xsawyerx@cpan.org>2021-05-15 14:50:47 +0300
commit23cdfd49aa982a5e7ed1eccf4ffb6859b9a5faa7 (patch)
tree1ae1874a5d9e6cc527f5df7d4924c203ffe6fa63
parentb77403b54fb61cf4a80612dc1c8a78c1c53bf2d7 (diff)
downloadperl-23cdfd49aa982a5e7ed1eccf4ffb6859b9a5faa7.tar.gz
Remove todo note about octal notation since it's now added
-rw-r--r--Porting/todo.pod6
1 files changed, 0 insertions, 6 deletions
diff --git a/Porting/todo.pod b/Porting/todo.pod
index 8c35c8cecd..31e0e6a3be 100644
--- a/Porting/todo.pod
+++ b/Porting/todo.pod
@@ -1165,12 +1165,6 @@ combines the code in pp_entersub, pp_leavesub. This should probably
be done 1st in XS, and using B::Generate to patch the new OP into the
optrees.
-=head2 Add C<0odddd>
-
-It has been proposed that octal constants be specifiable through the syntax
-C<0oddddd>, parallel to the existing construct to specify hex constants
-C<0xddddd>
-
=head2 Revisit the regex super-linear cache code
Perl executes regexes using the traditional backtracking algorithm, which