summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-03-28 02:28:20 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-03-28 02:28:20 +0000
commitfd3835b3e90ede5576a7ad392beef86bf933ce15 (patch)
tree7e48c1da9509d42386cfdfd014b509b84aac4898 /MANIFEST
parentd98d5fffa337682ca6cac752b32ff55e863a53a0 (diff)
downloadperl-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--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index af10ce8df4..2b69bc22d0 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -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