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

Changelog

libsub-exporter-perl (0.987-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-perl_0.987.orig.tar.gz 44.9 KiB 543cb2e803ab913d44272c7da6a70bb62c19e467f3b12aaac4c9523259b083d6
libsub-exporter-perl_0.987-ok1.debian.tar.xz 1.6 KiB a4c4cacbb76be2d81c46a8b0f5ef3d46c9302e20a899619899934062425600ed
libsub-exporter-perl_0.987-ok1.dsc 2.0 KiB 6b5edeff07b3afc5fc0a9086499b5c24c5fa342f30ad2775641e2144e058fdcc

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.