diff options
author | Brad Gilbert <b2gills@gmail.com> | 2009-10-22 22:03:40 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-10-22 22:03:40 +0200 |
commit | 114c60ecb1f775ef1deb4fdc8fb8e3a6f343d13d (patch) | |
tree | 7972b5193369afe8afe15bba2b956ec805ed2cfe /MANIFEST | |
parent | d408791feefd619096e6fd7ffe59e868e9359ef8 (diff) | |
download | perl-114c60ecb1f775ef1deb4fdc8fb8e3a6f343d13d.tar.gz |
Bare readdir in while loop now sets $_
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4137,6 +4137,7 @@ symbian/uid.pl Helper code for config.pl symbian/version.pl Helper code for config.pl symbian/xsbuild.pl Building extensions taint.c Tainting code +t/0 while(readdir) testing file t/base/cond.t See if conditionals work t/base/if.t See if if works t/base/lex.t See if lexical items work @@ -4457,6 +4458,7 @@ t/op/utftaint.t See if utf8 and taint work together t/op/vec.t See if vectors work t/op/ver.t See if v-strings and the %v format flag work t/op/wantarray.t See if wantarray works +t/op/while_readdir.t See if while(readdir) works t/op/write.t See if write works (formats work) t/op/yadayada.t See if ... works t/perl.supp Perl valgrind suppressions |