summaryrefslogtreecommitdiff
path: root/dist/Time-HiRes
diff options
context:
space:
mode:
authorRichard Leach <rich+perl@hyphen-dash-hyphen.info>2019-05-30 21:06:19 -0400
committerJames E Keenan <jkeenan@cpan.org>2019-05-30 21:30:33 -0400
commite3c1dc81bda4523bfc897fec8afe25b162e29cb6 (patch)
treedb0eafd72baae19d3115714315d6de0fd7011f5c /dist/Time-HiRes
parent21af3a52053bc3558259ca470f5501197e0e75c6 (diff)
downloadperl-e3c1dc81bda4523bfc897fec8afe25b162e29cb6.tar.gz
[PATCH] Remove vestiges of mpeix support (removed in 5.17.x)
Diffstat (limited to 'dist/Time-HiRes')
-rw-r--r--dist/Time-HiRes/Makefile.PL3
1 files changed, 0 insertions, 3 deletions
diff --git a/dist/Time-HiRes/Makefile.PL b/dist/Time-HiRes/Makefile.PL
index 4e7018a073..b973c695d5 100644
--- a/dist/Time-HiRes/Makefile.PL
+++ b/dist/Time-HiRes/Makefile.PL
@@ -577,9 +577,6 @@ EOD
$has_nanosleep++;
$DEFINE .= ' -DTIME_HIRES_NANOSLEEP';
}
- } elsif ($^O =~ /^(mpeix)$/) {
- # MPE/iX falsely finds nanosleep from its libc equivalent.
- print "skipping because in $^O... ";
} else {
if (has_nanosleep()) {
$has_nanosleep++;