diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-02-23 01:03:27 +0100 |
---|---|---|
committer | hv <hv@crypt.org> | 2003-02-25 13:21:19 +0000 |
commit | 82d039840b913b4eed10833ac05709a5abd02ead (patch) | |
tree | ae3a2ac26b28aad8ed1101a8116768f0ecc06da3 /MANIFEST | |
parent | cc7dbc11d7cd9ed68bb2fbc677f60586de194a05 (diff) | |
download | perl-82d039840b913b4eed10833ac05709a5abd02ead.tar.gz |
Re: [perl #21321] local ${"FOO"} does not work
Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
p4raw-id: //depot/perl@18774
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2591,6 +2591,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/localref.t See if local ${deref} 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 |