libmodule-implementation-perl 0.09-ok2 source package in openKylin

Changelog

libmodule-implementation-perl (0.09-ok2) yangtze; urgency=medium

  * Update version info.

 -- Luoyaoming <email address hidden>  Sat, 22 Oct 2022 16:48:19 +0800

Upload details

Uploaded by:
luoyaoming
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
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
libmodule-implementation-perl_0.09.orig.tar.gz 18.1 KiB c15f1a12f0c2130c9efff3c2e1afe5887b08ccd033bd132186d1e7d5087fd66d
libmodule-implementation-perl_0.09-ok2.debian.tar.xz 4.9 KiB b5956c8f93ee52fbedc86300df576390ba8cbf0aac04cb2491d2a8122708c8b9
libmodule-implementation-perl_0.09-ok2.dsc 2.0 KiB 10020e95cdbe0153a99cfc823e1c4b7d5fd832ee726b54f2fc27a44538d585d6

Available diffs

View changes file

Binary packages built by this source

libmodule-implementation-perl: module for loading one of several alternate implementations of a module

 Module::Implementation abstracts out the process of choosing one of several
 underlying implementations for a module. This can be used to provide XS and
 pure Perl implementations of a module, or it could be used to load an
 implementation for a given OS or any other case of needing to provide
 multiple implementations.
 .
 This module is only useful when you know all the implementations ahead of
 time. If you want to load arbitrary implementations then you probably want
 something like a plugin system, not this module.