summaryrefslogtreecommitdiffstats
path: root/t/bare-anon.t
diff options
context:
space:
mode:
Diffstat (limited to 't/bare-anon.t')
-rw-r--r--t/bare-anon.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/bare-anon.t b/t/bare-anon.t
index f53a16c..0ecb324 100644
--- a/t/bare-anon.t
+++ b/t/bare-anon.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 $anon = {};
my $stash = Package::Stash->new($anon);
# no way to bless something into a hashref yet