Bug#722448: now for() items are getting zapped by unrelated file opens
gregor herrmann
gregoa at debian.org
Wed Sep 11 07:24:36 UTC 2013
On Wed, 11 Sep 2013 14:59:42 +0800, jidanni at jidanni.org wrote:
> Unbelievable. As of today this zaps the innocent for() item!
Not sure what you mean by "as of today". Some tests:
Machine 1 (Debian stable):
$ perl e
$VAR1 = 'xCOUCH';
$VAR2 = 'VAL';
$VAR1 = undef;
$VAR2 = 'VAL';
$ perl -v
This is perl 5, version 14, subversion 2 (v5.14.2) built for x86_64-linux-gnu-thread-multi
(with 80 registered patches, see perl -V for more detail)
Machine 2 (Maemo 5):
$ perl e
$VAR1 = 'xCOUCH';
$VAR2 = 'VAL';
$VAR1 = undef;
$VAR2 = 'VAL';
$ perl -v
This is perl, v5.8.3 built for arm-linux-gnueabi-thread-multi
Cheers,
gregor
--
.''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
: :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/
`. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
`- BOFH excuse #226: A star wars satellite accidently blew up the WAN.
More information about the Perl-maintainers
mailing list