Allow packages to be cleaned multiple times
[p5sagit/namespace-clean.git] / t / 10-pure-perl.t
index 744688e..01ae92e 100644 (file)
@@ -17,7 +17,7 @@ BEGIN {
 
   $ENV{B_HOOKS_ENDOFSCOPE_IMPLEMENTATION} = 'PP';
   $ENV{PACKAGE_STASH_IMPLEMENTATION} = 'PP';
-  plan tests => 14;
+  plan tests => 15;
 }
 
 use B::Hooks::EndOfScope 0.12;