develooper Front page | perl.perl5.porters | Postings from December 2006

Re: 29629 breaks peaceful coexistence of my and local

Thread Previous
From:
Marcus Holland-Moritz
Date:
December 29, 2006 16:19
Subject:
Re: 29629 breaks peaceful coexistence of my and local
Message ID:
20061230011858.331e6678@r2d2
On 2006-12-29, at 19:03:25 +0000, Nicholas Clark wrote:

> On Fri, Dec 29, 2006 at 03:42:56PM +0100, Andreas J. Koenig wrote:
> > I see many tests fail from 29629 upwards and I distilled the first in
> > io/open.t into a small test script.
> > 
> > 'make regen_headers' does not help.
> 
> Did change 29639 fix it?

I think so. At least that change fixed a problem I could just reduce to
the following test case:

  mhx@r2d2 ~ $ cat /tmp/test.pl 
  my @a = (1, 2);
  unless (@a) { my @a }
  print "[@a]\n";
  mhx@r2d2 ~ $ bleadperl /tmp/test.pl 
  []

(The good thing is that this bug discovered a bug in one of scripts :-)

Marcus

-- 
Real Users never know what they want, but they always know when your program
doesn't deliver it.

Thread Previous


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