summaryrefslogtreecommitdiff
path: root/TestInit.pm
diff options
context:
space:
mode:
authorSlaven Rezic <srezic@cpan.org>2018-09-13 13:29:27 +0200
committerJames E Keenan <jkeenan@cpan.org>2018-09-13 08:29:36 -0400
commit524a2f33c8dc2fae028dee5691dc076b8c47238b (patch)
treefc2ee345aea40bf55485884ffa94246967fd379a /TestInit.pm
parent8f6fa66c6967f115eb142d5129b520af535fbf83 (diff)
downloadperl-524a2f33c8dc2fae028dee5691dc076b8c47238b.tar.gz
more places where -I. for -MTestInit is needed
Diffstat (limited to 'TestInit.pm')
-rw-r--r--TestInit.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/TestInit.pm b/TestInit.pm
index bded831e08..bab5aea512 100644
--- a/TestInit.pm
+++ b/TestInit.pm
@@ -10,7 +10,7 @@
# modules from an installed Perl.
#
# t/TEST and t/harness will invoke each test script with
-# perl -MTestInit[=arg,arg,..] some/test.t
+# perl -I. -MTestInit[=arg,arg,..] some/test.t
# You may "use TestInit" in the test # programs but it is not required.
#
# TestInit will completely empty the current @INC and replace it with