libmodule-pluggable-perl 5.2-2 source package in Ubuntu
Changelog
libmodule-pluggable-perl (5.2-2) unstable; urgency=medium [ Salvatore Bonaccorso ] * debian/control: Use HTTPS transport protocol for Vcs-Git URI [ gregor herrmann ] * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. [ Salvatore Bonaccorso ] * Update Vcs-* headers for switch to salsa.debian.org [ Debian Janitor ] * Bump debhelper from old 9 to 12. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Bug-Database, Repository, Repository- Browse. * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright). [ gregor herrmann ] * debian/watch: use uscan version 4. -- Jelmer Vernooij <email address hidden> Wed, 15 Jun 2022 20:14:00 +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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmodule-pluggable-perl_5.2-2.dsc | 2.2 KiB | 10d3f68c36584bb2867fe83273c65a7104647f986f24553ea605c1bfae481f37 |
libmodule-pluggable-perl_5.2.orig.tar.gz | 26.3 KiB | b3f2ad45e4fd10b3fb90d912d78d8b795ab295480db56dc64e86b9fa75c5a6df |
libmodule-pluggable-perl_5.2-2.debian.tar.xz | 2.2 KiB | 6d9c1b218d942c7147c7b14d8b874dedfd840b0b3883731c7adc26679965fa60 |
Available diffs
- diff from 5.2-1 to 5.2-2 (1.5 KiB)
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.