Skip Menu |

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

Report information
The Basics
Id: 64564
Status: new
Priority: 0/
Queue: Lingua-EN-Inflect-Number

People
Owner: Nobody in particular
Requestors: quinn [...] fairpath.com
Cc:
AdminCc:

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



Subject: to_S converts 'statuses' to 'statuse'.
to_S incorrectly renders the singular of "statuses" as "statuse." Run the attached script to reproduce the problem.
Subject: lein-bug.pl
#!/usr/bin/env perl use strict; use warnings; use Lingua::EN::Inflect::Number 'to_S'; print to_S('statuses'), "\n";