summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2001-11-10 01:10:45 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-10 01:39:01 +0000
commitd11311f770fa80ec2f800e1e2c3dae1c890fdd03 (patch)
treebe8337717ed5ce14588765d110baeff908e0f8e8 /MANIFEST
parente9b6bb1c03707a0530be2791cdf7c3ef8ec39e07 (diff)
downloadperl-d11311f770fa80ec2f800e1e2c3dae1c890fdd03.tar.gz
new tests for swiches -n -p -a -F
Message-ID: <20011110001045.A11945@rafael> p4raw-id: //depot/perl@12923
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST5
1 files changed, 5 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 63b0257fb9..be706627fe 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -2263,6 +2263,11 @@ t/README Instructions for regression tests
t/run/exit.t Test perl's exit status.
t/run/kill_perl.t Tests that kill perl.
t/run/runenv.t Test if perl honors its environment variables.
+t/run/noswitch.t Test aliasing ARGV for other switch tests
+t/run/switchp.t Test the -p switch
+t/run/switchn.t Test the -n switch
+t/run/switcha.t Test the -a switch
+t/run/switchF.t Test the -F switch
t/TEST The regression tester
t/test.pl Simple testing library
t/TestInit.pm Preamble library for core tests