Subject: | Use Version Text Like 0.4 or v0.3.1 Instead of 0.3.1 |
Dear Guillaume Rousse,
Hi. This is imacat from Taiwan. I found that your
Lingua-Features-0.3.1 is not correctly indexed by the CPAN repository.
It seems that, version 0.3.1 is treated as 0.003001, and that 0.3 >
0.003001. This makes the CPAN repository thinks that Lingua::Features
0.3 is newer than Lingua::Features 0.3.1.
<<CPAN::Version>>
http://search.cpan.org/perldoc?CPAN::Version
For distributions like Lingua-TagSet-0.3.2 that requires
Lingua::Features 0.3, the CPAN or CPANPLUS shell will keep trying to
install Lingua::Features 0.3 even if 0.3.1 is available, since it thinks
that "0.3.1 is not enough". This may resulted in an infinite loop.
I would like to suggest you to use version text like 0.4, or v0.3.1,
instead of 0.3.1, so that the CPAN index will not make mistake about
your version.
Hope that this helps. Please tell me if you have any question, or
if I could be of any help. Thank you.