Fix erroneous use of multidimensional array emulation in 1fb834df
Dagfinn Ilmari Mannsåker [Mon, 7 Mar 2016 15:25:59 +0000 (16:25 +0100)]
xt/dist/postdistdir/whitespace.t

index 6601de2..17b2060 100644 (file)
@@ -39,7 +39,7 @@ if (open(my $gi, '<', '.gitignore')) {
   }
 
   # these we want to check no matter what the above says
-  delete $skipnames->{qw(
+  delete @{$skipnames}{qw(
     Changes
     LICENSE
     AUTHORS