perl-Pod-HTMLEmbed

Make clean html snippets from POD

This module generates small and clean HTML from POD file. Unlike other pod2html modules, this module enables you to get section based html snippets. For example, you can get an html for SYNOPSIS section by following code: my $html = $pod->section('SYNOPSIS'); Also you can get simple "Table of contents" html like: <ul> <li><a href="#NAME">NAME</a></li> <li><a href="#SYNOPSIS">SYNOPSIS</a></li> <li><a href="#METHODS">METHODS</a></li> : </ul> by following code: my $toc_html = $pod->toc; You can easily create custom pod viewer with this module. Enjoy!

There is no official package available for openSUSE Leap 15.5

Дистрибуции

openSUSE Tumbleweed