summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorRobin Houston <robin@cpan.org>2001-03-14 00:43:45 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-03-14 02:40:50 +0000
commit36c66720946952b050ad9db88444230a58b3c69d (patch)
tree695d8454479dd4db316880a24d7e7e4135014018 /MANIFEST
parent30def704cafa11862a4b1be8a6e882e725a22b02 (diff)
downloadperl-36c66720946952b050ad9db88444230a58b3c69d.tar.gz
Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9139
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 4fbcb65d32..55f90cf9b1 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1599,6 +1599,7 @@ t/op/lex_assign.t See if ops involving lexicals or pad temps work
t/op/lfs.t See if large files work for perlio
t/op/list.t See if array lists work
t/op/local.t See if local works
+t/op/loopctl.t See if next/last/redo work
t/op/lop.t See if logical operators work
t/op/magic.t See if magic variables work
t/op/method.t See if method calls work