The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Config-AutoConf

0.06	March 19, 2008
	- added -quiet option to ExtUtils::CBuilder for less noise when detecting
	  things.

0.05	March 18, 2008
	- added 'check_prog_yacc' method to check for a yacc implementation (see POD)

0.04	March 18, 2008
	- adapt to new ExtUtils::CBuilder API

0.03	August 12, 2005
	- Added 'check_file' and 'check_files' methods (kind of stupid methods)

0.02	February 14, 2005
	- Moved from ExtUtils:: to Config::

Previous releases
	- Added 'check_prog' method to check for executable program (see POD)
	- Added 'check_progs' method to check for a list of programs (see POD)
	- Added 'check_prog_awk' method to check for an awk implementation (see POD)
	- Added 'check_prog_egrep' method to check for an egrep implementation (see POD)
	- first indexable version -- I need to use this module somewhere else;
	- using ExtUtils::CBuilder to compile test;
	- version correcting test for Mac OS-X (thanks, Michael Schwern);
	- using Config module to get CC value and EXE extension;
	- using ExtUtils::CBuilder (well take advantage of it later);