summaryrefslogtreecommitdiffstats
path: root/t/edge-cases.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-08-30 00:18:11 -0500
committerJesse Luehrs <doy@tozt.net>2011-08-30 00:18:11 -0500
commit6a47396a8c14fa10c8e145d96abf92665d01dca5 (patch)
tree0989af5ee0124ee9e6b1cb34339b5140a5556342 /t/edge-cases.t
parente7872e6f4b6345226a4a08a372ebeb4b87e82811 (diff)
downloadpackage-stash-xs-6a47396a8c14fa10c8e145d96abf92665d01dca5.tar.gz
package-stash-xs-6a47396a8c14fa10c8e145d96abf92665d01dca5.zip
doc and test updates from Package::Stash
Diffstat (limited to 't/edge-cases.t')
-rwxr-xr-xt/edge-cases.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/edge-cases.t b/t/edge-cases.t
index 7c82626..04e2164 100755
--- a/t/edge-cases.t
+++ b/t/edge-cases.t
@@ -26,8 +26,8 @@ use Package::Stash;
}
my $stash = Package::Stash->new('Foo');
-{ local $TODO = ($] < 5.010 || $Package::Stash::IMPLEMENTATION eq 'PP')
- ? "undef scalars aren't visible on 5.8, or from pure perl at all"
+{ local $TODO = $] < 5.010
+ ? "undef scalars aren't visible on 5.8"
: undef;
ok($stash->has_symbol('$SCALAR'), '$SCALAR');
}