On Sat, 16 Oct 2021 16:35:08 +0200, Xavier Humbert wrote: > I should definiteldy check, but what, I dunno > > [xavier@numenor ports]$ grep DEFAULT_VERSIONS /etc/make.conf > DEFAULT_VERSIONS+=ssl=openssl > DEFAULT_VERSIONS+=python=3.8 > DEFAULT_VERSIONS+=php=7.3 > DEFAULT_VERSIONS+=perl5=5.34 > [xavier@numenor ports]$ pkg info perl5 > perl5-5.34.0 > Name : perl5 > Version : 5.34.0 > Installed on : Wed Aug 11 20:46:45 2021 CEST > > As you can see, my version and DEFAULT_VERSIONS are in sync
- Have you updated perl from perl 5.30 and have you followed the instructions in UPDATING (entry from 20161103)? - Are there any files in /usr/local/lib/perl5/5.30/ or /usr/local/lib/perl5/site_perl/mach/5.30/? Can you run 'pkg which' on them? - What happens if you run 'pkg upgrade'? - pkg check -d ? -- Herbert