Cédric Bouvier > Pod-TikiWiki-0.2 > Pod::TikiWiki

Download:
Pod-TikiWiki-0.2.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.2   Source  

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 ^

perlpod, Pod::Parser

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.