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 the Pod::DocBook man
page).

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:

    Pod::Parser
    Pod::ParseLink
    Text::ParseWords
    Text::Wrap

The Perl 5.8.2 distribution includes all of these modules, and the
5.6.1 distribution includes all of them but Pod::ParseLink.  In any
case, they are all available on CPAN.

COPYRIGHT AND LICENCE

Copyright (C) 2004 by Nandu Shah

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.