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 | e38718e34241afaa26c7b803b702f286d08bb360 (patch) | |
tree | 34e953513a396926176820ddcf66bd9eab0860e3 /utils | |
parent | d2c93421f4371f0b56a9693b1b3c1113b425f5ae (diff) | |
download | perl-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.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 } |