freebsd-ports/devel/p5-Module-Pluggable/pkg-descr
Sunpoet Po-Chuan Hsieh b027c0cb3c Add NO_ARCH
- Reformat pkg-descr
- Take maintainership
2019-05-25 10:00:01 +00:00

10 lines
441 B
Text

Module::Pluggable provides a simple but, hopefully, extensible way of having
'plugins' for your module. Obviously this isn't going to be the be all and end
all of solutions but it works for me.
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.
WWW: https://metacpan.org/release/Module-Pluggable