diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2000-12-11 23:59:59 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2000-12-11 23:59:59 +0000 |
commit | 360eb788a3c30916019278c140e3ebfb207f591f (patch) | |
tree | 7061130299382f3ec1e62223fe788bf58a355181 /lib/ExtUtils/MM_Unix.pm | |
parent | 72e44f29ea535faa4a4afab64f5101668334125d (diff) | |
download | perl-360eb788a3c30916019278c140e3ebfb207f591f.tar.gz |
Integrate mainline
p4raw-id: //depot/perlio@8088
Diffstat (limited to 'lib/ExtUtils/MM_Unix.pm')
-rw-r--r-- | lib/ExtUtils/MM_Unix.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm index e926ca7d66..c88f8f7a79 100644 --- a/lib/ExtUtils/MM_Unix.pm +++ b/lib/ExtUtils/MM_Unix.pm @@ -1712,6 +1712,7 @@ from the perl source tree. $self->{PERL_INC} = $self->catdir("$self->{PERL_ARCHLIB}","CORE"); # wild guess for now my $perl_h; + no warnings 'uninitialized' ; if (not -f ($perl_h = $self->catfile($self->{PERL_INC},"perl.h")) and not $old){ # Maybe somebody tries to build an extension with an |