libmodule-find-perl 0.16-ok1 source package in openKylin

Changelog

libmodule-find-perl (0.16-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 09:32:23 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.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 release main perl
Nile V2.0 proposed main perl

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-find-perl_0.16.orig.tar.gz 9.3 KiB 4bcaaa376915014728d4f533a98c5b59d665051cd3cdbafc960e5a66fd131092
libmodule-find-perl_0.16-ok1.debian.tar.xz 1.7 KiB bc929babb6aef5524fc1ef3a025ba11b62f486dc1db338d85e0b6d0f7ec9173d
libmodule-find-perl_0.16-ok1.dsc 2.0 KiB 5b69797c09a4f35e71cbcdb8521cce4669ac811342e66b87ea9fec3b118c7217

Available diffs

View changes file

Binary packages built by this source

libmodule-find-perl: module to find and use installed Perl modules

 Module::Find is a Perl module that allows developers to find and use modules
 in categories. This is useful for auto-detecting driver or plugin modules.
 You can differentiate between looking in the category itself or in all
 subcategories.
 .
 If you want Module::Find to search in a certain directory (like the plugins
 directory of your software installation), make sure you modify @INC before
 you call the Module::Find functions.