libmodule-implementation-perl 0.09-2 source package in Ubuntu

Changelog

libmodule-implementation-perl (0.09-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

  [ gregor herrmann ]
  * debian/copyright: replace tabs with spaces / remove trailing
    whitespace.
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libmodule-runtime-perl.
    + libmodule-implementation-perl: Drop versioned constraint on
      libmodule-runtime-perl in Depends.

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 19:49:24 +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
Plucky release main perl
Oracular release main perl
Noble release main perl
Mantic release main perl
Lunar release main perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-implementation-perl_0.09-2.dsc 2.4 KiB e01374ee19c8977ca2542822f9cdaa4a632cbcccbf9cf255895910e15ff46789
libmodule-implementation-perl_0.09.orig.tar.gz 18.1 KiB c15f1a12f0c2130c9efff3c2e1afe5887b08ccd033bd132186d1e7d5087fd66d
libmodule-implementation-perl_0.09-2.debian.tar.xz 5.3 KiB 36d3b7ab74a3be252998b2fba1008165453c253960b6aa469bd30c9a55af2af1

Available diffs

No changes file available.

Binary packages built by this source

libmodule-implementation-perl: module for loading one of several alternate implementations of a module

 Module::Implementation abstracts out the process of choosing one of several
 underlying implementations for a module. This can be used to provide XS and
 pure Perl implementations of a module, or it could be used to load an
 implementation for a given OS or any other case of needing to provide
 multiple implementations.
 .
 This module is only useful when you know all the implementations ahead of
 time. If you want to load arbitrary implementations then you probably want
 something like a plugin system, not this module.