Perlfaq nits from Iain Truskett.
[p5sagit/p5-mst-13.2.git] / pod / perlfaq8.pod
index e2ea3e7..2fceab1 100644 (file)
@@ -1163,7 +1163,7 @@ See Perl's L<lib> 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: