summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2001-02-18 08:44:35 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2001-02-18 19:03:25 +0000
commit4343e7c36e286bd35f0011d180bda3c7612c4aac (patch)
treec1a3a2943035a6b0f5aec5b8e8902a485ecf9cbe /MANIFEST
parenta6282f59d205f7ba10317c60ff10fee3c0c77b28 (diff)
downloadperl-4343e7c36e286bd35f0011d180bda3c7612c4aac.tar.gz
Adding in TestSetup.pm to replace BEGIN preamble on tests.
Message-ID: <20010218134435.A17544@magnonel.guild.net> Applied, but as t/TestInit.pm. p4raw-id: //depot/perl@8829
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 77f921e223..4285eba4fe 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1331,6 +1331,7 @@ sv.c Scalar value code
sv.h Scalar value header
t/README Instructions for regression tests
t/TEST The regression tester
+t/TestInit.pm Preamble library for core tests
t/base/commonsense.t See if configuration meets basic needs
t/base/cond.t See if conditionals work
t/base/if.t See if if works