w32-check-exported-symbols: Eliminate perl warning

This will become fatal in the next version of Perl, so we need
to eliminate it now.
This commit is contained in:
Roland C. Dowdeswell
2019-11-19 16:41:26 +00:00
committed by Viktor Dukhovni
parent 06f3507c77
commit 01126367d3

View File

@@ -60,7 +60,7 @@ while(<$vs>)
{
next unless m/^([^#]+)/;
@a = split(/\s+|({|})/,$1);
@a = split(/\s+|(\{|})/,$1);
for $f (@a) {
given ($f) {