Document the purpose of TestInit
Michael G. Schwern [Tue, 3 Mar 2009 00:12:33 +0000 (16:12 -0800)]
[Ammended with a grammar fix]

t/TestInit.pm

index aa76fe1..09097ef 100644 (file)
@@ -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.
 #