libclass-accessor-chained-perl 0.01.1~debian-ok1 source package in openKylin

Changelog

libclass-accessor-chained-perl (0.01.1~debian-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
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

Downloads

File Size SHA-256 Checksum
libclass-accessor-chained-perl_0.01.1~debian.orig.tar.gz 2.3 KiB a5bf49d3804f83ad25a1b16f327d14d4cbee2270132104b28705031dbccc34d2
libclass-accessor-chained-perl_0.01.1~debian-ok1.debian.tar.xz 1.5 KiB da5a1a94c80f5dcd95c71fea22499303d997646f1ab1edb1221679c8d02317c8
libclass-accessor-chained-perl_0.01.1~debian-ok1.dsc 2.1 KiB f0c00ba7246f22f7023ce48f6bf21c6fafadba08a71ef2a9fa5c5ff1d2f3b323

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.