libclass-accessor-chained-perl 0.01-ok1 source package in openKylin

Changelog

libclass-accessor-chained-perl (0.01-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- zhangyichun <email address hidden>  Fri, 16 Sep 2022 14:59:42 +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
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libclass-accessor-chained-perl_0.01.orig.tar.gz 2.3 KiB a5bf49d3804f83ad25a1b16f327d14d4cbee2270132104b28705031dbccc34d2
libclass-accessor-chained-perl_0.01-ok1.debian.tar.xz 1.4 KiB d3a14b248d2aab47d30245a16e713eb7119fe9d2295c03dbac00b260730a050a
libclass-accessor-chained-perl_0.01-ok1.dsc 1.9 KiB d7147b4e7c90b4fee7d8a6be6976f07e066c10d964e4a4e14146ee52c5096173

Available diffs

View changes file

Binary packages built by this source

libclass-accessor-chained-perl: Perl module providing chained accessors

 A chained accessor is one that always returns the object when called
 with parameters (to set), and the value of the field when called with
 no arguments.
 .
 Class::Accessor::Chained subclasses Class::Accessor in order to provide
 the same mk_accessors interface.