reassign -1 libautodie-perl
severity -1 critical
thanks

On Sep 05, Julien Muchembled <j...@jmuchemb.eu> wrote:

> $ /usr/lib/convert-usrmerge
> Undefined subroutine called at /usr/lib/convert-usrmerge line 248.
> 
> After uninstalling 'libautodie-perl' package:
> $ /usr/lib/convert-usrmerge
> The system has been successfully converted.
This is a bug in libautodie-perl, I am attaching a trivial test case.

-- 
ciao,
Marco
#!/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');
}

Attachment: signature.asc
Description: PGP signature

Reply via email to