From: Jarkko Hietaniemi Date: Tue, 27 Mar 2001 20:49:55 +0000 (+0000) Subject: Retract #9329 now that 9390 should take care of the matter. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e38718e34241afaa26c7b803b702f286d08bb360;p=p5sagit%2Fp5-mst-13.2.git Retract #9329 now that 9390 should take care of the matter. p4raw-id: //depot/perl@9393 --- diff --git a/utils/h2xs.PL b/utils/h2xs.PL index aad3696..896d05f 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 }