Fix included file path for modern perl

Andrew Dunstan <andrew@dunslane.net>

Commit: 2689e8e3345628a2fe42e5bfcb45fdbbaff04fbc
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2019-02-06T00:35:18Z
Releases: 9.4.21
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.

Files

PathChange+/−
src/tools/msvc/build.pl modified +3 −3
src/tools/msvc/install.pl modified +1 −1
src/tools/msvc/Install.pm modified +2 −2
src/tools/msvc/mkvcbuild.pl modified +2 −2
src/tools/msvc/pgbison.pl modified +1 −1
src/tools/msvc/pgflex.pl modified +1 −1
src/tools/msvc/vcregress.pl modified +3 −3