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/edge-cases.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 't/edge-cases.t') diff --git a/t/edge-cases.t b/t/edge-cases.t index b1e5bb8..1d26176 100755 --- a/t/edge-cases.t +++ b/t/edge-cases.t @@ -57,7 +57,9 @@ SKIP: { skip "PP doesn't support anon stashes before 5.14", 4 if $Package::Stash::IMPLEMENTATION eq 'PP' && Package::Stash::BROKEN_GLOB_ASSIGNMENT; - local $TODO = "don't know how to properly inflate a stash entry"; + local $TODO = ($Package::Stash::IMPLEMENTATION eq 'PP') + ? "don't know how to properly inflate a stash entry" + : undef; my $anon = {}; # not using Package::Anon $anon->{foo} = -1; # stub -- cgit v1.2.3-54-g00ecf