The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:pod::g"

Pod::S5 - Generate S5 slideshow from POD source. River stage one • 1 direct dependent • 1 total dependent

Pod::S5 converts POD input to a S5 HTML slideshow. No additional software is required. Just write a POD file, run Pod::S5 on it - and you're done. This is the perl module which actually generates the S5 markup output. It doesn't output nor create the...

TLINDEN/Pod-S5-0.09 - 03 Jul 2013 09:24:17 UTC

Pod::AxPoint - Generate AxPoint XML slideshow from POD source. River stage zero No dependents

Pod::AxPoint converts POD input to AxPoint XML, which can be used to generate HTML Slideshows. The script pod2axpoint delivered with Pod::AxPoint provides a commandline frontend for the module. There is another script for this purpose on cpan, podsli...

TLINDEN/Pod-AxPoint-0.04 - 30 Mar 2007 12:59:00 UTC

Pod::Tests - (DEPRECATED) Extracts embedded tests and code examples from POD River stage zero No dependents

This is a specialized POD viewer to extract embedded tests and code examples from POD. It doesn't do much more than that. pod2test does the useful work. Parsing After creating a Pod::Tests object, you parse the POD by calling one of the available par...

ETHER/Pod-Tests-1.20 - 02 Mar 2019 20:49:29 UTC

Pod::HtmlTree - Create a hierarchy of HTML documents from your module's PMs. River stage zero No dependents

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

Pod::Modifier - Add sections to an existing POD dynamically. River stage zero No dependents

Pod::Modifier allows adding to a Perl Modules' POD, dynamically, sections from POD of other Perl Modules. The alias (new 'head or header' to be given to) and index of appearance of these added sections can be changed as per provided APIs. Pod::Modifi...

VERMAUDH/Pod-Modifier-1 - 22 Jan 2021 15:12:08 UTC

Pod::HtmlEasy - Generate personalized HTML from PODs. River stage one • 1 direct dependent • 1 total dependent

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::Markdown - Convert POD to Markdown River stage three • 49 direct dependents • 185 total dependents

This module uses Pod::Simple to convert POD to Markdown. Literal characters in Pod that are special in Markdown (like *asterisks*) are backslash-escaped when appropriate. By default "markdown" and "html" formatted regions are accepted. Regions of "ma...

RWSTAUNER/Pod-Markdown-3.400 - 29 Oct 2023 18:56:37 UTC

Perl6::Perldoc::To::Xhtml - Add a to_xhtml() method to Perl6::Perldoc::Parser River stage one • 2 direct dependents • 3 total dependents

This module adds a method named "to_xhtml()" to each of the classes in the "Perl6::Perldoc::Root" hierarchy, enabling them all to produce an XHTML representation of themselves and their nested components. The module also adds a "to_xhtml()" method to...

DCONWAY/Perl6-Perldoc-0.000013 - 28 Oct 2014 20:32:41 UTC

Pod::Constants - Include constants from POD River stage two • 2 direct dependents • 10 total dependents

This module allows you to specify those constants that should be documented in your POD, and pull them out a run time in a fairly arbitrary fashion. Pod::Constants uses Pod::Parser to do the parsing of the source file. It has to open the source file ...

MGV/Pod-Constants-0.19 - 05 Jul 2016 20:41:33 UTC

Pod::2::DocBook - Convert Pod data to DocBook SGML River stage zero No dependents

Pod::2::DocBook is a module for translating Pod-formatted documents to DocBook 4.2 SGML (see <http://www.docbook.org/>). It is primarily a back end for pod2docbook, but, as a Pod::Parser subclass, it can be used on its own. The only public extensions...

JKUTEJ/Pod-2-DocBook-0.03 - 02 May 2009 13:45:42 UTC

Pod::Simple::HTML - convert Pod to HTML River stage five • 134 direct dependents • 32646 total dependents

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

Embperl::Syntax::POD - convert POD to XML on-the-fly River stage one • 3 direct dependents • 3 total dependents

Class derived from Embperl::Syntax to convert Perl Plain Old Documentation (POD) files on the fly into XML. Used for generating the Embperl online documentation from the Embperl POD files. See to eg directory in the distribution for an example how to...

GRICHTER/Embperl-3.0.0 - 24 Nov 2023 21:23:02 UTC

Pod::Markdown::Github - Convert POD to Github's specific markdown River stage two • 9 direct dependents • 92 total dependents

Github flavored markdown allows for syntax highlighting using three backticks. This module inherits from Pod::Markdown and adds those backticks and an optional language identifier....

MINIMAL/Pod-Markdown-Github-0.04 - 25 Jan 2019 05:52:03 UTC

Pod::ToDocBook::Pod2xml - Converter POD data to XML::ExtON events. River stage zero No dependents

Pod::ToDocBook::Pod2xml - Converter POD data to XML::ExtON events....

ZAG/Pod-ToDocBook-0.9 - 18 Jan 2010 17:55:58 UTC

lib/Swim/Plugin/cpan.pm River stage one • 1 direct dependent • 1 total dependent

INGY/Swim-Plugin-cpan-0.0.7 - 14 Mar 2015 01:11:07 UTC

Pod::POM::View::HTML::Filter - Use filters on sections of your pod documents River stage zero No dependents

This module is a subclass of "Pod::POM::View::HTML" that support the "filter" extension. This can be used in "=begin" / "=end" and "=for" pod blocks. Please note that since the view maintains an internal state, only an instance of the view can be use...

BOOK/Pod-POM-View-HTML-Filter-0.09 - 28 Jan 2007 10:33:28 UTC

Perl6::Pod::Parser::AddIds - generate attribute id for elements River stage one • 4 direct dependents • 4 total dependents

Perl6::Pod::Parser::AddIds - add id attribute to processed pods elements. my $add_ids = new Perl6::Pod::Parser::AddIds:: ns=>"namespace"; For Pod: =begin pod =head1 test tst2 =end pod XML is: <pod pod:type='block' xmlns:pod='http://perlcabal.org/syn/...

ZAG/Perl6-Pod-0.74 - 15 Mar 2020 09:19:57 UTC

Pod::Weaver::PluginBundle::GRS - a bundle that add Bugs section to the Default bundle River stage zero No dependents

CELOGEEK/Dist-Zilla-PluginBundle-GRS-0.08 - 15 Dec 2013 19:38:40 UTC

Pod::Simple::PullParserTextToken - text-tokens from Pod::Simple::PullParser River stage five • 134 direct dependents • 32646 total dependents

When you do $parser->get_token on a Pod::Simple::PullParser, you might get an object of this class. This is a subclass of Pod::Simple::PullParserToken and inherits all its methods, and adds these methods: $token->text This returns the text that this ...

KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC

Pod::Weaver::PluginBundle::AJGB - Pod::Weaver configuration for AJGB River stage zero No dependents

Pod::Weaver configuration used by Dist::Zilla::PluginBundle::AJGB....

AJGB/Dist-Zilla-PluginBundle-AJGB-2.04 - 11 May 2015 23:05:38 UTC
22 results (0.039 seconds)