Your IP : 216.73.216.1


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