Add -Duse32bit* in perltodo
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 22 Oct 2007 08:55:01 +0000 (08:55 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 22 Oct 2007 08:55:01 +0000 (08:55 +0000)
p4raw-id: //depot/perl@32160

pod/perltodo.pod

index 3df57c5..560f9e5 100644 (file)
@@ -338,6 +338,14 @@ The way @INC is laid out by default, one cannot upgrade core (dual-life)
 modules without overwriting files. This causes problems for binary
 package builders.
 
+=head2 -Duse32bit*
+
+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.12.
+
 =head2 Make it clear from -v if this is the exact official release
 
 Currently perl from C<p4>/C<rsync> ships with a F<patchlevel.h> file that