libtemplate-plugin-lingua-en-inflect-perl 0.04-1.1 source package in Ubuntu

Changelog

libtemplate-plugin-lingua-en-inflect-perl (0.04-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Fri, 08 Jan 2021 15:48:47 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtemplate-plugin-lingua-en-inflect-perl_0.04-1.1.dsc 2.4 KiB 6a4a7c616483d2c8ac30d0e189954ec2c03a1792579da1f9d24aa320feac1b11
libtemplate-plugin-lingua-en-inflect-perl_0.04.orig.tar.gz 7.0 KiB 24b775edf946cbfa98d0c8809149661d5eda48773fa54f43b61afe4728b3aae9
libtemplate-plugin-lingua-en-inflect-perl_0.04-1.1.debian.tar.xz 4.8 KiB 7bb135c11e995433eb6fc39ce9d1e4869fdab5628e39e4d20dc5796ebc697eee

Available diffs

No changes file available.

Binary packages built by this source

libtemplate-plugin-lingua-en-inflect-perl: interface to Lingua::EN::Inflect for the Template Toolkit

 Template::Plugin::Lingua::EN::Inflect is an interface to Damian Conway's
 Lingua::EN::Inflect Perl module, which provides plural inflections,
 "a"/"an" selection for English words, and manipulation of numbers as words.
 .
 The plugin provides an 'inflect' filter, which can be used to interpolate
 inflections in a string. The NUM() function sets a persistent default value
 to be used whenever an optional number argument is omitted. The number to be
 used for a particular invocation of 'inflect' can also be specified with a
 'number' option.
 .
 For the full details of the inflection functionality please refer to the
 Lingua::EN::Inflect manual.