NAME

    Pod::Pandoc - process Plain Old Documentation format with Pandoc

DESCRIPTION

    The Plain Old Documentation format (Pod) is a markup language used to
    document Perl code (see perlpod for reference). Several Perl modules
    exist to process and convert Pod into other formats.

    Pod::Pandoc is an attempt to unify and extend Pod converting based on
    the Pandoc <http://pandoc.org/> document converter. Pandoc supports
    more document formats in a more detailled and uniform way than any set
    of Perl modules will ever do. For this reason Pod::Pandoc provides
    methods to convert Pod to the Pandoc document model for further
    processing with Pandoc:

      * pod2pandoc is a command line script to convert Pod to any format
      supported by Pandoc

      * App::pod2pandoc provides functionality of pod2pandoc to be used in
      Perl code

      * Pod::Simple::Pandoc can parse Pod to the abstract document model of
      Pandoc

      * Pod::Pandoc::Modules holds a set of Pod documents of Perl modules

SEE ALSO

    This modules makes obsolete several specialized Pod::Simple::...
    modules such as Pod::Simple::HTML, Pod::Simple::XHTML,
    Pod::Simple::LaTeX, Pod::Simple::RTF Pod::Simple::Text,
    Pod::Simple::Wiki, Pod::WordML, Pod::Perldoc::ToToc etc.

    It also covers batch conversion such as Pod::Simple::HTMLBatch,
    Pod::ProjectDocs, Pod::POM::Web, and Pod::HtmlTree.

AUTHOR

    Jakob Vo�� <jakob.voss@gbv.de>

COPYRIGHT AND LICENSE

    Copyright 2017- Jakob Vo��

    GNU General Public License, Version 2