diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-01-06 18:11:22 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-01-06 18:11:22 +0000 |
commit | 800633c3daced5882d77eb7f133a700d5838565e (patch) | |
tree | d7e3829e4d8c863840aa9983bd8574d0aba65629 /MANIFEST | |
parent | 2b712af56b0b0dbe19e312dacbdd227fb3dad324 (diff) | |
download | perl-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-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |