[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#659051: ITP: libmodule-implementation-perl -- module for loading one of several alternate implementations of a module



Package: wnpp
Owner: gregor herrmann <gregoa@debian.org>
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-perl@lists.debian.org

* Package name    : libmodule-implementation-perl
  Version         : 0.03
  Upstream Author : Dave Rolsky <autarch@urth.org>
* URL             : http://search.cpan.org/dist/Module-Implementation/
* License         : Artistic-2.0
  Programming Lang: Perl
  Description     : 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.



Reply to: