Name: | rh-perl526-perl-Module-Pluggable |
---|---|
Epoch: | 2 |
Version: | 5.2 |
Release: | 7.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 55118 |
License: | GPL+ or Artistic |
RPM: | rh-perl526-perl-Module-Pluggable-5.2-7.el7.noarch.rpm |
Source RPM: | rh-perl526-perl-Module-Pluggable-5.2-7.el7.src.rpm |
Build Date: | Thu Oct 25 2018 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/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. |