Skip Menu |

This queue is for tickets about the File-Extract CPAN distribution.

Report information
The Basics
Id: 16061
Status: new
Priority: 0/
Queue: File-Extract

People
Owner: Nobody in particular
Requestors: chris+rt [...] chrisdolan.net
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.06
Fixed in: (no value)



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.
[CLOTHO - Wed Nov 23 12:17:11 2005]: Show quoted text
> 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.
Yes, I thought about that, and I actually started implementing it :) Just haven't gotten around to releasing it. will do soon.