王晓哲 > Pod-BBCode-1.5 > Pod::BBCode

Download:
Pod-BBCode-1.5.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1.5   Source  

NAME ^

Pod::BBCode - converts a POD file to a page using BB code.

SYNOPSIS ^

    use Pod::BBCode;

    my $p = new Pod::BBCode(-headcolor=>'red',-itemcolor=>'blue',-textcolor=>'black');
    $p->parse_from_file('in.pod');

DESCRIPTION ^

This class converts a file in POD syntax to the BBCode syntax, in order to simplify the posting process on vBulletin forums. See any vBulletin forum's help for a description of the BBCode syntax.

Pod::BBCode derives from Pod::Parser and therefore inherits all its methods.

This module was modified from Pod::TikiWiki module. Thanks to the original author.

Supported formatting

LIMITATIONS ^

SEE ALSO ^

perlpod, Pod::Parser

AUTHOR ^

chaoslawful (chaoslaw@cpan.org)

This module is free software. You can redistribute and/or modify it under the terms of the GNU General Public License.

Thanks to the author of Pod::TikiWiki again!