diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2019-07-21 12:25:21 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2019-07-21 14:02:28 +0100 |
commit | bc2d66694a8e3c3ab6f06076bb672776d0bfde33 (patch) | |
tree | e8bd2bce33839d2a7107adb0ab4279bd5fc10c52 | |
parent | c3d72fbe6ba0379df9f7ea44fc8195677cce0ade (diff) | |
download | perl-bc2d66694a8e3c3ab6f06076bb672776d0bfde33.tar.gz |
Update next major release number in Porting/todo.pod
-rw-r--r-- | Porting/todo.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/todo.pod b/Porting/todo.pod index b8dd63768e..16736209ba 100644 --- a/Porting/todo.pod +++ b/Porting/todo.pod @@ -485,7 +485,7 @@ Natively 64-bit systems need neither -Duse64bitint nor -Duse64bitall. On these systems, it might be the default compilation mode, and there is currently no guarantee that passing no use64bitall option to the Configure process will build a 32bit perl. Implementing -Duse32bit* -options would be nice for perl 5.26.0. +options would be nice for perl 5.32.0. =head2 Profile Perl - am I hot or not? @@ -1199,7 +1199,7 @@ L<http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2013-01/msg00339.html> =head1 Big projects Tasks that will get your name mentioned in the description of the "Highlights -of 5.26.0" +of 5.32.0" =head2 make ithreads more robust |