Subject: | Use Module::Pluggable to find processors? |
Wouldn't it be better to use Module::Pluggable to automatically find all of the processors? That would allow for easy implementation of third-party processors: just install them and File::Extract will find them.
To implement that, you'd probably want to put all of the processors in a sub-namespace, like File::Extract::Plugins::*
Cool module, by the way. Thanks for employing my CAM::PDF module.