This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
439f2f5
)
Re: perl@15047
author
H.Merijn Brand
<h.m.brand@xs4all.nl>
Wed, 6 Mar 2002 11:25:50 +0000
(12:25 +0100)
committer
Abhijit Menon-Sen
<ams@wiw.org>
Wed, 6 Mar 2002 09:26:49 +0000
(09:26 +0000)
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <
20020306112536
.C6E9.H.M.BRAND@hccnet.nl>
p4raw-link: @15047 on //depot/perl:
0cce8c827906d6294f47c30840f886b52d8345f8
p4raw-id: //depot/perl@15062
cygwin/perlld.in
patch
|
blob
|
blame
|
history
diff --git
a/cygwin/perlld.in
b/cygwin/perlld.in
index
513edf4
..
85d4996
100644
(file)
--- a/
cygwin/perlld.in
+++ b/
cygwin/perlld.in
@@
-46,7
+46,7
@@
if ($args !~ /\-o (\S+)/) {
$path =~ s,[/\\](\.[/\\])*,/,g;
}
if ($dllname =~ /\./) { $libname =$`; } else { $libname =$dllname; };
- my $v_e_r_s = '5_7_
2
';
+ my $v_e_r_s = '5_7_
3
';
if ( $dllname =~ /.*perl.*/) {
$dllname ="cygperl$v_e_r_s.dll";
} else {