Subject: | dies if non-numeric version |
some dist names on cpan have non-numeric data in their version. i know
this sucks, but that's life, and we have to deal with it... and
parse::cpan::packages::fast doesn't deal this issue correctly:
$ perl -MParse::CPAN::Packages::Fast -E
'Parse::CPAN::Packages::Fast->new("/home/cpan/modules/02packages.details.txt.gz")->latest_distribution("Text-CSV_XS")->version'
Invalid version format (non-numeric data) at
/usr/lib/perl5/vendor_perl/5.12.3/Parse/CPAN/Packages/Fast.pm line 123.
other dists with broken version: Spreadsheet-Read,
Dist-Zilla-Plugin-PerlTidy, ...