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
- Host: GitHub
- URL: https://github.com/yanick/pod-manual
- Owner: yanick
- Created: 2008-08-22T16:15:44.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2010-12-27T17:13:14.000Z (over 14 years ago)
- Last Synced: 2025-03-22T08:51:21.799Z (2 months ago)
- Language: Perl
- Homepage:
- Size: 383 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
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 installDEPENDENCIES
Object::InsideOut
XML::XPathScriptCOPYRIGHT 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.