Hi, thanks for your report. Yes, using "use IO::Socket::INET6" addresses the issue. libio-socket-inet6-perl is listed in control / Depends. I will fix this in the next version.
Cheers, Werner Am 05.08.19 um 18:49 schrieb Markus Gschwendt: > Package: policyd-weight > Version: 0.1.15.2-12 > > After dist-upgrade from stretch to buster: > > # service policyd-weight restart > [....] Restarting policyd-weight configuration (incl. cache): policyd- > weightCan't locate object method "new" via package "IO::Socket::INET6" > (perhaps you forgot to load "IO::Socket::INET6"?) at /usr/sbin/policyd- > weight line 921. > failed! > > Solution: > > File > /usr/sbin/policyd-weight > is not loading the module IO::Socket::INET6. > around line 72 following should be inserted: > use IO::Socket::INET6; > > Maybe th > Markus >