diff options
author | Albert Dvornik <bert@genscan.com> | 1998-06-24 15:33:09 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-29 05:09:24 +0000 |
commit | 1fa4e549f8e9f3cede7f12d9227a009e3b2383d9 (patch) | |
tree | 6c3163656394a5946b0bec4b2db8b748aa323070 /MANIFEST | |
parent | 4d8e958134796df34602e5e9cd681a03e196ab86 (diff) | |
download | perl-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-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |