1.16    2022-05-04      Stop all the tests that require a working compiler from
                        skipping on AIX
1.15    2022-05-04      Refactor, stop GCC optimising away test code
1.14    2019-11-12      Use Capture::Tiny instead of Capture::Output
1.13    2018-06-23      Improve Makefile.PL
                        update compatibility code from App-EUMM-Upgrade-1.0
1.12    2018-05-23      Fix order of flags for gcc
                        Fix problems with executable binaries
1.11    2017-05-23      Prevent concatenation warnings when LD_RUN_PATH is
                        undefined.
1.10    2017-04-08      Use Mock::Config.
1.09    2017-04-08      Remove link options from @ldflags.
1.09    2017-03-18      Add $PATH for the libs on Windows.
1.08    2017-03-18      Add $LD_RUN_PATH for the libs.
1.07    2016-04-09      Add analyze_binary feature.
1.06    2016-02-20      Fix linking on MSVC.
1.05    2015-09-16      Fix handling $PERL_MM_OPT.
1.04    2015-09-16      Handle $PERL_MM_OPT.
1.03    2015-01-04      Update travis.yml
                        Fix possible crash bug on windows.
1.02    2014-08-30      Remove .exe when it run on cygwin.
1.01    2013-07-26      Correct version
1.00    2013-07-26      Deprecate use-devel-checklib script.
0.99    2013-04-02      Allow -R rpaths as libpaths used with solaris cc
                        (see RT #81330)
0.98    2012-03-17      Merge ldflags & perllibs.
0.97    2012-02-02      Fixed test.
0.96    2012-02-02      Pass linker options to MSVC.
0.95    2011-10-22      Clean up object files.
                        Also MSVC generates extra files, clean them up.
0.94    2011-10-14      Better error message.
0.93    2011-04-09      Add support for gcc that have version number in the command name.
                        Fix about that the command path include space character.
0.92    2010-12-13      Patch included, thanks to CHM and SISYPHUS (see RT #63742)
0.91    2010-09-29      Version bump up.
0.9     2010-09-29      Fix deprecated parenthesis. use "(qw())".
0.8     2010-09-15      Add include header files into dependencies files.
                          (see RT #61297)
                        Add minimum version number of perl.
0.7     2010-08-25      Add support for checking if a function exists
                          in a library and it returns the right value
                          (see RT #48332)
                        Add check_lib function
0.6     2009-05-20      Support EU::MM-stylee command line, thanks to
                          DAXIM (see RT #46044)
0.5     2008-03-12      Break up 'package Devel::CheckLib' in inc/ so
                          distributions including it don't get marked
                          as 'unauthorised'
0.4     2008-03-04      Look for headers as well as libraries;
                        Clean up temp dirs in tests;
                        use-devel-checklib fixed for Win32
0.3     2007-10-30      tests now skip when they need a compiler and can't
                          find one;
                        Borland compiler support;
                        added bin/use-devel-checklib script;
                        added EU::MM-stylee LIBS support
0.2     2007-10-18      better portability, more features
                        Renamed to Devel::CheckLib
0.1     2007-10-14      Initial release