projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7c29ff8
)
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
patch
|
blob
|
blame
|
history
diff --git
a/xt/dist/postdistdir/whitespace.t
b/xt/dist/postdistdir/whitespace.t
index
6601de2
..
17b2060
100644
(file)
--- a/
xt/dist/postdistdir/whitespace.t
+++ b/
xt/dist/postdistdir/whitespace.t
@@
-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