On Sat, Apr 26, 2008 at 12:13 AM, Gabor Szabo <[EMAIL PROTECTED]> wrote: > > I think the Perl community should come up with some more-or-less > standard solution supported by Module::Build and MakeMaker that also > plays well with the downstream distributors.
Have a look at the config_data() method in Module::Build. It does this. After installation, config parameters can be queried or set through an API or command-line interface. -Ken
