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


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

the perlpod manpage, the Pod::Parser manpage


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!

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