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
commitb9d16cdcd1974dff37ae62a3b0b2fcacc6a681f9 (patch)
tree34e953513a396926176820ddcf66bd9eab0860e3 /utils
parent112008cebb0545f97feda2017e88fc63564db95e (diff)
downloadperl-b9d16cdcd1974dff37ae62a3b0b2fcacc6a681f9.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
}