Don't try to import a non-exported object in vcregress.pl

Andrew Dunstan <andrew@dunslane.net>

Commit: b31fa1f87f373d8d2fdc43a489ef5611de7a2af7
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2026-06-12T14:20:34Z
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

Files

PathChange+/−
src/tools/msvc/vcregress.pl modified +1 −1