The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
This module provides a way of checking whether a particular library and
its headers are available, by attempting to compile a simple program and
link against it.

To install, do the usual dance:

    perl Makefile.PL
    make
    make test
    make install