libsub-exporter-perl 0.988-ok1 source package in openKylin

Changelog

libsub-exporter-perl (0.988-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- denghao <email address hidden>  Mon, 29 Aug 2022 09:39:28 +0300

Upload details

Uploaded by:
denghao
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
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libsub-exporter-perl_0.988.orig.tar.gz 55.6 KiB 23324887d6c590f145702f077d8ca42f1b2f26a3b76f08d66c2c1e21e606040c
libsub-exporter-perl_0.988-ok1.debian.tar.xz 7.8 KiB 636c881b065485e3a241b0017b790167fa18a58b738d1a44de329170588e1b3a
libsub-exporter-perl_0.988-ok1.dsc 1.9 KiB 20800afbf73c5f0c94ed41a4ce87d8e7ae1c2f38643d9383bf82f2e0cc3b9b17

Available diffs

View changes file

Binary packages built by this source

libsub-exporter-perl: sophisticated exporter for custom-built routines

 When you use a perl module, first it is "required" function used, then its
 import method is called.
 .
 Sub::Exporter provides a sophisticated alternative to Exporter.pm. It allows
 for renaming, currying/sub-generation etc.
 .
 Sub::Exporter builds a custom exporter which can then be installed into your
 module. It builds this method based on configuration passed to its
 setup_exporter method.