0.10 2010-10-24 Fix stupid bug. safe for undef.
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