]> 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:26:00 +0000 (10:26 -0400)
commit87df6e665edb3de2892293d4e84372b18cecbfd8
tree5768f36b10e4e7e69dc25ead8c1fc9fe6c8fd1da
parentfb8befa7b57038ebdaaf6f15626ca62bdaaf1519
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