On Wed, Nov 09, 2005 at 05:57:22PM -1000, Joshua Hoblitt said: > I've taken a look at using Module::Pluggable to register configure > steps. The simplest way to do this is to let Module::Pluggable search > through the ./config directory. This requires renaming all of the .pl > configure files to .pm because of hardwired assumptions in > Module::Pluggable.
Weirdly enough I was thinking of releasing a version of Module::Pluggable which allowed you to specify the file extension it searches for. I can push that out today if necessary.