Do not rerun PP tests twice if the envvar is set
[p5sagit/namespace-clean.git] / t / 10-pure-perl.t
index d77551e..0ba946b 100644 (file)
@@ -2,6 +2,9 @@ use strict;
 use warnings;
 use Test::More;
 
+plan skip_all => "PP tests already executed"
+  if $ENV{NAMESPACE_CLEAN_USE_PP};
+
 eval { require B::Hooks::EndOfScope }
   or plan skip_all => "PP tests already executed";