Dear Maintainer.

I'm not sure, but I think I have found the reason for this bug
and also the bug-fix. Please check.

I use apt-move 4.2.27-1+b7 and perl 5.12.4-4.

In /usr/share/apt-move/move3 (which is a perl sript), line 45 is currently
        split;

However in 
https://rt.perl.org/rt3/Public/Bug/Display.html?id=100026
I learned, that in perl the implicit "split;" was cancelled.

I changed /usr/share/apt-move/move3 line 45 to
        @_=split(/\s+/,$_);

and apt-move worked again flawlessly. 

Many greetings,

Robert The-M



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to