The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:Perl6-Pod ZAG"

Perl6::Pod - Pod6 implementation River stage one • 4 direct dependents • 4 total dependents

Pod is an evolution of Perl 5's Plain Old Documentation (POD) markup. Compared to Perl 5 POD, Perldoc's Pod dialect is much more uniform, somewhat more compact, and considerably more expressive. The Pod dialect also differs in that it is a purely des...

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

Perl6::Pod::To - base class for output formatters River stage one • 4 direct dependents • 4 total dependents

Perl6::Pod::To - base class for output formatters...

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

Perl6::Pod::Block - base class for Perldoc blocks River stage one • 4 direct dependents • 4 total dependents

Perl6::Pod::Block - base class for Perldoc blocks...

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

Perl6::Pod::Grammars - set of grammars for Pod6 River stage one • 4 direct dependents • 4 total dependents

Perl6::Pod::Grammars - set of grammars for Pod6...

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

Perl6::Pod::To::XHTML - XHTML formater River stage one • 4 direct dependents • 4 total dependents

Process pod to xhtml Sample: =begin pod =NAME Test chapter =para This is a test para =end pod Run converter: pod6xhtml test.pod > test.xhtml Result xml: <html xmlns='http://www.w3.org/1999/xhtml'> <head> <title>Test chapter</title> </head> <para>This...

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

pod6any - convert pod6 to ANY River stage one • 4 direct dependents • 4 total dependents

pod6xml - convert Perl pod to XML...

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

Perl6::Pod::Block::head - handle =head - Headings River stage one • 4 direct dependents • 4 total dependents

=head - Headings Pod provides an unlimited number of levels of heading, specified by the "=headN" block marker....

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

Perl6::Pod::To::DocBook - DocBook formater River stage one • 4 direct dependents • 4 total dependents

Process pod to docbook Sample: =begin pod =NAME Test chapter =para This is a test para =end pod Run converter: pod6docbook test.pod > test.xml Result xml: <?xml version="1.0"?> <chapter> <title>Test chapter </title> <para>This is a test para </para> ...

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

pod6xhtml - convert Perl pod to XHTML River stage one • 4 direct dependents • 4 total dependents

pod6xhtml - convert Perl pod to XHTML...

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

pod6latex - convert pod6 to Latex River stage one • 4 direct dependents • 4 total dependents

pod6latex - convert pod6 to Latex...

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

Perl6::Pod::Block::code - Verbatim pre-formatted sample source code River stage one • 4 direct dependents • 4 total dependents

Code blocks are used to specify pre-formatted text (typically source code), which should be rendered without rejustification, without whitespace-squeezing, and without recognizing any inline formatting codes. Code blocks also have an implicit nesting...

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

Perl6::Pod::Block::input - handle =input block River stage one • 4 direct dependents • 4 total dependents

The =input block is used to specify pre-formatted keyboard input, which should be rendered without rejustification or squeezing of whitespace. Export: * to docbook as userinput element (<http://www.docbook.org/tdg/en/html/userinput.html>) * to html (...

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

Perl6::Pod::Block::item - lists River stage one • 4 direct dependents • 4 total dependents

Lists in Pod are specified as a series of contiguous "=item" blocks. No special "container" directives or other delimiters are required to enclose the entire list. For example: The seven suspects are: =item Happy =item Dopey =item Sleepy =item Bashfu...

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

pod6docbook - convert Perl pod to DocBook River stage one • 4 direct dependents • 4 total dependents

pod6docbook - convert Perl pod to DocBook...

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

Perl6::Pod::Block::table - Simple tables River stage one • 4 direct dependents • 4 total dependents

Simple tables can be specified in Perldoc using a =table block. The table may be given an associated description or title using the :caption option. Each individual table cell is separately formatted, as if it were a nested =para. Columns are separat...

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

Perl6::Pod::Block::output - handle =output block River stage one • 4 direct dependents • 4 total dependents

The =output block is used to specify pre-formatted terminal or file output which should also be rendered without rejustification or whitespace-squeezing. Export: * to docbook as screen element (http://www.docbook.org/tdg/en/html/screen.html) * to htm...

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

Perl6::Pod::Parser::Utils - set of useful functions River stage one • 4 direct dependents • 4 total dependents

Set of useful functions...

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

Perl6::Pod::Block::comment - handle =comment block River stage one • 4 direct dependents • 4 total dependents

=comment - Content to be ignored by all renderers...

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

Perl6::Pod::FormattingCode - base class for formatting code River stage one • 4 direct dependents • 4 total dependents

Perl6::Pod::FormattingCode - base class for formatting code...

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

Perl6::Pod::Block::nested - Nesting blocks River stage one • 4 direct dependents • 4 total dependents

Any block can be nested by specifying a ":nested" option on it: =begin para :nested We are all of us in the gutter,E<NL> but some of us are looking at the stars! =end para However, qualifying each nested paragraph individually quickly becomes tedious...

ZAG/Perl6-Pod-0.74 - 15 Mar 2020 09:19:57 UTC
42 results (0.03 seconds)