From 6a47396a8c14fa10c8e145d96abf92665d01dca5 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 30 Aug 2011 00:18:11 -0500 Subject: doc and test updates from Package::Stash --- t/basic.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/basic.t') diff --git a/t/basic.t b/t/basic.t index 77c9c13..a106e9e 100644 --- a/t/basic.t +++ b/t/basic.t @@ -391,8 +391,8 @@ like(exception { [qw(BEGIN bar baz foo quuuux quuux quux)], "list_all_symbols", ); - { 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; is_deeply( [sort $quuux->list_all_symbols('SCALAR')], -- cgit v1.2.3-54-g00ecf