Change 16381 by rgs@rgs-home on 2002/05/03 20:07:44
Subject: t/TestInit.pm - clean up comments
From: [EMAIL PROTECTED]
Date: Fri, 3 May 02 14:51 edt
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
.... //depot/perl/t/TestInit.pm#5 edit
Differences ...
==== //depot/perl/t/TestInit.pm#5 (text) ====
Index: perl/t/TestInit.pm
--- perl/t/TestInit.pm.~1~ Fri May 3 14:15:05 2002
+++ perl/t/TestInit.pm Fri May 3 14:15:05 2002
@@ -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;
End of Patch.