p5-Module-Implementation

loads one of several alternate module implementations

WWW CVSWeb GITHub
  1. Package version
    p5-Module-Implementation-0.09p0
  2. Maintainer
    The OpenBSD ports mailing-list

This module 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.

  • STEM->=0.012:devel/p5-Module-Runtime
  • STEM->=0:devel/p5-Try-Tiny