summaryrefslogtreecommitdiffstats
path: root/t/bare-anon.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-12-10 01:51:20 -0600
committerJesse Luehrs <doy@tozt.net>2011-12-10 01:51:20 -0600
commite0cd2c900de2f28af4373f1f596134af445adb0f (patch)
treecfe8af49b79e74105f702b9fa72552b4a0a3fca8 /t/bare-anon.t
parentfb4f6d8a7deae9d951ac16c5882ff2146ab5f6f2 (diff)
downloadpackage-stash-xs-e0cd2c900de2f28af4373f1f596134af445adb0f.tar.gz
package-stash-xs-e0cd2c900de2f28af4373f1f596134af445adb0f.zip
don't know how to do these in xs either yet
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 34e234c..f53a16c 100644
--- a/t/bare-anon.t
+++ b/t/bare-anon.t
@@ -25,9 +25,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(
@@ -43,9 +41,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(