]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commitdiff
Consistently enforce a destruction level of 3
authorVincent Pit <vince@profvince.com>
Mon, 2 Nov 2009 09:41:40 +0000 (10:41 +0100)
committerVincent Pit <vince@profvince.com>
Mon, 2 Nov 2009 09:41:40 +0000 (10:41 +0100)
lib/Test/Valgrind/Command/Perl.pm

index f6c1ede2ef8bf205a43a0696c69ae382532b5cd1..2a8e2a41286eaa54002c4d33b0342bb00a3fbd69 100644 (file)
@@ -145,7 +145,7 @@ Returns an L<Env::Sanctify> object that sets the environment variables C<PERL_DE
 sub env {
  Env::Sanctify->sanctify(
   env => {
-   PERL_DESTRUCT_LEVEL => 2,
+   PERL_DESTRUCT_LEVEL => 3,
    PERL_DL_NONLAZY     => 1,
   },
  );