Set Perl search path more idiomatically
Andrew Dunstan <andrew@dunslane.net>
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
| Path | Change | +/− |
|---|---|---|
| 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 |