libmodule-implementation-perl 0.06-1 source package in Ubuntu

Changelog

libmodule-implementation-perl (0.06-1) unstable; urgency=low


  * Imported Upstream version 0.06
  * debian/control: {Build-}Depends on libmodule-runtime-perl (>= 0.012)

 -- Angel Abad <email address hidden>  Mon, 13 Feb 2012 09:35:58 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmodule-implementation-perl_0.06-1.dsc 1.7 KiB 7e7370f9e0ae717e036824b943de8ece401f8b501f0bea8d324b0c4e25bd07dc
libmodule-implementation-perl_0.06.orig.tar.gz 10.3 KiB da3b78025ab82b04c042e7cc1fdefc3af225ca90865c215d4d8bcf3bbf54186d
libmodule-implementation-perl_0.06-1.debian.tar.gz 4.9 KiB 5ca8369c77b03e9f9db7cabf6296826c0d0c72ca51985810eb1d474b737f9afb

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.