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

Changelog

libsub-exporter-progressive-perl (0.001013-ok2) yangtze; urgency=medium

  * Update version info.

 -- Luoyaoming <email address hidden>  Sat, 22 Oct 2022 16:14:57 +0800

Upload details

Uploaded by:
luoyaoming
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
libsub-exporter-progressive-perl_0.001013.orig.tar.gz 13.2 KiB d535b7954d64da1ac1305b1fadf98202769e3599376854b2ced90c382beac056
libsub-exporter-progressive-perl_0.001013-ok2.debian.tar.xz 7.8 KiB 4be2fcc19d761fd9248591263df40ed346d5d96504934879ac2fd790faa50d6f
libsub-exporter-progressive-perl_0.001013-ok2.dsc 2.0 KiB 5584d32f7211f6b5c13b7518329480b40e0159f235eef35ced467f98058ee68a

Available diffs

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.