Search results for "dist:Pod-Tree"
Pod::Tree - Create a static syntax tree for a POD
"Pod::Tree" parses a POD into a static syntax tree. Applications walk the tree to recover the structure and content of the POD. See "Pod::Tree::Node" for a description of the tree....
MANWAR/Pod-Tree-1.31 - Feb 22, 2019
Pod::Tree::Pod - Convert a Pod::Tree back to a POD
"Pod::Tree::Pod" converts a Pod::Tree back to a POD. The destination is fixed when the object is created. The "translate" method does the actual translation. For convenience, Pod::Tree::Pod can write the POD to a variety of destinations. The "new" me...
MANWAR/Pod-Tree-1.31 - Feb 22, 2019
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 - Feb 22, 2019
Pod::Tree::Node - nodes in a Pod::Tree
"Pod::Tree::Node" objects are nodes in a tree that represents a POD. Applications walk the tree to recover the structure and content of the POD. Methods are provided for * creating nodes in the tree * parsing the POD into nodes * returning informatio...
MANWAR/Pod-Tree-1.31 - Feb 22, 2019
Pod::Tree::PerlBin - translate program PODs to HTML
"Pod::Tree::PerlBin" translates program PODs to HTML. It searches for programs in a list of directories (typically a PATH), and searches for PODs within the programs. Only text (-T) files are considered. "Pod::Tree::PerlBin" generates a top-level ind...
MANWAR/Pod-Tree-1.31 - Feb 22, 2019
Pod::Tree::PerlMap - map names to URLs
"Pod::Tree::PerlMap" maps L<> markups to URLs. The "Pod::Tree::Perl*" translators make entries in the map. "Pod::Tree::HTML" uses the map to translate links before it emits them....
MANWAR/Pod-Tree-1.31 - Feb 22, 2019
Pod::Tree::PerlLib - translate module PODs to HTML
"Pod::Tree::PerlLib" translates module PODs to HTML. It does a recursive subdirectory search through a list of directories (typically @INC) to find PODs. "Pod::Tree::PerlLib" generates a top-level index of all the PODs that it finds, and writes it to...
MANWAR/Pod-Tree-1.31 - Feb 22, 2019
Pod::Tree::PerlTop - generate a top-level index for Perl PODs
"Pod::Tree::PerlTop" generates a top-level index for Perl PODs. It also translates perl.pod to perl.html The translator is specially hacked to insert links into the big verbatim paragraph that lists all the other Perl PODs....
MANWAR/Pod-Tree-1.31 - Feb 22, 2019
Pod::Tree::PerlPod - translate Perl PODs to HTML
"Pod::Tree::PerlPod" translates Perl PODs to HTML. It does a recursive subdirectory search through *$perl_dir* to find PODs. "Pod::Tree::PerlPod" generates a top-level index of all the PODs that it finds, and writes it to *HTML_dir*"/pod.html". "Pod:...
MANWAR/Pod-Tree-1.31 - Feb 22, 2019
Pod::Tree::PerlFunc - translate perlfunc.pod to HTML
"Pod::Tree::PerlFunc" translates perlfunc.pod to HTML. It creates a separate HTML page for each function description in perlfunc.pod. The pages for the individual descriptions are named after the function and written to a func/ subdirectory. perlfunc...
MANWAR/Pod-Tree-1.31 - Feb 22, 2019
Pod::Tree::PerlDist - translate Perl distribution documentation to HTML
"Pod::Tree::PerlDist" translates documents in the Perl distribution to HTML. These include Changes, README, and assored other files that appear in the top level of the Perl source tree. Files that contain PODs are parsed as PODs; files that do not co...
MANWAR/Pod-Tree-1.31 - Feb 22, 2019
mod2html - translate module PODs to HTML
"mod2html" locates all the PODs under *modDir* translates them to HTML, and writes them to a directory tree under HTMLdir. The directory tree maps the module namespaces. It makes the HTML files world-readable....
MANWAR/Pod-Tree-1.31 - Feb 22, 2019
perl2html - generate Perl documentation in HTML
perl2html translates Perl documentation to HTML. *PerlDir* is the root of the Perl source tree. The HTML pages are organized into a directory tree rooted at *HTMLDir*. A top-level index is written to *HTMLDir*"/index.html" In addition to the Perl sou...
MANWAR/Pod-Tree-1.31 - Feb 22, 2019
pods2html - translate a tree of PODs to HTML
"pods2html" finds all the .pod and .pm files in the directory tree rooted at *PODdir*. It translates each POD to HTML, and writes it to a parallel directory tree rooted at *HTMLdir* It makes the HTML files world-readable. If a template file is provid...
MANWAR/Pod-Tree-1.31 - Feb 22, 2019