X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FPackage-Stash.git;a=blobdiff_plain;f=t%2Fbare-anon.t;fp=t%2Fbare-anon.t;h=2f756d5d0ff601ee99d3d1379d94a79dcc2aa51e;hp=34e234c7da115c5df5c9af892c39b2a12c8aaf5f;hb=e068010b38c06c1632291ea6bdc2560d63305dc1;hpb=f253ff9ea6aad9021b3a0d15449e8097d348402a diff --git a/t/bare-anon.t b/t/bare-anon.t index 34e234c..2f756d5 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