summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2009-03-02 16:12:33 -0800
committerNicholas Clark <nick@ccl4.org>2009-08-25 20:03:05 +0100
commitc1b78184f1374bafe726cd45d46832499e48eb74 (patch)
tree8744772bdb69867601bfd1b5a70c36fe12555400
parent923e061dc2258fcbb7b78473a6ebb8391a3e8068 (diff)
downloadperl-c1b78184f1374bafe726cd45d46832499e48eb74.tar.gz
Document the purpose of TestInit
[Ammended with a grammar fix]
-rw-r--r--t/TestInit.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/TestInit.pm b/t/TestInit.pm
index aa76fe194b..09097ef759 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.
#