libimporter-perl 0.026-ok2 source package in openKylin

Changelog

libimporter-perl (0.026-ok2) yangtze; urgency=medium

  * Modify debian/control.

 -- denghao <email address hidden>  Fri, 16 Sep 2022 05:59:31 +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
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
libimporter-perl_0.026.orig.tar.gz 40.6 KiB e08fa84e13cb998b7a897fc8ec9c3459fcc1716aff25cc343e36ef875891b0ef
libimporter-perl_0.026-ok2.debian.tar.xz 7.7 KiB 0ce2ecbd32c076a3f1ada6aca168e1aec5adbfc4b98cacad20ee9e3026898eb9
libimporter-perl_0.026-ok2.dsc 1.8 KiB 23be96ccdbd9ed30b6c1d5cd849fadc6fb5f8aa06a12ce1a33ff4919c56fa447

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.