From: Michael G. Schwern Date: Tue, 3 Mar 2009 00:12:33 +0000 (-0800) Subject: Document the purpose of TestInit X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c1b78184f1374bafe726cd45d46832499e48eb74;p=p5sagit%2Fp5-mst-13.2.git Document the purpose of TestInit [Ammended with a grammar fix] --- diff --git a/t/TestInit.pm b/t/TestInit.pm index aa76fe1..09097ef 100644 --- a/t/TestInit.pm +++ b/t/TestInit.pm @@ -7,6 +7,9 @@ # @INC = '../lib'; # } # +# Its primary purpose is to clear @INC so core tests don't pick up +# modules from an installed Perl. +# # t/TEST will use -MTestInit. You may "use TestInit" in the test # programs but it is not required. #