Authen-Krb5-Simple
view release on metacpan or search on metacpan
inc/Devel/CheckLib.pm view on Meta::CPAN
describing how to build and link to the library. Currently the only
parameter supported is 'lib', which can be a string or an arrayref of
several libraries. In the future, expect us to add something for
checking that header files are available as well.
It works by trying to compile this:
int main(void) { return 0; }
and linking it to the specified libraries. If something pops out the end
which looks executable, then we know that it worked.
=head1 FUNCTIONS
All of these take the same named parameters and are exported by default.
To avoid exporting them, C<use Devel::CheckLib ()>.
=head2 assert_lib
Takes several named parameters.
( run in 0.368 second using v1.01-cache-2.11-cpan-607d282f910 )