summaryrefslogtreecommitdiffstats
path: root/t/bare-anon.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-12-10 02:29:01 -0600
committerJesse Luehrs <doy@tozt.net>2011-12-10 02:29:01 -0600
commit42b01b3381c4157c2fb4ea0905b653ff52e977ca (patch)
treed3716e63a951b12a2b9eae9659ba7fdfa51bb7cf /t/bare-anon.t
parente068010b38c06c1632291ea6bdc2560d63305dc1 (diff)
downloadpackage-stash-42b01b3381c4157c2fb4ea0905b653ff52e977ca.tar.gz
package-stash-42b01b3381c4157c2fb4ea0905b653ff52e977ca.zip
sync tests
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(