]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Don't try to import a non-exported object in vcregress.pl
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 12 Jun 2026 14:20:34 +0000 (10:20 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 12 Jun 2026 14:20:34 +0000 (10:20 -0400)
commitb31fa1f87f373d8d2fdc43a489ef5611de7a2af7
tree877ace5483c72d5f871149a7bf8bd6935bb1480c
parent086652c02f49ca04c3123faf14b2f5cabdf31f7d
Don't try to import a non-exported object in vcregress.pl

Commit ca9e9b08e453 wrongly tried to import devnull from File::Spec, but
it's not exported, you just call the method via the class. This was
harmless until modern perls complained, so stop doing that.

Per buildfarm failures.

Backpatch 14 thru 16
src/tools/msvc/vcregress.pl