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
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
| Series | Published | Component | Section |
|---|
| 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 |
Sub::Exporter is an incredibly powerful module, but with that power comes
great responsibility, as well as some runtime penalties.
Sub::Exporter:
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.