]> 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:31:10 +0000 (18:31 -0500)
commit772d4b769d30090dbf4434d7d192569b11371a53
tree97b7dedf5353bd40cd2e8a6d11b38dbd2c960e40
parent749cb71de2d6217ef2f4ca76aa8461e4a7275f4c
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