Change 14966 by ams@lustre on 2002/03/03 18:06:32
Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
From: Michael G Schwern <[EMAIL PROTECTED]>
Date: Sun, 3 Mar 2002 13:33:28 -0500
Message-Id: <20020303183328.GA3296@blackrider>
Affected files ...
.... //depot/perl/utils/h2xs.PL#75 edit
Differences ...
==== //depot/perl/utils/h2xs.PL#75 (text) ====
Index: perl/utils/h2xs.PL
--- perl/utils/h2xs.PL.~1~ Sun Mar 3 11:15:05 2002
+++ perl/utils/h2xs.PL Sun Mar 3 11:15:05 2002
@@ -688,7 +688,6 @@
my $module = $opt_n;
if( @path_h ){
- use Config;
use File::Spec;
my @paths;
my $pre_sub_tri_graphs = 1;
@@ -867,7 +866,6 @@
}
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;
End of Patch.