ParaTools 1.00 Documentation - How to Install Biblio::Document::Parser |
First unpack the Biblio::Document::Parser archive:
% tar xfvz <packagename>.tar.gz
Move into the unpacked folder, and then do the following:
% perl Build.PL % ./Build
You can optionally run
% ./Build test
which will carry out a few checks to ensure everything is working correctly.
Finally, become root and do:
% ./Build install
This will install the modules and man pages into the correct locations.
ParaTools 1.00 Documentation - How to Install Biblio::Document::Parser |