sync tests
[gitmo/Package-Stash.git] / t / edge-cases.t
index 262c13b..49f56ed 100755 (executable)
@@ -56,9 +56,7 @@ is(ref($stash->get_or_add_symbol('$glob')), 'SCALAR', "got an empty scalar");
 SKIP: {
     skip "PP doesn't support anon stashes before 5.14", 4
         if $] < 5.014 && $Package::Stash::IMPLEMENTATION eq 'PP';
-    local $TODO = ($Package::Stash::IMPLEMENTATION eq 'PP')
-        ? "don't know how to properly inflate a stash entry"
-        : undef;
+    local $TODO = "don't know how to properly inflate a stash entry";
 
     my $anon = {}; # not using Package::Anon
     $anon->{foo} = -1;     # stub