projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
439f2f5
)
Re: perl@15047
H.Merijn Brand [Wed, 6 Mar 2002 11:25:50 +0000 (12:25 +0100)]
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 {