libmodule-find-perl 0.16-2 source package in Ubuntu

Changelog

libmodule-find-perl (0.16-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libmodule-find-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 22 Oct 2022 01:51:22 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main perl
Noble release main perl
Mantic release main perl
Lunar release main perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-find-perl_0.16-2.dsc 2.1 KiB 8ed1adc2c7f57b0ffd5c9428441d85b80a53e3e1d58b440779943bd80f3f8751
libmodule-find-perl_0.16.orig.tar.gz 9.3 KiB 4bcaaa376915014728d4f533a98c5b59d665051cd3cdbafc960e5a66fd131092
libmodule-find-perl_0.16-2.debian.tar.xz 3.1 KiB 1e29f416436d5bb27367749b110d70f8389be86cfd0b7799f314505452cb1825

Available diffs

No changes file available.

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.