| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: perl-Module-Implementation | Distribution: Fedora Project |
| Version: 0.09 | Vendor: Fedora Project |
| Release: 43.fc44 | Build date: Sun Jan 18 01:10:58 2026 |
| Group: Unspecified | Build host: buildvm-a64-43.rdu3.fedoraproject.org |
| Size: 25311 | Source RPM: perl-Module-Implementation-0.09-43.fc44.src.rpm |
| Packager: Fedora Project | |
| Url: https://metacpan.org/release/perl-Module-Implementation | |
| Summary: Loads one of several alternate underlying implementations for a module | |
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.