Fix included file path for modern perl
authorAndrew Dunstan <andrew@dunslane.net>
Tue, 5 Feb 2019 23:57:12 +0000 (18:57 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 6 Feb 2019 00:34:17 +0000 (19:34 -0500)
commit42345284c7992a9c0022fb1035c13303fe160f90
treeaf855d06c05278e3f8613e0a459b5c27b661e9cc
parent772d4b769d30090dbf4434d7d192569b11371a53
Fix included file path for modern perl

Contrary to the comment on 772d4b76, only paths starting with "./" or
"../" are considered relative to the current working directory by perl's
"do" function. So this patch converts all the relevant cases to use "./"
paths. This only affects MSVC.

Backpatch to all live branches.
src/tools/msvc/Install.pm
src/tools/msvc/build.pl
src/tools/msvc/install.pl
src/tools/msvc/mkvcbuild.pl
src/tools/msvc/pgbison.pl
src/tools/msvc/pgflex.pl
src/tools/msvc/vcregress.pl