Skip Menu |

This queue is for tickets about the Lingua-Features CPAN distribution.

Report information
The Basics
Id: 35130
Status: open
Priority: 0/
Queue: Lingua-Features

People
Owner: Nobody in particular
Requestors: imacat [...] mail.imacat.idv.tw
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.3.1
Fixed in: (no value)



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.
Note: v0.3.1 is just the same as 0.3.1 as this test shows: % perl -le 'use version;print version->new("v0.3.1") <=> version->new("0.3.1");' 0 0.300.0 is the same as 0.3, so the version would have to go over that. % perl -le 'use version;print version->new("0.300.0.0.0.1") <=> version->new("0.3.1");' 1 HTH, Regards,
From: grousse [...] cpan.org
Le Mer. Avr. 16 15:15:17 2008, IMACAT a écrit : Show quoted text
> 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.
Sure. Unfortunatly, I don't use those packages anymore, since I changed affectation. Feel free to correct them yourself if you're really concerned.
Dear Guillaume Rousse, Hi. This is imacat from Taiwan. On 2008-04-17 04:18:46 Thu, GROUSSE wrote: Show quoted text
> Le Mer. Avr. 16 15:15:17 2008, IMACAT a écrit : > Sure. Unfortunatly, I don't use those packages anymore, since I changed > affectation. Feel free to correct them yourself if you're really
concerned. I think that is OK for me. If you have registered Lingua::Features and Lingua::TagSet, please transfer their ownership to IMACAT. And then please delete them from PAUSE. https://pause.perl.org/pause/authenquery?ACTION=edit_mod They will still be accessible at http://backpan.perl.org/authors/id/G/GR/GROUSSE/ . This helps saves precious hard disks of the kind CPAN mirror providers. I shall start working on them once you finished.
Subject: Re: [rt.cpan.org #35130] Use Version Text Like 0.4 or v0.3.1 Instead of 0.3.1
Date: Fri, 18 Apr 2008 16:25:25 +0200
To: bug-Lingua-Features [...] rt.cpan.org
From: Guillaume Rousse <Guillaume.Rousse [...] inria.fr>
Yi Ma Mao via RT a écrit : Show quoted text
> Queue: Lingua-Features > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=35130 > > > Dear Guillaume Rousse, > > Hi. This is imacat from Taiwan. > > On 2008-04-17 04:18:46 Thu, GROUSSE wrote:
>> Le Mer. Avr. 16 15:15:17 2008, IMACAT a écrit : >> Sure. Unfortunatly, I don't use those packages anymore, since I changed >> affectation. Feel free to correct them yourself if you're really
> concerned. > > I think that is OK for me. > > If you have registered Lingua::Features and Lingua::TagSet, please > transfer their ownership to IMACAT. And then please delete them from PAUSE.
I did not register any module, you can act directly. -- Guillaume Rousse Moyens Informatiques - INRIA Futurs Tel: 01 69 35 69 62
On 2008-04-18 10:25:37 Fri, Guillaume.Rousse@inria.fr wrote: Show quoted text
> Yi Ma Mao via RT a écrit :
> > If you have registered Lingua::Features and Lingua::TagSet,
> please
> > transfer their ownership to IMACAT. And then please delete them
> from PAUSE. > I did not register any module, you can act directly.
Sorry, I was inexperience on this. Please use "Change Permission" from the PAUSE menu to change the permissions of the following "not registered" modules. You can either add me to co-maintainer, give up primary maintainer or transfer primary maintainer to me. My CPAN ID is IMACAT. Thank you. Lingua::Features Lingua::Features::Feature Lingua::Features::FeatureType Lingua::Features::Library Lingua::Features::Structure Lingua::Features::StructureType Lingua::Features::Tag Lingua::Features::Type Lingua::Features::Value Lingua::TagSet Lingua::TagSet::Acabit Lingua::TagSet::Fastr Lingua::TagSet::Frmg Lingua::TagSet::Multext Lingua::TagSet::Tag Lingua::TagSet::Talana Lingua::TagSet::TreeTagger
Subject: Re: [rt.cpan.org #35130] Use Version Text Like 0.4 or v0.3.1 Instead of 0.3.1
Date: Tue, 22 Apr 2008 15:39:59 +0200
To: bug-Lingua-Features [...] rt.cpan.org
From: Guillaume Rousse <Guillaume.Rousse [...] inria.fr>
Yi Ma Mao via RT a écrit : Show quoted text
> Sorry, I was inexperience on this. Please use "Change Permission" from > the PAUSE menu to change the permissions of the following "not > registered" modules. You can either add me to co-maintainer, give up > primary maintainer or transfer primary maintainer to me. My CPAN ID is > IMACAT. Thank you.
I just set you as co-maintainer for all of them. Thanks for clearing this up. -- Guillaume Rousse Moyens Informatiques - INRIA Futurs Tel: 01 69 35 69 62
Can we mark the issue as fixed now ?