typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
Gurusamy Sarathy [Sun, 24 Oct 1999 14:40:01 +0000 (14:40 +0000)]
p4raw-id: //depot/perl@4442

installperl

index b576d8b..ddd06fa 100755 (executable)
@@ -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