X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlmodlib.pod;h=a23ec1f66b18bbb76b565f91a8081e133b385ee8;hb=cccede5366275457276b68bb148b7872098aaf29;hp=28f25af1fd6a659578ecb24eafb2a665c86eb89e;hpb=7eaa0fdd38c4cf4d8dd1ecee4a5f57d7393079e2;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod index 28f25af..a23ec1f 100644 --- a/pod/perlmodlib.pod +++ b/pod/perlmodlib.pod @@ -1349,6 +1349,7 @@ just do this: % find `perl -Te 'print "@INC"'` -name '*.pm' -print +(The -T is here to prevent '.' from being listed in @INC.) They should all have their own documentation installed and accessible via your system man(1) command. If you do not have a B program, you can use the Perl B program instead, which @@ -1357,6 +1358,11 @@ have a B program but it doesn't find your modules, you'll have to fix your manpath. See L for details. If you have no system B command, you might try the B program. +Note also that the command C gives you a (possibly +incomplete) list of the modules that have been further installed on +your system. (The perllocal.pod file is updated by the standard MakeMaker +install process.) + =head2 Extension Modules Extension modules are written in C (or a mix of Perl and C). They