From ace6563db0b4154744704087b763f76f847bf590 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 29 Nov 2011 14:34:53 -0600 Subject: properly conditionalize these on the PP implementation --- t/bare-anon-basic.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 't/bare-anon-basic.t') diff --git a/t/bare-anon-basic.t b/t/bare-anon-basic.t index 5a1601a..3291cd3 100644 --- a/t/bare-anon-basic.t +++ b/t/bare-anon-basic.t @@ -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 $Foo = {}; $Foo->{SOME_CONSTANT} = \1; -- cgit v1.2.3-54-g00ecf