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.10    September 3, 2008
        - Removed the tilde on my name, from Makefile.PL.
          Was generating some weird results on VMS and Solaris.

0.09    April 23, 2008
	- Added 'check_headers?' methods to check for C heading files;
	- fixed the deletion of .c files created by failing tests;
	- Require perl 5.8.1 and ExtUtils::CBuilder 0.23

0.08    March 29, 2008
	- require a 5.8 Perl 

0.07	March 21, 2008
	- re-factored some tests to make them Win-aware

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
	- Added 'check_progs' method to check for a list of programs
	- Added 'check_prog_awk' method to check for an awk implementation
	- Added 'check_prog_egrep' method to check for an egrep implementation
	- 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);