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

Changelog

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

  [ Debian Janitor ]
  * Apply multi-arch hints. + libuniversal-moniker-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Fri, 14 Oct 2022 09:11:08 +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
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libuniversal-moniker-perl_0.08-10.dsc 2.2 KiB 29711ee5a4a445dd75d86543d2f1d1ae479b95461bc54e1e0744ca9aa6bec3be
libuniversal-moniker-perl_0.08.orig.tar.gz 2.5 KiB 94ce27a546cd57cb52e080a8f2533a7cc2350028388582485bd1039a37871f9c
libuniversal-moniker-perl_0.08-10.debian.tar.xz 3.3 KiB d6dd03e694ca0a017a6c15026186192fcda05bd39f3bea4d82878764f7b8cf4a

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.