Name: | perl-Module-Pluggable |
---|---|
Epoch: | 2 |
Version: | 5.2 |
Release: | 24.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 54455 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: | perl-Module-Pluggable-5.2-24.el10_0.noarch.rpm |
Source RPM: | perl-Module-Pluggable-5.2-24.el10_0.src.rpm |
Build Date: | Thu Dec 19 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Module-Pluggable |
Summary: | Automatically give your module the ability to have plugins |
Description: | This package provides a simple but, hopefully, extensible way of having 'plugins' for your module. Essentially all it does is export a method into your name space that looks through a search path for .pm files and turn those into class names. Optionally it instantiates those classes for you. |