Acme-CPANModules-PodConverters
view release on metacpan or search on metacpan
lib/Acme/CPANModules/PodConverters.pm view on Meta::CPAN
package Acme::CPANModules::PodConverters;
use strict;
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-10-31'; # DATE
our $DIST = 'Acme-CPANModules-PodConverters'; # DIST
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>'},
],
};
1;
# ABSTRACT: List of modules to convert POD to/from other formats
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANModules::PodConverters - List of modules to convert POD to/from other formats
=head1 VERSION
This document describes version 0.002 of Acme::CPANModules::PodConverters (from Perl distribution Acme-CPANModules-PodConverters), released on 2023-10-31.
=head1 DESCRIPTION
=head1 ACME::CPANMODULES ENTRIES
=over
=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>
Distribution includes L<pod2html>
=item L<App::podtohtml>
Alternative CLI to convert POD to HTML.
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
Distribution comes with L<podtohtml>. Fix some annoyances with Pod::Html/pod2html which leaves temporary files lying around in current directory. Add templates, sending HTML to browser, and tab completion.
=item L<Pod::Simple::HTML>
Another module to convert POD to HTML.
Author: L<KHW|https://metacpan.org/author/KHW>
=item L<Pod::Pdf>
POD to PDF.
Author: L<AJFRY|https://metacpan.org/author/AJFRY>
=item L<Pod::Markdown>
( run in 2.214 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )