diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-27 20:49:55 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-27 20:49:55 +0000 |
commit | b9d16cdcd1974dff37ae62a3b0b2fcacc6a681f9 (patch) | |
tree | 34e953513a396926176820ddcf66bd9eab0860e3 /utils | |
parent | 112008cebb0545f97feda2017e88fc63564db95e (diff) | |
download | perl-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.PL | 2 |
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 } |