Jonathan Rockway > Angerwhale > Angerwhale::Format::Pod

Download:
Angerwhale-0.062.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  1
View Bugs
Report a bug
Source  

Angerwhale::Format::Pod ^

Fomat POD documentation as XHTML. Syntax-highlight code blocks.

METHODS ^

Standard methods implemented

new

can_format

Can format *.pod.

types

Handles 'pod' which is perl's Plain Old Documenation. See perlpod.

format

format_text

verbatim

Overrides Pod::Xhtml to provide syntax-highlighting of code blocks.

To specify a language for a code block, and all remaining code blocks, make the first line lang:LanguageName, like lang:Perl or lang:Haskell. To turn off syntax highlighting until the next lang: directive, do lang:0 or lang:undef.

textblock

pod-- (long story)