Front page | perl.perl5.porters |
Postings from September 2003
Re: perl562@21256
Thread Previous
|
Thread Next
From:
Michael G Schwern
Date:
September 18, 2003 08:13
Subject:
Re: perl562@21256
Message ID:
20030918151241.GA5267@windhund.schwern.org
Should that be $] >= 5.006002?
On Thu, Sep 18, 2003 at 12:08:40PM +0200, Gerrit P.Haase wrote:
--- lib/ExtUtils/MM_Cygwin.pm~ 2003-09-17 18:35:44.000000000 +0200
> +++ lib/ExtUtils/MM_Cygwin.pm 2003-09-17 18:32:20.000000000 +0200
> @@ -86,7 +86,7 @@
>
> if ($Config{useshrplib} eq 'true') {
> my $libperl = '$(PERL_INC)' .'/'. "$Config{libperl}";
> - if( $] >= 5.007 ) {
> + if( $] >= 5.006001 ) {
> $libperl =~ s/a$/dll.a/;
> }
> $self->{PERL_ARCHIVE} = $libperl;
>
> --- lib/ExtUtils/t/MM_Cygwin.t~ 2003-09-18 11:42:52.000000000 +0200
> +++ lib/ExtUtils/t/MM_Cygwin.t 2003-09-18 11:43:18.000000000 +0200
> @@ -85,7 +85,7 @@
> # init_linker
> {
> my $libperl = $Config{libperl} || 'libperl.a';
> - $libperl =~ s/\.a/.dll.a/ if $] >= 5.007;
> + $libperl =~ s/\.a/.dll.a/ if $] >= 5.006;
> $libperl = "\$(PERL_INC)/$libperl";
>
> my $export = '';
>
--
Michael G Schwern schwern@pobox.com http://www.pobox.com/~schwern/
Playstation? Of course Perl runs on Playstation.
-- Jarkko Hietaniemi
Thread Previous
|
Thread Next