libmodule-pluggable-perl

Module for giving modules the ability to have plugins
  https://metacpan.org/release/Module-Pluggable
  0
  no reviews



Module::pluggable provides a simple but, hopefully, extensible way of having 'plugins' for your module. essentially all it does is export a method into your namespace that looks through a search path for .pm files and turn those into class names. optionally it instantiates those classes for you.