properly conditionalize these on the PP implementation
[gitmo/Package-Stash.git] / t / anon.t
index 1816534..575de06 100644 (file)
--- a/t/anon.t
+++ b/t/anon.t
@@ -11,7 +11,8 @@ use Package::Stash;
 use Symbol;
 
 plan skip_all => "Anonymous stashes in PP need at least perl 5.14"
-    if Package::Stash::BROKEN_GLOB_ASSIGNMENT;
+    if Package::Stash::BROKEN_GLOB_ASSIGNMENT
+    && $Package::Stash::IMPLEMENTATION eq 'PP';
 
 my $anon = Package::Anon->new;
 my $stash = Package::Stash->new($anon);