muntfish has asked for the wisdom of the Perl Monks concerning the following question:
When I issue the 'r' command from the CPAN shell (perl -MCPAN -e shell) it tells me:
5 installed modules have a version number of 0 169 installed modules have no parseable version number
I can't find a way of making it tell me which modules those are. Maybe it's not important, but I'm just curious.
I guess I could do this myself by using File::Find to traverse all the .pm files in all the directories in @INC, but that seems a bit much. If CPAN shell can tell me how many there are, why can't it tell me exactly what they are...? I searched the documentation and did some googling but have drawn a blank so far.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CPAN shell reports modules with "no parseable version number"
by brian_d_foy (Abbot) on Jan 14, 2006 at 14:44 UTC |