summaryrefslogtreecommitdiffstats
path: root/t/bare-anon.t
diff options
context:
space:
mode:
Diffstat (limited to 't/bare-anon.t')
-rw-r--r--t/bare-anon.t8
1 files changed, 2 insertions, 6 deletions
diff --git a/t/bare-anon.t b/t/bare-anon.t
index 2f756d5..0ecb324 100644
--- a/t/bare-anon.t
+++ b/t/bare-anon.t
@@ -27,9 +27,7 @@ my $stash = Package::Stash->new($anon);
}
{
- local $TODO = ($Package::Stash::IMPLEMENTATION eq 'PP')
- ? "can't inflate weird stash entries"
- : undef;
+ local $TODO = "can't inflate weird stash entries";
$anon->{bar} = \123;
is(
@@ -45,9 +43,7 @@ my $stash = Package::Stash->new($anon);
}
{
- local $TODO = ($Package::Stash::IMPLEMENTATION eq 'PP')
- ? "can't inflate weird stash entries"
- : undef;
+ local $TODO = "can't inflate weird stash entries";
$anon->{baz} = -1;
is(