From: Gurusamy Sarathy Date: Sun, 24 Oct 1999 14:40:01 +0000 (+0000) Subject: typo in installperl (from Paul Moore ) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7ce18cd550b1bab2307a39ab5ca99680532c3fb2;p=p5sagit%2Fp5-mst-13.2.git typo in installperl (from Paul Moore ) p4raw-id: //depot/perl@4442 --- diff --git a/installperl b/installperl index b576d8b..ddd06fa 100755 --- a/installperl +++ b/installperl @@ -162,7 +162,7 @@ if ($Is_Cygwin) { $perldll = 'perl56.' . $dlext if $Config{'ccflags'} =~ /PERL_OBJECT/i; } - if ($dlsrc != "dl_none.xs") { + if ($dlsrc ne "dl_none.xs") { -f $perldll || die "No perl DLL built\n"; # Install the DLL