From: Nicholas Clark Date: Thu, 29 Mar 2012 16:19:29 +0000 (+0200) Subject: @INC order was improved in a series of commits ending with e37778c28ba4f703. X-Git-Tag: v5.16.0-RC1~102^2~15 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/d88c463faf29475d923b1de3579f19ee79cc77a6?hp=93e0679bc6bb150a9708317078930a563d0ecf76 @INC order was improved in a series of commits ending with e37778c28ba4f703. Belatedly remove it from the TODO list. --- diff --git a/Porting/todo.pod b/Porting/todo.pod index 825b277..64796b4 100644 --- a/Porting/todo.pod +++ b/Porting/todo.pod @@ -410,14 +410,6 @@ macro used can be changed. =back -=head2 Modernize the order of directories in @INC - -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. One possible proposal is laid out in this -message: -L - =head2 -Duse32bit* Natively 64-bit systems need neither -Duse64bitint nor -Duse64bitall.