diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-19 09:20:22 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-19 09:20:22 +0000 |
commit | 6175e92675be1342fe51e34be66eb32d50cd8c0b (patch) | |
tree | c4c1e32546ebbe26100263579261519cb2172194 /pod/perlmodinstall.pod | |
parent | 227e8dd41da683de6280c9d2acd3b6b29fd52832 (diff) | |
download | perl-6175e92675be1342fe51e34be66eb32d50cd8c0b.tar.gz |
mention how to look up perllocal.pod (from Michael G Schwern)
p4raw-id: //depot/perl@5827
Diffstat (limited to 'pod/perlmodinstall.pod')
-rw-r--r-- | pod/perlmodinstall.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perlmodinstall.pod b/pod/perlmodinstall.pod index 5f1c62e96d..19ffac98c9 100644 --- a/pod/perlmodinstall.pod +++ b/pod/perlmodinstall.pod @@ -91,6 +91,11 @@ While still in that directory, type: Make sure you have appropriate permissions to install the module in your Perl 5 library directory. Often, you'll need to be root. +Perl maintains a record of all module installations. To look at +this list, simply type: + + perldoc perllocal + That's all you need to do on Unix systems with dynamic linking. Most Unix systems have dynamic linking--if yours doesn't, or if for another reason you have a statically-linked perl, I<and> the |