mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
10 lines
391 B
Plaintext
10 lines
391 B
Plaintext
p5-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.
|