libuniversal-moniker-perl 0.08-9 source package in Ubuntu

Changelog

libuniversal-moniker-perl (0.08-9) unstable; urgency=medium

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

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

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.

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

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on perl,
      liblingua-en-inflect-perl.
    + libuniversal-moniker-perl: Drop versioned constraint on
      liblingua-en-inflect-perl in Recommends.

 -- Jelmer Vernooij <email address hidden>  Tue, 28 Jun 2022 21:41:43 +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
libuniversal-moniker-perl_0.08-9.dsc 2.2 KiB cb8d150d91a53178758a65f7237abd6b1ff54a4e2e8ad60e9a9f6334ac950e94
libuniversal-moniker-perl_0.08.orig.tar.gz 2.5 KiB 94ce27a546cd57cb52e080a8f2533a7cc2350028388582485bd1039a37871f9c
libuniversal-moniker-perl_0.08-9.debian.tar.xz 3.2 KiB 2efae445cdfb1292b0edc7307824f82c6135cb304244054aa513d467fbcc4d19

Available diffs

No changes file available.

Binary packages built by this source

libuniversal-moniker-perl: Methods to output nicer names for your Perl modules/classes

 Class names in Perl often don't sound great when spoken, or look good
 when written in prose. For this reason, the module authors tend to
 say things like "customer" or "basket" when they are referring to
 "My::Site::User::Customer" or "My::Site::Shop::Basket". They thought
 it would be nice if their classes knew what they would prefer to call
 them.
 .
 The UNIVERSAL::moniker module will add a "moniker" (and
 "plural_moniker") method to "UNIVERSAL", and so to every class or
 module.