diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2007-10-22 12:42:44 -0400 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-10-22 20:47:39 +0000 |
commit | 3d14fd97378b818db1bcd8a383d9af3676ba3c1f (patch) | |
tree | 98b4168e147277f63a5d6997ce402602705cb4fc | |
parent | 5e0caaeb4056614af54deb646e72147bdc6dcadc (diff) | |
download | perl-3d14fd97378b818db1bcd8a383d9af3676ba3c1f.tar.gz |
perltodo.pod: Add more detail about @INC order.
Message-ID: <Pine.LNX.4.64.0710221642120.14878@fractal.phys.lafayette.edu>
From: Andy Dougherty <doughera@lafayette.edu>
p4raw-id: //depot/perl@32173
-rw-r--r-- | pod/perltodo.pod | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 329ae57117..016fb79053 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -336,7 +336,9 @@ background or experience with XS, or how the Perl interpreter works 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. +package builders. One possible proposal is laid out in this +message: +L<http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-04/msg02380.html>. =head2 -Duse32bit* |