Bug#798096: usrmerge: Conversion fails if libautodie-perl package is installed
gregor herrmann
gregoa at debian.org
Mon Dec 21 17:40:11 UTC 2015
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: Digital Signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20151221/75b9e3c4/attachment-0001.sig>
More information about the pkg-perl-maintainers
mailing list