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

Changelog

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

  * Team upload.

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * Add debian/upstream/metadata.
  * Import upstream version 0.13.
  * Update years of upstream copyright.
  * Mark package as autopkgtest-able.
  * Declare compliance with Debian Policy 3.9.6.
  * Bump debhelper compatibility level to 9.

 -- gregor herrmann <email address hidden>  Sun, 18 Oct 2015 18:19:11 +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
Bionic release universe perl
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-find-perl_0.13-1.dsc 2.2 KiB 74185684b32d81628467bc74572be7389699e533eeea609bc0e3eac91752b09c
libmodule-find-perl_0.13.orig.tar.gz 6.3 KiB 4a47862072ca4962fa69796907476049dc60176003e946cf4b68a6b669f18568
libmodule-find-perl_0.13-1.debian.tar.xz 2.7 KiB 5f206808a7befb092f5bdeeb05bb5346d33d3585cf74a2c576caf92617322a5b

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.