Pod::TikiWiki - converts a POD file to a TikiWiki page.


NAME

Pod::TikiWiki - converts a POD file to a TikiWiki page.


SYNOPSIS

    use Pod::TikiWiki;
    my $p = new Pod::TikiWiki;
    $p->parse_from_file('in.pod');


DESCRIPTION

This class converts a file in POD syntax to the TikiWiki syntax. See http://tikiwiki.org/tiki-index.php?page=WikiSyntax for a description of the syntax.

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

Supported formatting


LIMITATIONS


SEE ALSO

the perlpod manpage, the Pod::Parser manpage


AUTHOR

Copyright © 2004 Cédric Bouvier <cbouvi@cpan.org>

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

 Pod::TikiWiki - converts a POD file to a TikiWiki page.