properly conditionalize these on the PP implementation
[gitmo/Package-Stash.git] / t / bare-anon.t
index 3c96ec8..e24647d 100644 (file)
@@ -9,7 +9,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 = {};
 my $stash = Package::Stash->new($anon);