This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add perltodo entry for 0odddd, octal constant
authorKarl Williamson <khw@khw-desktop.(none)>
Tue, 22 Jun 2010 20:44:53 +0000 (14:44 -0600)
committerJesse Vincent <jesse@bestpractical.com>
Tue, 29 Jun 2010 02:30:05 +0000 (22:30 -0400)
pod/perltodo.pod

index 851053d..532c01b 100644 (file)
@@ -1243,6 +1243,12 @@ 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<00dddd>
+
+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>
+
 =head1 Big projects
 
 Tasks that will get your name mentioned in the description of the "Highlights