diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-14 21:10:09 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-14 21:10:09 +0000 |
commit | 5da4baf7965da69c0b59c8683d446777cff89c61 (patch) | |
tree | 8504c47e0f540dc93c00511ca7727db5cb1a2c7a /t/op/lex_assign.t | |
parent | 192cbf1b06bd0b1c75cb42877f87ad6c99aa68e0 (diff) | |
download | perl-5da4baf7965da69c0b59c8683d446777cff89c61.tar.gz |
The Day of the Retractions continues: the #9138
(integrated in #9144) doesn't work well in mainline.
p4raw-id: //depot/perl@9158
Diffstat (limited to 't/op/lex_assign.t')
-rwxr-xr-x | t/op/lex_assign.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/op/lex_assign.t b/t/op/lex_assign.t index d761f73ce7..ee74d93478 100755 --- a/t/op/lex_assign.t +++ b/t/op/lex_assign.t @@ -4,6 +4,7 @@ BEGIN { chdir 't' if -d 't'; @INC = '../lib'; } +$ENV{PERL_DESTRUCT_LEVEL} = 0 unless $ENV{PERL_DESTRUCT_LEVEL} > 3; umask 0; $xref = \ ""; |