libuniversal-moniker-perl 0.08-ok1 source package in openKylin

Changelog

libuniversal-moniker-perl (0.08-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- zhangyichun <email address hidden>  Tue, 20 Sep 2022 16:49:25 +0800

Upload details

Uploaded by:
zhangyichun
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
OpenKylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl
Huanghe V3.0 release main perl
Nile V2.0 proposed main perl
Nile V2.0 release main perl
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libuniversal-moniker-perl_0.08.orig.tar.gz 2.7 KiB 61becd9c05cf1426d1205a6e722f45165a6e2049674733fa563e2c9cd0d0434c
libuniversal-moniker-perl_0.08-ok1.debian.tar.xz 1.7 KiB b72227ea663f50cf1e56657fc4d2550f56685a7cf970f620b4617720fc1667dd
libuniversal-moniker-perl_0.08-ok1.dsc 1.9 KiB 47dcf765d3dd94c7c53b4cfd957d4bed63da071c4a7d337a1d78e009815efa10

View changes file

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.