projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ddc90e8
)
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
patch
|
blob
|
blame
|
history
diff --git
a/installperl
b/installperl
index
b576d8b
..
ddd06fa
100755
(executable)
--- 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