From: Andy Dougherty <doughera@lafayette.edu>
Date: Mon, 22 Oct 2007 16:42:44 +0000 (-0400)
Subject: perltodo.pod:  Add more detail about @INC order.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3d14fd97378b818db1bcd8a383d9af3676ba3c1f;p=p5sagit%2Fp5-mst-13.2.git

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
---

diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index 329ae57..016fb79 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*