| Current Path : /usr/share/doc/perl-Devel-CheckLib/ |
| Current File : //usr/share/doc/perl-Devel-CheckLib/README |
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