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.20   Nov 9, 2012
         - Add stdint.h into check_default_headers
         - Make POD tests author only.

0.19   Feb  7, 2012
         - Added new method, check_lm

0.18   Feb  2, 2012
         - msg_methods msg prefix can be configured.
         - Added new methods: (Jens Rehsack)
           check_alignof_type, check_alignof_types, check_sizeof_type,
           check_sizeof_types, compute_int, lang_build_bool_test,
           check_dirent_header, push_compiler_flags, push_includes,
           push_libraries, push_library_paths, push_link_flags,
           push_preprocess_flags.

0.17    Jan  4, 2012
        - Re-fixed tests that do not run in <= v5.010

0.17_02 Jan  3, 2012
        - Fixed tests that do not run on older Perl version.

0.17_01 Jan  2, 2012
        - New object oriented interface (Jens Rehsack)
        - Added new methods: (Jens Rehsack)
          cache_val, check_all_headers, check_cached, check_decl,
          check_decls, check_default_headers, check_lib, check_member,
          check_members, check_stdc_headers, check_type, check_types,
          compile_if_else, define_var, lang_build_program, lang_call,
          link_if_else, msg_checking, msg_error, msg_failure,
          msg_notice, msg_result, msg_warn, pop_lang, push_lang,
          search_libs, write_config_h
        - check_headers rewritten (Jens Rehsack)
        - Use proper 'extern "C"' code

0.16    Sep 23, 2010
        - Config::AutoConf::Linker moved to ExtUtils::LibBuilder.

0.15    Mar  8, 2010
        - Config::AutoConf::Linker more silent.

0.14    Feb 14, 2010
        - Added rewind to Linker.pm module. This code is still under heavy tests.

0.13    Jun  2, 2009
        - First stable release with code to detect how to build a C dynamic library.

0.12_3  Jun  1, 2009
        - Trying other way arround to change LD_LIBRARY_PATH under
          t/04, that was failing under FreeBSD.

0.12_2  May 19, 2009
	- Added t/04 that was missing from MANIFEST

0.12_1	May 18, 2009
	- Added code to detect how to build a library. 
          It is a big, really big hack. Still not documented.

0.11	January 9, 2009
	- check_prog with better support for Windows machines.

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);