ALBD

 view release on metacpan or  search on metacpan

INSTALL  view on Meta::CPAN

    are using version 5.16.3 of Perl; otherwise, the directory will be
    slightly different). The second method will install the modules in
    /home/lib. In either case the executable scripts will be installed in
    /home/bin and the man pages will be installed in home/share.

    Warning: do not put a dash or hyphen in front of PREFIX, or LIB

    In your perl programs that you may write using the modules, you may need
    to add a line like so

       use lib '/home/lib/perl5/site_perl/5.16.3';

    if you used the first method or

       use lib '/home/lib';

    if you used the second method. By doing this, the installed modules are
    found by your program. To run the runDiscovery.pl program, you would
    need to do

       perl -I/home/lib/perl5/site_perl/5.16.3 runDiscovery.pl

       or

       perl -I/home/lib

    Of course, you could also add the 'use lib' line to the top of the
    program yourself, but you might not want to do that. You will need to
    replace 5.8.3 with whatever version of Perl you are using. The preceding
    instructions should be sufficient for standard and slightly non-standard
    installations. However, if you need to modify other makefile options you
    should look at the ExtUtils::MakeMaker documentation. Modifying other
    makefile options is not recommended unless you really, absolutely, and
    completely know what you're doing!

    NOTE: If one (or more) of the tests run by 'make test' fails, you will
    see a summary of the tests that failed, followed by a message of the



( run in 0.225 second using v1.01-cache-2.11-cpan-87723dcf8b7 )