Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: eb52e36c180822dd227f1e3d507abb79d07d45ef
https://github.com/Perl/perl5/commit/eb52e36c180822dd227f1e3d507abb79d07d45ef
Author: Tony Cook <[email protected]>
Date: 2021-08-10 (Tue, 10 Aug 2021)
Changed paths:
M dist/Time-HiRes/Makefile.PL
Log Message:
-----------
Time-HiRes: handle $Config{d_various} correctly
The Time::HiRes Makefile.PL checks %Config for a variety of symbols
to attempt to probe for them without having to perform its own
compilation/run to probe for them. This is useful for cross
compilation, since the Time::HiRes probes don't appear to handle
probing on a remote system as the Configure probes do.
A few of these probes didn't set the appropriate -DTIME_HIRES_XXX
symbol on the compilation command-line, fix that.