]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - t/31-hints.t
The last argument to hv_fetch is the lvalue flag, not the hash
[perl/modules/indirect.git] / t / 31-hints.t
index 4f4b5e284a183690665c5a88c17f7156283e0227..3dd854893781060a14fdc31107096ea657bb4cf0 100644 (file)
@@ -5,10 +5,7 @@ use warnings;
 
 use Test::More tests => 1;
 
-SKIP: {
- skip 'This would require extensive work to be okay with perl 5.8' => 1
-                                                                if "$]" < 5.010;
-
+{
  local %^H = (a => 1);
 
  require indirect;