don't rely on the ::PP BROKEN_ constants existing in tests
[gitmo/Package-Stash.git] / t / edge-cases.t
index 1d26176..d1e5182 100755 (executable)
@@ -55,8 +55,7 @@ is(ref($stash->get_or_add_symbol('$glob')), 'SCALAR', "got an empty scalar");
 
 SKIP: {
     skip "PP doesn't support anon stashes before 5.14", 4
-        if $Package::Stash::IMPLEMENTATION eq 'PP'
-        && Package::Stash::BROKEN_GLOB_ASSIGNMENT;
+        if $] < 5.014 && $Package::Stash::IMPLEMENTATION eq 'PP';
     local $TODO = ($Package::Stash::IMPLEMENTATION eq 'PP')
         ? "don't know how to properly inflate a stash entry"
         : undef;