I subscribe to the CPAN weekly update mailing list but it reports on every module updated in the past week.
Instead, I would like to subscribe to particular modules and get only their updates. I want to "follow" that module for the purposes of reviewing interesting fixes/enhancements and choosing when I want to upgrade.
The mailing list is too much info to wade through.
How can I follow/subscribe to a particular CPAN module's updates?
Each time a module is installed on your system, it appends information like the following to a file called perllocal. pod which can be found in /usr/local/lib/perl5/version number/architecture/ or something akin to that. The path for your specific installation is in your @INC which you can divine with perl -V.
To list all the installed Perl modules in the system, use the following command. # perl -MFile::Find=find -MFile::Spec::Functions -Tlw -e 'find { wanted => sub { print canonpath $_ if /\.
You need to use instmodsh (interactive inventory for installed Perl modules) command to find out what modules already installed on my system. instmodsh command provides an interactive shell type interface to query details of locally installed Perl modules.
Write a Perl script to do it!
Schedule the script to parse the CPAN Changes Feed daily and then have the script mail you the details of any changes to the modules you are interested in.
I found about CPAN-Outdated just the other day.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With