Module Building 101
make

make

Builds the blib hierarchy.

* Libs go into blib/lib
* Scripts go into blib/script
* Creates blib/man* pages
    $ make
    cp lib/WWW/Mechanize.pm blib/lib/WWW/Mechanize.pm
    cp lib/WWW/Mechanize/FAQ.pod blib/lib/WWW/Mechanize/FAQ.pod
    cp lib/WWW/Mechanize/Link.pm blib/lib/WWW/Mechanize/Link.pm
    cp lib/WWW/Mechanize/Examples.pod blib/lib/WWW/Mechanize/Examples.pod
    cp script/mech-dump blib/script/mech-dump
    /usr/local/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/mech-dump
    Manifying blib/man1/mech-dump.1
    Manifying blib/man3/WWW::Mechanize::Examples.3
    Manifying blib/man3/WWW::Mechanize.3
    Manifying blib/man3/WWW::Mechanize::FAQ.3
    Manifying blib/man3/WWW::Mechanize::Link.3

Module Building 101
Copyright (c) 2004 Andy Lester <andy@petdance.com>