]> granicus.if.org Git - postgresql/commit
More fixed for modern perl on back branches
authorAndrew Dunstan <andrew@dunslane.net>
Tue, 5 Feb 2019 23:31:10 +0000 (18:31 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Tue, 5 Feb 2019 23:34:47 +0000 (18:34 -0500)
commita25b04933528861563463e18b5b2508cf904022a
treeb4d07c2ae7d8cd1a45c3c68e81a530e20b1f99ed
parenteae78da2b451c88d9206a1db4f01578f2e4a3b36
More fixed for modern perl on back branches

Use "do" instead of "require" for included files, as it doesn't look for
them in the search path but relative to the current working directory.
These changes have already been made to REL_10_STABLE and later, to
satisfy the demands of perlcritic, but need backporting now to earlier
branches.
src/tools/msvc/Install.pm
src/tools/msvc/build.pl
src/tools/msvc/builddoc.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