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