Pod::Pandoc::Modules(3pm) | User Contributed Perl Documentation | Pod::Pandoc::Modules(3pm) |
Pod::Pandoc::Modules - set of parsed documentation of Perl modules
use Pod::Simple::Pandoc; my $modules = Pod::Simple::Pandoc->new->parse_modules('lib'); $modules->serialize( { target => 'doc' }, '--template' => '...' ] ); # TODO
Module to serialize Pod from a set of parsed Perl or Pod files. Can be configured via templates, document rewriting etc. and used with many output formats (html, markdown, and rst to be embedded in static site generators such as Jekyll).
See Pod::Simple::Pandoc for how to create instances of this module.
Add a module given as Pandoc::Document unless a module of same $name already exists. As an exception a parsed .pod file will override existing entries. The document title is set to the module name if missing.
Serialize a set of modules into a given directory.
This method is experimental and may change!
Create and return an index document as Pandoc::Document.
This module is part of Pod::Pandoc.
2022-01-20 | perl v5.32.1 |