Acme-CPANModules-PodConverters

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    Acme-CPANModules-PodConverters), released on 2023-10-31.

DESCRIPTION
ACME::CPANMODULES ENTRIES
    POD::Text
        POD to formatted text.

        Distribution includes pod2text

    POD::Man
        POD to formatted *roff input (Unix manpage).

        Distribution includes pod2man

    Pod::Html
        POD to HTML.

        Author: RJBS <https://metacpan.org/author/RJBS>

        Distribution includes pod2html

lib/Acme/CPANModules/PodConverters.pm  view on Meta::CPAN

our $VERSION = '0.002'; # VERSION

our $LIST = {
    summary => "List of modules to convert POD to/from other formats",
    description => <<'_',


_
    entries => [
        {module=>'POD::Text', summary=>'POD to formatted text', description=>'Distribution includes <prog:pod2text>'},
        {module=>'POD::Man' , summary=>'POD to formatted *roff input (Unix manpage)', description=>'Distribution includes <prog:pod2man>'},
        {module=>'Pod::Html', summary=>'POD to HTML', description=>'Distribution includes <prog:pod2html>'},
        {module=>'App::podtohtml', summary=>'Alternative CLI to convert POD to HTML', description=>'Distribution comes with <prog:podtohtml>. Fix some annoyances with Pod::Html/pod2html which leaves temporary files lying around in current directory. ...
        {module=>'Pod::Simple::HTML', summary=>'Another module to convert POD to HTML'}, # XXX what's the diff with Pod::Html?
        {module=>'Pod::Pdf', summary=>'POD to PDF'},
        {module=>'Pod::Markdown', summary=>'POD to Markdown'},

        {module=>'Pod::HTML2Pod', summary=>'HTML to POD'},
        {module=>'Markdown::Pod', summary=>'Markdown to POD', description=>'Have some annoyances so I created <Markdown::To::POD>'},
        {module=>'Markdown::To::POD', summary=>'Markdown to POD'},
        {module=>'App::MarkdownUtils', summary=>'Contains CLI for converting Markdown to POD, <prog:markdown-to-pod>'},

lib/Acme/CPANModules/PodConverters.pm  view on Meta::CPAN


=item L<POD::Text>

POD to formatted text.

Distribution includes L<pod2text>


=item L<POD::Man>

POD to formatted *roff input (Unix manpage).

Distribution includes L<pod2man>


=item L<Pod::Html>

POD to HTML.

Author: L<RJBS|https://metacpan.org/author/RJBS>



( run in 0.770 second using v1.01-cache-2.11-cpan-df04353d9ac )