I've seen people argue, with a straight face, that they prefer to get ads that are "relevant to them". Including here on Hacker News.
# This is slow on Cygwin, so give Cygwin users a warning
if($^O eq "cygwin" or $^O eq "msys") {
::warning("Finding the maximal command line length. ".
"This may take up to 1 minute.")
}
No idea why this is so...