summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-01-03 22:35:36 -0600
committerJesse Luehrs <doy@tozt.net>2013-01-03 22:35:36 -0600
commit8e66bbb992f545238fe8541eac0be25b873e577c (patch)
treec7b547ad7bb33fb90e99e9ef5dd86cf76463b4c2
parent387d470b296306ec8003cb489da635002bed1707 (diff)
downloadpackage-stash-xs-8e66bbb992f545238fe8541eac0be25b873e577c.tar.gz
package-stash-xs-8e66bbb992f545238fe8541eac0be25b873e577c.zip
hey, and that fixed a TODO test
-rwxr-xr-xt/edge-cases.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/edge-cases.t b/t/edge-cases.t
index 58b819e..7424f9e 100755
--- a/t/edge-cases.t
+++ b/t/edge-cases.t
@@ -56,7 +56,8 @@ 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 = "don't know how to properly inflate a stash entry";
+ local $TODO = "don't know how to properly inflate a stash entry in PP"
+ if $Package::Stash::IMPLEMENTATION eq 'PP';
my $anon = {}; # not using Package::Anon
$anon->{foo} = -1; # stub