libmodule-pluggable-perl 5.2-5 source package in Ubuntu

Changelog

libmodule-pluggable-perl (5.2-5) unstable; urgency=medium

  * Remove generated test file via debian/clean. (Closes: #1046326)
  * dh_clean: don't delete test backup file.
  * Update debian/upstream/metadata.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Thu, 07 Mar 2024 12:01:13 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-pluggable-perl_5.2-5.dsc 2.4 KiB 77795a460d746ff5665a2ab3106dec7c587f9364f5d0086f16f9d6c223478b64
libmodule-pluggable-perl_5.2.orig.tar.gz 26.3 KiB b3f2ad45e4fd10b3fb90d912d78d8b795ab295480db56dc64e86b9fa75c5a6df
libmodule-pluggable-perl_5.2-5.debian.tar.xz 2.5 KiB c17a81f491d52ee2be9a437ccd7c5c83e032d46833768b46a720c8233e421931

Available diffs

No changes file available.

Binary packages built by this source

libmodule-pluggable-perl: module for giving modules the ability to have plugins

 Module::Pluggable provides a simple but, hopefully, extensible way of having
 'plugins' for your module. Essentially all it does is export a method into
 your namespace that looks through a search path for .pm files and turn those
 into class names. Optionally it instantiates those classes for you.