From: Andy Dougherty Date: Thu, 29 Nov 2001 10:14:05 +0000 (-0500) Subject: Re: Found the rev where File::Glob broke X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9b475917d3042b150b3c6ac25e88c25a2ecff0a7;p=p5sagit%2Fp5-mst-13.2.git Re: Found the rev where File::Glob broke Message-ID: p4raw-id: //depot/perl@13362 --- diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm index da84461..7951fc1 100644 --- a/lib/ExtUtils/MM_Unix.pm +++ b/lib/ExtUtils/MM_Unix.pm @@ -399,7 +399,7 @@ sub cflags { } $self->{CCFLAGS} = quote_paren($self->{CCFLAGS}); - $self->{OPTIMIZE} = quote_paren($self->{CCFLAGS}); + $self->{OPTIMIZE} = quote_paren($self->{OPTIMIZE}); return $self->{CFLAGS} = qq{ CCFLAGS = $self->{CCFLAGS}