From e068010b38c06c1632291ea6bdc2560d63305dc1 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 10 Dec 2011 02:27:48 -0600 Subject: disable bare anon stash tests for now --- t/bare-anon-basic.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 't/bare-anon-basic.t') diff --git a/t/bare-anon-basic.t b/t/bare-anon-basic.t index 9cea31e..2119d8f 100644 --- a/t/bare-anon-basic.t +++ b/t/bare-anon-basic.t @@ -12,6 +12,8 @@ plan skip_all => "Anonymous stashes in PP need at least perl 5.14" if $] < 5.014 && $Package::Stash::IMPLEMENTATION eq 'PP'; +plan skip_all => "This isn't really going to work yet, probably"; + my $Foo = {}; $Foo->{SOME_CONSTANT} = \1; -- cgit v1.2.3-54-g00ecf