http://www.perlmonks.org?node_id=734499


in reply to Include Modules Automatically?

When they are all similarly named like this, I tend to go for the Module::Find approach:

package MyPlugins; use Module::Find (); Module::Find::useall( __PACKAGE__ );

Although you need a bit more than that if the modules are exporting things.


www.jasonkohles.com
We're not surrounded, we're in a target-rich environment!