projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d2c9342
)
Retract #9329 now that 9390 should take care of the matter.
Jarkko Hietaniemi [Tue, 27 Mar 2001 20:49:55 +0000 (20:49 +0000)]
p4raw-id: //depot/perl@9393
utils/h2xs.PL
patch
|
blob
|
blame
|
history
diff --git
a/utils/h2xs.PL
b/utils/h2xs.PL
index
aad3696
..
896d05f
100644
(file)
--- 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
}