]> git.vpit.fr Git - perl/modules/Test-Leaner.git/commitdiff
Also share $done_testing
authorVincent Pit <vince@profvince.com>
Fri, 24 Dec 2010 17:59:58 +0000 (18:59 +0100)
committerVincent Pit <vince@profvince.com>
Fri, 24 Dec 2010 17:59:58 +0000 (18:59 +0100)
lib/Test/Leaner.pm

index dfba80f1505119d9e795865661fbe6264413b0fb..336bf31c3d56ca17a9712de6074b411adfc490a1 100644 (file)
@@ -35,7 +35,7 @@ sub SKIP_ALL () { -2 }
 
 BEGIN {
  if (THREADSAFE) {
-  threads::shared::share($_) for $plan, $test, $failed, $no_diag;
+  threads::shared::share($_) for $plan, $test, $failed, $no_diag, $done_testing;
  }
 
  lock $plan if THREADSAFE;