Restrict debugger workaround to when DB::sub will be used
[p5sagit/namespace-clean.git] / t / 10-pure-perl.t
index ed19cf6..744688e 100644 (file)
@@ -17,7 +17,7 @@ BEGIN {
 
   $ENV{B_HOOKS_ENDOFSCOPE_IMPLEMENTATION} = 'PP';
   $ENV{PACKAGE_STASH_IMPLEMENTATION} = 'PP';
-  plan tests => 13;
+  plan tests => 14;
 }
 
 use B::Hooks::EndOfScope 0.12;