libmodule-find-perl 0.17-ok1 source package in openKylin
Changelog
libmodule-find-perl (0.17-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 09:01:22 -0700
libmodule-find-perl (0.17-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 09:01:22 -0700
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | perl |
| File | Size | SHA-256 Checksum |
|---|---|---|
| libmodule-find-perl_0.17.orig.tar.gz | 8.2 KiB | 75ff1c8c98e8c0537692645cd62d2a4c48ab097b1d4a5ea42a25305098d7fd39 |
| libmodule-find-perl_0.17-ok1.debian.tar.xz | 1.7 KiB | 02588a77a084197bf78c1ce9fb69bcd307ec4f4284e63c7caa673ad5099721ea |
| libmodule-find-perl_0.17-ok1.dsc | 2.0 KiB | df713bdc2f20c5830d7eef3430336f60e3b7fe71df40a795f1e2a277552d5f83 |
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.