]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
Output a diagnostic if global destruction is not tested
authorVincent Pit <vince@profvince.com>
Tue, 10 Mar 2015 19:07:08 +0000 (16:07 -0300)
committerVincent Pit <vince@profvince.com>
Tue, 10 Mar 2015 19:12:45 +0000 (16:12 -0300)
t/lib/Variable/Magic/TestGlobalDestruction.pm

index a840f2adf6156d34c41786c2e6d516e10a75f994..d4b67496686c5e6b9a0916a61250984b1c9762ed 100644 (file)
@@ -95,6 +95,9 @@ sub import {
   _diag("Global destruction level $level set by Perl::Destruct::Level");
   return;
  }
+
+ _diag("Not testing global destruction");
+ return;
 }
 
 1;