Set Perl search path more idiomatically

Andrew Dunstan <andrew@dunslane.net>

Commit: e60c6f6ea17b50833242653fe2781f6d47429540
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2020-04-14T20:47:07Z
Releases: 13.0
Set Perl search path more idiomatically

Back in commits 1df92eeafe, f884a96819, and 592123efbb I used some
hackish code to set the script search path, unaware despite decades of
perl that there was a completely standard way to do this. This patch
changes those cases to use the standard perl FindBin package.

Files

PathChange+/−
src/backend/catalog/genbki.pl modified +2 −3
src/tools/msvc/build.pl modified +2 −3
src/tools/msvc/install.pl modified +2 −3
src/tools/msvc/mkvcbuild.pl modified +2 −3
src/tools/msvc/vcregress.pl modified +3 −2