Retract #9329 now that 9390 should take care of the matter.
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 27 Mar 2001 20:49:55 +0000 (20:49 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 27 Mar 2001 20:49:55 +0000 (20:49 +0000)
p4raw-id: //depot/perl@9393

utils/h2xs.PL

index aad3696..896d05f 100644 (file)
@@ -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
 }