diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-24 14:40:01 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-24 14:40:01 +0000 |
commit | 7ce18cd550b1bab2307a39ab5ca99680532c3fb2 (patch) | |
tree | f184b3695449fe77b7c716ce3be716ee50e6d9c8 /installperl | |
parent | ddc90e863776d52d792628dbc755ea9307cd5e15 (diff) | |
download | perl-7ce18cd550b1bab2307a39ab5ca99680532c3fb2.tar.gz |
typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
p4raw-id: //depot/perl@4442
Diffstat (limited to 'installperl')
-rwxr-xr-x | installperl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl index b576d8b847..ddd06fa6d7 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 |