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

Changelog

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

  * Import upstream version 0.16.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.6.1.
  * Set Rules-Requires-Root: no.
  * Bump debhelper-compat to 13.

 -- gregor herrmann <email address hidden>  Fri, 05 Aug 2022 17:31:01 +0200

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-find-perl_0.16-1.dsc 2.4 KiB 71fbc72451c6732b683eb12746eee37b2d8ff5e2a7786c1a22111f28b5ae7cad
libmodule-find-perl_0.16.orig.tar.gz 9.3 KiB 4bcaaa376915014728d4f533a98c5b59d665051cd3cdbafc960e5a66fd131092
libmodule-find-perl_0.16-1.debian.tar.xz 3.0 KiB 3baf66034d5dcac5b842581af22fea4caf748cd655918a60bb0e5d1043d69e4a

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.