X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=blobdiff_plain;f=t%2Flib%2FVariable%2FMagic%2FTestGlobalDestruction.pm;h=06ab8353da8a6ba6a3729c7d2945ef2527e0bca3;hp=c6639a63ba3e2d8e3e6815d0dc604be7c096af54;hb=381d0cf3a97a6b9e78ea71fe4c4ab7344fa8e7fe;hpb=18975a85575a68ddb2e0e0a6ee8075dac66a3c73 diff --git a/t/lib/Variable/Magic/TestGlobalDestruction.pm b/t/lib/Variable/Magic/TestGlobalDestruction.pm index c6639a6..06ab835 100644 --- a/t/lib/Variable/Magic/TestGlobalDestruction.pm +++ b/t/lib/Variable/Magic/TestGlobalDestruction.pm @@ -68,7 +68,7 @@ sub import { my $level = $args{level}; $level = 1 unless defined $level; - if ("$]" < 5.013_004 and not $ENV{PERL_VARIABLE_MAGIC_TEST_THREADS}) { + if ("$]" < 5.013_004 and not $ENV{PERL_FORCE_TEST_THREADS}) { _diag("perl 5.13.4 required to safely test global destruction"); return 0; }