X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=cygwin%2Fperlld.in;h=ddaaed979395da0954b0d4a5e4e93929417952c5;hb=4eee6e183013a0f0e9dce0d53c643393a9e49455;hp=8055054328e2245b25d6346e7620e35521aa2481;hpb=497043642ba2050cd87b28b50f6a01a0f50d0e90;p=p5sagit%2Fp5-mst-13.2.git diff --git a/cygwin/perlld.in b/cygwin/perlld.in index 8055054..ddaaed9 100644 --- a/cygwin/perlld.in +++ b/cygwin/perlld.in @@ -46,8 +46,7 @@ if ($args !~ /\-o (\S+)/) { $path =~ s,[/\\](\.[/\\])*,/,g; } if ($dllname =~ /\./) { $libname =$`; } else { $libname =$dllname; }; - my $v_e_r_s; - ($v_e_r_s = sprintf("%vd", $^V)) =~ tr/./_/; # v5.8.1 -> 5_8_1 + my $v_e_r_s = '5_8_1'; if ( $dllname =~ /.*perl.*/) { $dllname ="cygperl$v_e_r_s.dll"; } else {