Groups | Search | Server Info | Login | Register
Groups > perl.beginners > #19361
| Newsgroups | perl.beginners |
|---|---|
| Message-ID | <1ea20400-e45d-40b6-9c76-4978fbd12188@rheynmail.de> (permalink) |
| Date | 2024-03-13 13:00 +0100 |
| Subject | Re: Upgrade from Debian 11 to Debian 12 Broke Perl. |
| References | <E1rjjo6-000INo-2H@wb5agz> <CC5B04C8-2463-45C8-BE28-8F7A2AB0008E@genehack.org> |
| From | rhelms@rheynmail.de ("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 search perl | grep <Perlpackage> for example mysql| |Regards, Ruprecht I hope my support help in this case. | On 11.03.24 19:27, John SJ Anderson wrote: >> 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 /usr/lib/x86_64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /home/martin/etc/p2 line 3. >> BEGIN failed--compilation aborted at /home/martin/etc/p2 line 3. >> >> So, if I try to use cpanp and re-add that module, I get: >> >> 1wb5agz martin tmp $ cpanp -i Warnings::Unused >> ERROR] 'Warnings::Unused' does not contain an author part >> >> [ERROR] Cannot find 'Warnings::Unused' in the module tree > “Warnings::Unused” != “warnings::unused” > > Try `cpanp warnings::unused`. > > j. > >
Back to perl.beginners | Previous | Next — Previous in thread | Next in thread | Find similar
Re: Upgrade from Debian 11 to Debian 12 Broke Perl. john@genehack.org (John SJ Anderson) - 2024-03-11 11:27 -0700
Re: Upgrade from Debian 11 to Debian 12 Broke Perl. rhelms@rheynmail.de ("Ruprecht Helms (privat)") - 2024-03-13 13:00 +0100
Re: Upgrade from Debian 11 to Debian 12 Broke Perl. rhelms@rheynmail.de ("Ruprecht Helms (privat)") - 2024-03-13 13:14 +0100
csiph-web