The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Pod-DocBook version 1.0

This is a rewrite of Pod::DocBook; version 0.6 and earlier were written by a different author (see "AUTHOR" in Pod::DocBook).

Pod::DocBook is a module for translating Pod-formatted documents to DocBook 4.2 SGML (see http://www.docbook.org/). The pod2docbook program is a simple driver for the module.

Installation

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

Dependencies

This module requires these other modules:

  • Digest::MD5

  • Pod::Parser

  • Pod::ParseLink

  • Text::ParseWords

  • Text::Wrap

Copyright (C) 2004 by Nandu Shah. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.2 or, at your option, any later version of Perl 5 you may have available.