in reply to ExtUtils::MakeMaker and module version

Well at the end, I found that PerlMakefile.PL was testing
if (ExtUtils::PkgConfig->atleast_version ('glib-2.0', '2.24.0')) {...}
With 2.16.0 the test fails but that confusing message is given anyway.

Thanks

F.