Control: found -1 2.24-1 On Sun, 20 Dec 2015 19:47:43 +0100, Marco d'Itri wrote:
> This is a bug in libautodie-perl, I am attaching a trivial test case.
>
> #!/usr/bin/perl
>
> use warnings;
> use strict;
> use autodie;
>
> use_system();
> #break_system();
> exit;
>
> sub break_system {
> no autodie;
> }
>
> sub use_system {
> system('/bin/true');
> }
AFAICS, this was introduced between 2.23 and 2.24, probably in
a98136ad75b2eb9ce57b7d84ec5a69bd9f8b3d00 [0].
Setting the affected versions accordingly; note that the version in
perl core is only affected starting with:
v5.21.1 2.25
Cheers,
gregor
[0]
git bisect experiments
--
.''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
: :' : Debian GNU/Linux user, admin, and developer - https://www.debian.org/
`. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
`- NP: Rolling Stones: Imagination78
signature.asc
Description: Digital Signature

