liblingua-en-inflect-number-perl 1.12-2 source package in Ubuntu

Changelog

liblingua-en-inflect-number-perl (1.12-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 15:17:00 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblingua-en-inflect-number-perl_1.12-2.dsc 2.2 KiB 3af8bea5ba6c0edceafcdd4c05efaa3cb9f314201bede38a65b52d689ab32fce
liblingua-en-inflect-number-perl_1.12.orig.tar.gz 10.0 KiB 66fb33838512746f5c597e80264fea66643f7f26570ec2f9205b6135ad67acbf
liblingua-en-inflect-number-perl_1.12-2.debian.tar.xz 2.9 KiB 8362d38fb30d2f908a4eae87d7e09faef20b902d35de01a4d99ecba7c1f9b0e3

Available diffs

No changes file available.

Binary packages built by this source

liblingua-en-inflect-number-perl: Perl module to force number of words to singular or plural

 The Lingua::EN::Inflect::Number module extends the functionality of
 Lingua::EN::Inflect (the liblingua-en-inflect-perl package) with three new
 functions.
 .
 number() takes a word, and determines its number. It returns whether
 the word is singular, plural, or ambiguous for words that can be
 either singular or plural.
 .
 Based on the number() function there are to_S() and to_PL() which
 take a word and convert it forcefully either to singular or to
 plural. In Lingua::EN::Inflect funny things happen if you try to
 pluralise an already-plural word, but this module does the right
 thing.