summaryrefslogtreecommitdiffstats
path: root/t/anon.t
diff options
context:
space:
mode:
Diffstat (limited to 't/anon.t')
-rw-r--r--t/anon.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/anon.t b/t/anon.t
index 575de06..8b7f7aa 100644
--- a/t/anon.t
+++ b/t/anon.t
@@ -11,7 +11,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 = Package::Anon->new;