libimporter-perl 0.026-ok1 source package in openKylin

Changelog

libimporter-perl (0.026-ok1) yangtze; urgency=low

  * Build for openkylin.

 -- denghao <email address hidden>  Thu, 25 Aug 2022 04:54:42 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Low Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libimporter-perl_0.026.orig.tar.gz 40.6 KiB e08fa84e13cb998b7a897fc8ec9c3459fcc1716aff25cc343e36ef875891b0ef
libimporter-perl_0.026-ok1.debian.tar.xz 7.7 KiB 09a8a4f24b57460daf24c7464bd2c0dd5e61daa163106a032723d684f2a73e44
libimporter-perl_0.026-ok1.dsc 1.8 KiB 45270958c49681341e21e542ffc5f2cb882de052091c7fc017857a0052e66ead

Available diffs

View changes file

Binary packages built by this source

libimporter-perl: alternative but compatible interface to modules that export symbols

 Importer acts as a layer between Exporter and modules which consume exports.
 It is feature-compatible with Exporter, plus some much needed extras. You can
 use this to import symbols from any exporter that follows Exporters
 specification. The exporter modules themselves do not need to use or inherit
 from the Exporter module, they just need to set @EXPORT and/or other
 variables.