An open API service indexing awesome lists of open source software.

https://github.com/yanick/pod-manual

Aggregates several Perl PODs into a single manual
https://github.com/yanick/pod-manual

Last synced: about 2 months ago
JSON representation

Aggregates several Perl PODs into a single manual

Awesome Lists containing this project

README

        

Pod-Manual version 0.08

Pod::Manual is a module that gathers the pod of several
modules into a comprehensive manual. Its primary objective
is to generate a document that can be printed, but it also
allow to output the document into other formats (e.g., docbook).

INSTALLATION

To install this module, run the following commands:

perl Build.PL
./Build
./Build test
./Build install

DEPENDENCIES

Object::InsideOut
XML::XPathScript

COPYRIGHT AND LICENCE

Copyright (C) 2007, Yanick Champoux

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.