{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1755171364,"commit_time":1755182046,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"be01b60ce532af6eb18c11fbd565355dbb570a2e","message":"runtests: assume `Time::HiRes`, drop Perl Win32 dependency\n\n`Time::HiRes` was already used unconditionally before this patch in\n`servers.pm`. This package, and functions used by runtests (`sleep` and\n`gettimeofday`) are supported by the minimum Perl version required for\ncurl:\n\nhttps://perldoc.perl.org/5.8.0/Time::HiRes\n\n- Drop the `portable_sleep()` wrapper in favor of `Time::HiRes::sleep()`.\n- Use `Time::HiRes` unconditionally in `serverhelp.pm`.\n- Stop using the `Win32` package where available. It was included\n  to provide a Windows fallback for `Time::HiRes::sleep()`. It was never\n  actually called, but the dependency may have loaded `Win32.dll`, which\n  often appears in failed fork operations in GHA logs.\n  Ref: a6fed41f6f12f3b71cfe85609f02a294b972d3d3 #5054 #5034\n  Ref: https://github.com/curl/curl/discussions/14854\n\nCloses #18287\n","parents":["c24d4be05775bc18bc39b296e5e12a16fb05f55b"],"tree_hash":"455c4dd3e5f2bfb13d02e660746f018f337fb8de"}