diff options
author | Salvador FandiƱo <sfandino@yahoo.com> | 2003-02-17 23:38:05 +0000 |
---|---|---|
committer | hv <hv@crypt.org> | 2003-02-18 01:04:01 +0000 |
commit | cb8340be3384a90a55aad4280e799b656e1fa8af (patch) | |
tree | 3cc50797ea1da074a1070436a510f6fde3968b24 /MANIFEST | |
parent | 9a26048b591176092513e1e0db064d5315c21465 (diff) | |
download | perl-cb8340be3384a90a55aad4280e799b656e1fa8af.tar.gz |
Re: Did the assertion patch/feature submission get overlooked?
Message-ID: <3E51725D.5060303@yahoo.com>
p4raw-id: //depot/perl@18739
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2387,6 +2387,7 @@ t/cmd/mod.t See if statement modifiers work t/cmd/subval.t See if subroutine values work t/cmd/switch.t See if switch optimizations work t/cmd/while.t See if while loops work +t/comp/assertions.t See if assertions work t/comp/bproto.t See if builtins conform to their prototypes t/comp/cmdopt.t See if command optimization works t/comp/colon.t See if colons are parsed correctly @@ -2695,6 +2696,7 @@ t/run/noswitch.t Test aliasing ARGV for other switch tests t/run/runenv.t Test if perl honors its environment variables. t/run/switcha.t Test the -a switch t/run/switches.t Tests for the other switches +t/run/switchA.t Test the -A switch t/run/switchF.t Test the -F switch t/run/switchI.t Test the -I switch t/run/switchn.t Test the -n switch |