summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorAlbert Dvornik <bert@genscan.com>1998-06-24 15:33:09 -0400
committerGurusamy Sarathy <gsar@cpan.org>1998-06-29 05:09:24 +0000
commit1fa4e549f8e9f3cede7f12d9227a009e3b2383d9 (patch)
tree6c3163656394a5946b0bec4b2db8b748aa323070 /MANIFEST
parent4d8e958134796df34602e5e9cd681a03e196ab86 (diff)
downloadperl-1fa4e549f8e9f3cede7f12d9227a009e3b2383d9.tar.gz
applied patch, tweak for threads awareness
Subject: [PATCH]5.004_04-m4 (CORE) fix for broken "goto &xsub" Message-Id: <tq4sxawf2h.fsf@puma.genscan.com> p4raw-id: //depot/perl@1257
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 03d198dea0..f4108deb6e 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -866,6 +866,7 @@ t/op/flip.t See if range operator works
t/op/fork.t See if fork works
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/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