I regularly have used, under CYGWIN/WINDOWS Perl,
perl -MCPAN -e 'CPAN::Shell->notest(install => CPAN::Shell->r)'
to update all of my installed modules. There is currently a problem with how the BZ2 module works with the CYGWIN/WINDOWS Perl.
How can I exclude the BZ2 module from the above (or something similar) from my statement above?
Thanks in advance.