X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlfaq8.pod;h=2fceab143f5a481a2945c63a61593cf533879f54;hb=f0d19b68a1c8d6c2dc3a5b85d4616bcdecd73ff9;hp=e2ea3e799bc22cea39153f8f1cbd41cf4a7caf60;hpb=f3b9614f0158a3b651efa95838d539130c869eef;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlfaq8.pod b/pod/perlfaq8.pod index e2ea3e7..2fceab1 100644 --- a/pod/perlfaq8.pod +++ b/pod/perlfaq8.pod @@ -1163,7 +1163,7 @@ See Perl's L for more information. use lib "$FindBin::Bin"; use your_own_modules; -=head2 How do I add a directory to my include path at runtime? +=head2 How do I add a directory to my include path (@INC) at runtime? Here are the suggested ways of modifying your include path: