in reply to upgrade broke perl?
Simply: any module that starts with "Deb" I ln -s to the /usr/local/lib/perl5/site_perl directory. And any error message during aptitude install/upgrade whatever that indicated a missing pm I followed with cpanm whatever::module.cd /usr/local/lib/perl5/site_perl ln -s /usr/share/perl5/Debian Debian ln -s /usr/share/perl5/DebianLinux.pm DebianLinux.pm ln -s /usr/share/perl5/DebianNet.pm DebianNet.pm cpanm Net::DNS cpanm NetAddr:IP cpanm HTML::Parser
|
|---|