summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-03-27 20:49:55 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-03-27 20:49:55 +0000
commite38718e34241afaa26c7b803b702f286d08bb360 (patch)
tree34e953513a396926176820ddcf66bd9eab0860e3 /utils
parentd2c93421f4371f0b56a9693b1b3c1113b425f5ae (diff)
downloadperl-e38718e34241afaa26c7b803b702f286d08bb360.tar.gz
Retract #9329 now that 9390 should take care of the matter.
p4raw-id: //depot/perl@9393
Diffstat (limited to 'utils')
-rw-r--r--utils/h2xs.PL2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/h2xs.PL b/utils/h2xs.PL
index aad3696759..896d05f5c8 100644
--- a/utils/h2xs.PL
+++ b/utils/h2xs.PL
@@ -799,7 +799,6 @@ package $module;
use $compat_version;
use strict;
-use Errno; # For $!{EINVAL}
END
}
else {
@@ -809,7 +808,6 @@ package $module;
use 5.006;
use strict;
use warnings;
-use Errno; # For $!{EINVAL}
END
}