From acbc69c4f1ade78eb1d6f951cb6336af4297d996 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 29 Nov 2011 14:49:26 -0600 Subject: don't rely on the ::PP BROKEN_ constants existing in tests --- t/bare-anon-basic.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/bare-anon-basic.t') diff --git a/t/bare-anon-basic.t b/t/bare-anon-basic.t index 3291cd3..9cea31e 100644 --- a/t/bare-anon-basic.t +++ b/t/bare-anon-basic.t @@ -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 $Foo = {}; -- cgit v1.2.3-54-g00ecf