New release. Some new functions. Some improvements. Please, submit subreports (specially for non-linux architectures) and ideas. I want to release 0.02 soon.
ExtUtils is dead.
schwern on 2005-02-13T23:25:57
ExtUtils is effectively a dead namespace. It has been abused in the past to mean "modules which are for building other modules" parroting ExtUtils::MakeMaker. ExtUtils actually means "utilities to work with the ext/ directory in the Perl source tree" which very historical and not terribly useful.
I would suggest this instead be called Module::AutoConf or perhaps Config::AutoConf since there's nothing in here that says its only for modules.
Re:ExtUtils is dead.
ambs on 2005-02-14T08:32:23
Config::AutoConf was my first bet. But then I switched back to ExtUtils given the MakeMaker. I'll Config:: it, then :)