develooper Front page | perl.perl5.porters | Postings from July 2001

Re: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/

Thread Previous | Thread Next
From:
Jarkko Hietaniemi
Date:
July 2, 2001 12:03
Subject:
Re: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
Message ID:
20010702140322.D19034@chaos.wustl.edu
On Sun, Jul 01, 2001 at 09:37:56AM +0200, Philip Newton wrote:
> Looking through changes again, I see a couple of places where
> C<$^O eq 'qnx'> turned into C<$^O =~ /^qnx|nto$/>. Presumably, this
> is supposed to be something like "if $^O is either 'qnx' or 'nto'" and
> not "if $^O starts with 'qnx' or ends with 'nto'". Non-capturing parens
> added in those places to clarify the meaning.
> 
> --- lib/ExtUtils/MM_Unix.pm.orig        Wed Jun 27 15:32:56 2001
> +++ lib/ExtUtils/MM_Unix.pm     Sun Jul  1 07:10:17 2001

Thanks, applied.

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About