Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: perl [...] umann.hu
Cc:
AdminCc:

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



Subject: Minor typos in Synopsis
Date: Fri, 27 Oct 2017 15:25:31 +0200 (CEST)
To: bug-Lingua-EN-Inflect [...] rt.cpan.org
From: Kornel Umann <perl [...] umann.hu>
Line 141: print inflect("I saw $cat_count PL("cat",$cat_count)\n"); "cat" should not be quoted. Changinig external qoutes to qq{} prints q{"cat"s} - yet another feature to think of... Line 144: print inflect("I saw NUM($cat_count) PL("cat")\nNUM()"); Same applies here. Also, NUM() should be before \n. Line 146: print inflect("There NUM($errors,) PL_V(was) NO(error)\n"; Missing closing bracket. Also, there should be no space after NUM($errors,) because now it prints two spaces between "There" and "was"/"were". Lines 142, 143 (, 144): Would be nice to append \n. Lines 157, 159, 161, 163: Missing semicolon at the end of def_... commands.
Subject: Re: [rt.cpan.org #123407] Minor typos in Synopsis
Date: Mon, 30 Oct 2017 11:40:53 +1100
To: bug-Lingua-EN-Inflect [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Very much appreciated, Kornel. All patches applied! Damian