diff options
author | Matthew Horsfall <wolfsage@gmail.com> | 2022-06-20 15:36:42 -0400 |
---|---|---|
committer | Matthew Horsfall <wolfsage@gmail.com> | 2022-06-20 15:37:41 -0400 |
commit | debac2c8a1c90bed13b17d09a45a8bf9986e04ff (patch) | |
tree | cffd163911d6c04c35a64ddbbbfdc84120e79f71 /Porting/todo.pod | |
parent | 1b34940f3652c4cdb2b17a6ecb0c4451bbf67f19 (diff) | |
download | perl-debac2c8a1c90bed13b17d09a45a8bf9986e04ff.tar.gz |
Dump perl version everywhere to 5.37.2
This attempted to change sv_inline.h, but those were clearly
wrong!
Diffstat (limited to '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 930d431534..a71d2a8e1b 100644 --- a/Porting/todo.pod +++ b/Porting/todo.pod @@ -486,7 +486,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.37.1. +options would be nice for perl 5.37.2. =head2 Profile Perl - am I hot or not? @@ -1183,7 +1183,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.37.1" +of 5.37.2" =head2 make ithreads more robust |