cpan-outdated
script to detect outdated CPAN modules in your environment
Install
- All systems
-
curl cmd.cat/cpan-outdated.sh
- Debian
-
apt-get install cpanoutdated - Ubuntu
-
apt-get install cpanoutdated - Kali Linux
-
apt-get install cpanoutdated - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install cpanoutdated - Raspbian
-
apt-get install cpanoutdated
cpanoutdated
script to detect outdated CPAN modules in your environment
cpanoutdated prints the list of outdated CPAN modules in your machine. It provides the same feature as 'CPAN::Shell->r', but cpan-outdated is much faster and uses less memory. This script can be integrated with the cpanm command.