]> git.ipfire.org Git - thirdparty/postgresql.git/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:58 +0000 (18:34 -0500)
commit7a3763318e06e5add2464008dfb41216653d983d
treef3ba346ccc2464d3f112180e7a30b6f9a2c3f1f8
parented2c2d063bd110f299211611b72a5dbe07a4d7be
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