diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-03-28 02:28:20 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-03-28 02:28:20 +0000 |
commit | fd3835b3e90ede5576a7ad392beef86bf933ce15 (patch) | |
tree | 7e48c1da9509d42386cfdfd014b509b84aac4898 /MANIFEST | |
parent | d98d5fffa337682ca6cac752b32ff55e863a53a0 (diff) | |
download | perl-fd3835b3e90ede5576a7ad392beef86bf933ce15.tar.gz |
fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
(sometimes caused bizarreness in the BLOCK)
p4raw-id: //depot/perl@3180
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1177,6 +1177,7 @@ t/op/glob.t See if <*> works t/op/goto.t See if goto works t/op/goto_xs.t See if "goto &sub" works on XSUBs t/op/grent.t See if getgr*() functions work +t/op/grep.t See if grep() and map() work t/op/groups.t See if $( works t/op/gv.t See if typeglobs work t/op/hashwarn.t See if warnings for bad hash assignments work |