don't rely on the ::PP BROKEN_ constants existing in tests
[gitmo/Package-Stash.git] / t / bare-anon.t
index e24647d..34e234c 100644 (file)
@@ -9,7 +9,7 @@ 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 $] < 5.014
     && $Package::Stash::IMPLEMENTATION eq 'PP';
 
 my $anon = {};