libsub-exporter-progressive-perl 0.001013-ok1 source package in openKylin

Changelog

libsub-exporter-progressive-perl (0.001013-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
libsub-exporter-progressive-perl_0.001013.orig.tar.gz 13.2 KiB d535b7954d64da1ac1305b1fadf98202769e3599376854b2ced90c382beac056
libsub-exporter-progressive-perl_0.001013-ok1.debian.tar.xz 1.8 KiB ecca59fae123394e25ac2d5bea22ae54d01064009f58b3d0b8b94c87b6bfe8d6
libsub-exporter-progressive-perl_0.001013-ok1.dsc 2.1 KiB 416e316113c1ca4f9bbd4013fb82247f64e195491335e96d0c0122d8c48e57ad

View changes file

Binary packages built by this source

libsub-exporter-progressive-perl: module for using Sub::Exporter only if needed

 Sub::Exporter is an incredibly powerful module, but with that power comes
 great responsibility, as well as some runtime penalties.
 Sub::Exporter::Progressive is a Sub::Exporter wrapper that will let your
 users just use Exporter if all they are doing is picking exports, but use
 Sub::Exporter if your users try to use Sub::Exporter's more advanced
 features, like renaming exports.
 .
 Note that this module will export @EXPORT and @EXPORT_OK package variables
 for Exporter to work. Additionally, if your package uses advanced
 Sub::Exporter features like currying, this module will only use
 Sub::Exporter, so you might as well use it directly.