Re: Upgrade from Debian 11 to Debian 12 Broke Perl.

2024-03-13 Thread Ruprecht Helms (privat)
In the case you built up perl via source for updating by using the tarball the following line is nessesarry: |sudo apt install build-essential wget It seams for the packages you need to install the warning-unused-0.06. Maybe you can install it via the debian-procedure or by using the tarball.

Re: Upgrade from Debian 11 to Debian 12 Broke Perl.

2024-03-13 Thread Ruprecht Helms (privat)
Hi, what is saying the following: perl -v   ?? Maybe the below mentioned version needs an update. In this case do the following: |sudo apt update ||sudo apt install perl ||sudo apt install perl libdatetime-perl libjson-perl After that have a look at perl-packages you need ||apt-cache

Re: Upgrade from Debian 11 to Debian 12 Broke Perl.

2024-03-11 Thread John SJ Anderson
> Can't locate warnings/unused.pm in @INC (you may need to install the > warnings::unused module) (@INC contains: /etc/perl > /usr/local/lib/x86_64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 > /usr/lib/x86_64-linux-gnu/perl5/5.36 /usr/share/perl5 > /usr/lib/x86_64-linux-gnu/perl-base