]> 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 0b271b4b59bdab20a2ca27d5b65416b96215506c..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;