]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - lib/Test/Valgrind/Command/Perl.pm
Consistently enforce a destruction level of 3
[perl/modules/Test-Valgrind.git] / lib / Test / Valgrind / Command / Perl.pm
index 6e39550e0869264ffa1fb0d14c3c4548910a8bf0..2a8e2a41286eaa54002c4d33b0342bb00a3fbd69 100644 (file)
@@ -9,14 +9,17 @@ Test::Valgrind::Command::Perl - A Test::Valgrind command that invokes perl.
 
 =head1 VERSION
 
-Version 1.01
+Version 1.11
 
 =cut
 
-our $VERSION = '1.01';
+our $VERSION = '1.11';
 
 =head1 DESCRIPTION
 
+This command is the base for all C<perl>-based commands.
+It handles the suppression generation and sets the main command-line flags.
+
 =cut
 
 use Env::Sanctify ();
@@ -142,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,
   },
  );