summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorPaul Green <Paul.Green@stratus.com>2002-05-03 10:51:00 -0400
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-05-03 20:07:44 +0000
commitdb7c437609ef3fd7055f95bb15b6547455cee3a7 (patch)
treeaa1c7c344f2b6bfe4691194e86353b9449a142d0 /t
parent9a473428524fe6f52bcc04776c71cff87d1505ca (diff)
downloadperl-db7c437609ef3fd7055f95bb15b6547455cee3a7.tar.gz
t/TestInit.pm - clean up comments
Message-ID: <200205031850.OAA09104@mailhub2.stratus.com> p4raw-id: //depot/perl@16381
Diffstat (limited to 't')
-rw-r--r--t/TestInit.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/t/TestInit.pm b/t/TestInit.pm
index a2a074e13f..f33ee1294b 100644
--- a/t/TestInit.pm
+++ b/t/TestInit.pm
@@ -1,5 +1,5 @@
# This is a replacement for the old BEGIN preamble which heads (or
-# should head) up every core test program to prep it for running.
+# should head) up every core test program to prepare it for running.
# Now instead of:
#
# BEGIN {
@@ -7,11 +7,11 @@
# @INC = '../lib';
# }
#
-# t/TEST will use -MTestInit. It also doesn't hurt if you "use TestInit"
-# (not require) in the test scripts.
+# t/TEST will use -MTestInit. You may "use TestInit" in the test
+# programs but it is not required.
#
-# PS this is not POD because this should be a very minimalist module in
-# case of funaemental perl breakage.
+# P.S. This documentation is not in POD format in order to avoid
+# problems when there are fundamental bugs in perl.
package TestInit;