]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - t/41-clone.t
Fix leaks of cloned coderefs that access lexicals
[perl/modules/Variable-Magic.git] / t / 41-clone.t
index e5ae4986d2a10fa7dc655c59e2e269fb7d524be2..c3c48223ed666c5d9760cb109ff186f8c3133ddd 100644 (file)
@@ -26,7 +26,6 @@ if (VMG_THREADSAFE) {
  diag "Using threads $v" if defined $v;
  $v = $threads::shared::VERSION;
  diag "Using threads::shared $v" if defined $v;
- diag 'This will leak a few scalars';
 } else {
  plan skip_all => 'This Variable::Magic isn\'t thread safe';
 }