diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-04-28 18:44:15 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-04-28 18:44:15 +0000 |
commit | 3b777bb48ecd6a599e86393b690784822a7a696f (patch) | |
tree | 116536d1a09aa36f161654b95c270e6c6c52e6a5 /INSTALL | |
parent | df0deb90068dea6e06bd6632928a2926975901ce (diff) | |
download | perl-3b777bb48ecd6a599e86393b690784822a7a696f.tar.gz |
support additional library locations via $Config{otherlibdirs}
(from Andy Dougherty)
p4raw-id: //depot/perl@6001
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -497,9 +497,9 @@ network. One way to do that would be something like As a final catch-all, Configure also offers an $otherlibdirs variable. This variable contains a colon-separated list of additional -directories to add to @INC. By default, it will be set to -$prefix/site_perl if Configure detects that you have 5.004-era modules -installed there. However, you can set it to anything you like. +directories to add to @INC. By default, it will be empty. +Perl will search these directories (including architecture and +version-specific subdirectories) for add-on modules and extensions. =item Man Pages |