diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-09-26 16:46:36 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-09-26 16:46:36 +0000 |
commit | fbf638cb2f3422c34f7602c75927b8364ccf21ee (patch) | |
tree | e4dd0450c5b34ae1bd17a5be7ec9de67aa171575 | |
parent | 84dccb35f7809a3cd00c6b11d0a9aa40b70e045f (diff) | |
download | perl-fbf638cb2f3422c34f7602c75927b8364ccf21ee.tar.gz |
Maybe the default order of directories in @INC should be modified.
p4raw-id: //depot/perl@31982
-rw-r--r-- | pod/perltodo.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 34cd5a3dff..3df57c510d 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -332,6 +332,12 @@ file/directory copying back and forth. These tasks would need a little C knowledge, but don't need any specific background or experience with XS, or how the Perl interpreter works +=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. + =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 |