Search results for "module:Pod::Html"
Pod::Html - module to convert pod files to HTML
Converts files from pod format (see perlpod) to HTML format. It can automatically generate indexes and cross-references, and it keeps a cache of things it knows how to cross-reference....
PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC
Pod::Html - module to convert pod files to HTML
Converts files from pod format (see perlpod) to HTML format. It can automatically generate indexes and cross-references, and it keeps a cache of things it knows how to cross-reference....
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC
Pod::L10N::Html - module to convert pod files to HTML with L10N
Converts files from pod format (see perlpod) to HTML format. Its API is fully compatible with Pod::Html. If input files support Pod::L10N::Format extended format, Pod::L10N::Html do some more works to print translated text pretty well....
ARGRATH/Pod-L10N-1.07 - 16 Sep 2022 09:48:25 UTC
Apache::Pod::HTML - base class for converting Pod files to prettier forms
PETDANCE/Apache-Pod-0.22
-
17 Sep 2005 03:55:19 UTC
Pod::Tree::HTML - Generate HTML from a Pod::Tree
"Pod::Tree::HTML" reads a POD and translates it to HTML. The source and destination are fixed when the object is created. Options are provided for controlling details of the translation. The "translate" method does the actual translation. For conveni...
MANWAR/Pod-Tree-1.31 - 22 Feb 2019 10:53:09 UTC
TOBYINK::Pod::HTML - convert Pod to HTML like TOBYINK
Yet another pod2html converter. Note that this module requires Perl 5.14, and I have no interest in supporting legacy versions of Perl. Constructor "new(%attrs)" Moose-style constructor. Attributes "pretty" If true, will output pretty-printed (nicely...
TOBYINK/TOBYINK-Pod-HTML-0.005 - 03 Mar 2014 21:24:59 UTC
Marek::Pod::HTML - convert Perl POD documents to HTML
THIS IS PRELIMINARY SOFTWARE! The "Marek::" namespace is strictly preliminary until a regular place in CPAN is found. Marek::Pod::HTML converts one or more Pod documents into individual HTML files. This is meant to be a successor of Tom Christiansen'...
MAREKR/MarekPodHtml-0.49 - 16 Jan 2003 20:53:56 UTC
Pod::Simple::HTML - convert Pod to HTML
This class is for making an HTML rendering of a Pod document. This is a subclass of Pod::Simple::PullParser and inherits all its methods (and options). Note that if you want to do a batch conversion of a lot of Pod documents to HTML, you should see t...
KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC
Apache2::Pod::HTML - base class for converting Pod files to prettier forms
MARKLE/Apache2-Pod-0.27
-
17 Mar 2009 18:39:58 UTC
Pod::Html::HtmlTree - class to convert pod files to html tree
This module does same as Pod::Html module but make html tree. Read Pod::Html document for more detail. You may want to look at Pod::ProjectDocs before using this module which may be more fun to you....
TOMYHERO/Pod-Html-HtmlTree-0.92 - 01 Apr 2007 10:01:36 UTC
Pod::POM::View::HTML - create HTML views of POM objects
HTML view of a Pod Object Model....
NEILB/Pod-POM-2.01 - 07 Nov 2015 21:05:42 UTC
Pod::PseudoPod::HTML - format PseudoPod as HTML
This class is a formatter that takes PseudoPod and renders it as wrapped html. This is a subclass of Pod::PseudoPod and inherits all its methods....
CHROMATIC/Pod-PseudoPod-0.19 - 01 Sep 2019 20:59:15 UTC
Perl::Examples::POD::HTML - Embedding HTML in POD
HTML can be embedded in POD, using: =for HTML <b>some html</b> or: =begin HTML <b>some html</b> <i>some more html</i> ... =end HTML This is explained in perlpod. text snippet 1. foo bar +-----------------+----------------+---------------------+------...
PERLANCAR/Perl-Examples-0.096 - 11 May 2023 00:05:33 UTC
Pod::HtmlEasy - Generate personalized HTML from PODs.
The purpose of this module is to generate HTML data from POD in a easy and personalized mode. By default the HTML generated is similar to the CPAN site style for module documentation....
GLEACH/Pod-HtmlEasy-v1.1.11a - 23 Aug 2014 02:12:52 UTC
Pod::HtmlHelp - Interface with Microsoft's HtmlHelp system
This module creates HtmlHelp from HTML or POD source (including the Pod in PM library files) using Microsoft's HtmlHelp compiler. This creates the intermediate project files and from those creates the htmlhelp windows 32-bit help files....
AUTRIJUS/Pod-HtmlHelp-1.1 - 17 Aug 2002 02:07:57 UTC
Pod::HTML2Pod - translate HTML into POD
Larry Wall once said (1999-08-27, on the "pod-people" list, I do believe): "The whole point of pod is to get people to document stuff they wouldn't document in any other form." To that end, I wrote this module so that people who are unpracticed with ...
SBURKE/Pod-HTML2Pod-4.05 - 30 Dec 2004 07:49:03 UTC
Pod::HtmlTree - Create a hierarchy of HTML documents from your module's PMs.
So you've just created a great new Perl module distribution including several *.pm files? You've added nice POD documentation to each of them and now you'd like to view it nicely formatted in a web browser? And you'd also like to navigate between all...
MSCHILLI/Pod-HtmlTree-0.97 - 25 Apr 2004 19:26:11 UTC