Hi, everybody!
I've started to write a modular user administration tool sometime ago. During this process, I've also started two modules facilitating the creation of such a modular program.
The program modules are realized as Perl classes, each of them being a child of one of the two modules I mentioned at the beginning. The other of the two modules serves as some kind of "control center" for the application, providing information about modules, functions to find and (un)load them etc.
I wonder if that would be something useful I should post to CPAN... and if it is - what would be an appropriate name. Currently they are named modularzier and modularizer::module.
Module names on CPAN must be camel cased. All lowercase names are reserved for pragma. This should probably go in the Module::* namespace.
Randy.
