summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-01-06 18:11:22 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-01-06 18:11:22 +0000
commit800633c3daced5882d77eb7f133a700d5838565e (patch)
treed7e3829e4d8c863840aa9983bd8574d0aba65629 /MANIFEST
parent2b712af56b0b0dbe19e312dacbdd227fb3dad324 (diff)
downloadperl-800633c3daced5882d77eb7f133a700d5838565e.tar.gz
Fix bug #24813 : the -0 wasn't recognized on the #! line
p4raw-id: //depot/perl@22082
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index b2ea90aef8..081ac356c1 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -2891,6 +2891,7 @@ t/run/exit.t Test perl's exit status.
t/run/fresh_perl.t Tests that require a fresh perl.
t/run/noswitch.t Test aliasing ARGV for other switch tests
t/run/runenv.t Test if perl honors its environment variables.
+t/run/switch0.t Test the -0 switch
t/run/switcha.t Test the -a switch
t/run/switch_A.t Test the -A switch
t/run/switchC.t Test the -C switch