Skip Menu |

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

Report information
The Basics
Id: 76975
Status: resolved
Priority: 0/
Queue: Lingua-EN-Inflect

People
Owner: Nobody in particular
Requestors: ALEENA [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: WORDLIST doesn't like '&', '&', nor '&' as a conjunction
I hope that I am not being too much of a pain with all these little nitpicks. This is one of my favorite modules. use Lingua::EN::Inflect qw(WORDLIST); print WORDLIST(qw(red green blue), {conj => '&'}) returns red, green, &blue use Lingua::EN::Inflect qw(WORDLIST); print WORDLIST(qw(red green blue), {conj => '&'}) returns red, green, &blue use Lingua::EN::Inflect qw(WORDLIST); print WORDLIST(qw(red green blue), {conj => '&'}) returns red, green, &blue
Subject: Re: [rt.cpan.org #76975] WORDLIST doesn't like '&', '&', nor '&' as a conjunction
Date: Fri, 4 May 2012 08:44:54 +0100
To: bug-Lingua-EN-Inflect [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Show quoted text
> I hope that I am not being too much of a pain with all these little > nitpicks. This is one of my favorite modules.
Not at all. The module only improves because of feedback like yours. WORDLIST generally treats non-alpha conjunctions as "verbatim", not adding spacing around them. I have now changed this rule for the next release. We'll see who complains in the other direction now. ;-) Damian
On Fri May 04 03:45:44 2012, damian@conway.org wrote: Show quoted text
> > I hope that I am not being too much of a pain with all these little > > nitpicks. This is one of my favorite modules.
> > Not at all. The module only improves because of feedback like yours. > > WORDLIST generally treats non-alpha conjunctions as "verbatim", > not adding spacing around them. I have now changed this rule for > the next release. > > We'll see who complains in the other direction now. ;-) > > Damian
I hope no one complains. Another belated thank you. :) Keep having a nice day! Lady Aleena
Subject: Re: [rt.cpan.org #76975] WORDLIST doesn't like '&', '&amp;', nor '&#38;' as a conjunction
Date: Mon, 4 Feb 2013 12:47:07 +1100
To: bug-Lingua-EN-Inflect [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Show quoted text
>> We'll see who complains in the other direction now. ;-)
> > I hope no one complains. Another belated thank you. :)
No-one has yet. I agree that this too seems resolved. All he best, Damian