Search notes:

Perl module Devel::CheckLib

use warnings;
use strict;

use Devel::CheckLib;

check_lib_or_exit(lib => 'magic', header => 'magic.h'); # Might print «Can't link/include C library 'magic.h', 'magic', aborting.»
print "Reached?\n";
Github repository PerlModules, path: /Devel/CheckLib/script.pl

See also

Perl modules

Index