Module::Build's contrib directory should be marked as EXCLUDED from the core.
[p5sagit/p5-mst-13.2.git] / ext / Time-HiRes / hints / sco.pl
CommitLineData
3b86e92a 1# osr5 needs to explicitly link against libc to pull in usleep
046e3f33 2# what's the reason for -lm?
3$self->{LIBS} = ['-lm', '-lc'];
3b86e92a 4