summaryrefslogtreecommitdiff
path: root/utils/h2xs.PL
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2002-03-03 08:33:28 -0500
committerAbhijit Menon-Sen <ams@wiw.org>2002-03-03 18:06:32 +0000
commit95a492cf6bbdfb56c6716b9a288e6cebf60361ca (patch)
tree5f71673a4b016bb830236e3559b5b78438fcd42a /utils/h2xs.PL
parent0b93aee79ab571980df4fee95eab4eca512aa75c (diff)
downloadperl-95a492cf6bbdfb56c6716b9a288e6cebf60361ca.tar.gz
use Config; use Config; require Config;
Message-Id: <20020303183328.GA3296@blackrider> p4raw-id: //depot/perl@14966
Diffstat (limited to 'utils/h2xs.PL')
-rw-r--r--utils/h2xs.PL2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/h2xs.PL b/utils/h2xs.PL
index a18dac6ecf..f1762c9e6d 100644
--- a/utils/h2xs.PL
+++ b/utils/h2xs.PL
@@ -688,7 +688,6 @@ my ($name, %fullpath, %prefix, %seen_define, %prefixless, %const_names);
my $module = $opt_n;
if( @path_h ){
- use Config;
use File::Spec;
my @paths;
my $pre_sub_tri_graphs = 1;
@@ -867,7 +866,6 @@ if( ! $opt_X ){ # use XS, unless it was disabled
}
open(XS, ">$modfname.xs") || die "Can't create $ext$modpname/$modfname.xs: $!\n";
if ($opt_x) {
- require Config; # Run-time directive
warn "Scanning typemaps...\n";
get_typemap();
my @td;