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:

committed by
Viktor Dukhovni

parent
06f3507c77
commit
01126367d3
@@ -60,7 +60,7 @@ while(<$vs>)
|
|||||||
{
|
{
|
||||||
next unless m/^([^#]+)/;
|
next unless m/^([^#]+)/;
|
||||||
|
|
||||||
@a = split(/\s+|({|})/,$1);
|
@a = split(/\s+|(\{|})/,$1);
|
||||||
|
|
||||||
for $f (@a) {
|
for $f (@a) {
|
||||||
given ($f) {
|
given ($f) {
|
||||||
|
Reference in New Issue
Block a user