summaryrefslogtreecommitdiffstats
path: root/t/edge-cases.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-11-29 14:34:53 -0600
committerJesse Luehrs <doy@tozt.net>2011-11-29 14:34:53 -0600
commitace6563db0b4154744704087b763f76f847bf590 (patch)
treeddbb2fb936a351f3b563de4696d6ebb80cc4c8dd /t/edge-cases.t
parentc6ddb1d1e19b3e23d64840dd62e2f9c777b5eb09 (diff)
downloadpackage-stash-ace6563db0b4154744704087b763f76f847bf590.tar.gz
package-stash-ace6563db0b4154744704087b763f76f847bf590.zip
properly conditionalize these on the PP implementation
Diffstat (limited to 't/edge-cases.t')
-rwxr-xr-xt/edge-cases.t4
1 files changed, 3 insertions, 1 deletions
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