Package: wnpp Owner: gregor herrmann <[email protected]> Severity: wishlist X-Debbugs-CC: [email protected],[email protected]
* Package name : libmodule-implementation-perl Version : 0.03 Upstream Author : Dave Rolsky <[email protected]> * 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. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

