libfeature-compat-class-perl 0.08-ok1 source package in openKylin

Changelog

libfeature-compat-class-perl (0.08-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Fri, 29 May 2026 07:23:21 -0700

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.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

Downloads

File Size SHA-256 Checksum
libfeature-compat-class-perl_0.08.orig.tar.gz 21.2 KiB 0ddf9a82841f10e35f107cdf627b160755f9de93d8b7ea2a090183fdc268c70b
libfeature-compat-class-perl_0.08-ok1.debian.tar.xz 2.4 KiB 2aa682d244788f6077f1c67a6db5934062ed406c8bd30581fc907f22a2df16c7
libfeature-compat-class-perl_0.08-ok1.dsc 2.1 KiB 6319ddbe9233590cff696e3f6ebc3d80b1e24dd315ad59ce62ffef957fdb3c59

Available diffs

View changes file

Binary packages built by this source

libfeature-compat-class-perl: make class syntax available

 Feature::Compat::Class provides the new class keyword and related others
 (method, field and ADJUST)
 in a forward-compatible way.
 .
 There is a branch of Perl development source code
 which provides this syntax, under the class named feature.
 If all goes well, this will become available
 in a stable release in due course.
 On such perls that contain the feature,
 this module simple enables it.
 .
 On older versions of perl before such syntax is available in core,
 it is currently provided instead using the Object::Pad module,
 imported with a special set of options
 to configure it to only recognise the same syntax
 as the core perl feature,
 thus ensuring any code using it will still continue to function
 on that newer perl.