pod2tikiwiki - converts a .pod file to TikiWiki syntax.


NAME

pod2tikiwiki - converts a .pod file to TikiWiki syntax.


SYNOPSIS

    pod2tikiwiki -i in.pod > out.txt
    pod2tikiwiki in.pod > out.txt


DESCRIPTION

This program converts the POD syntax to TikiWiki syntax and prints the result to the standard output.


OPTIONS

-i FILE, --infile=FILE
Specify the POD file to convert. When missing, the first argument is taken, i.e., these two lines are equivalent:
    pod2tikiwiki -i in.pod
    pod2tikiwiki in.pod

When both the --infile option and the first argument are missing, the POD is read from the standard input.

-v, --version
Prints the program's version and exits.

-h, --help
Prints a help message and exits.


SEE ALSO

the perlpod manpage, the Pod::TikiWiki manpage


AUTHOR

Copyright © 2004

Cédric Bouvier <cbouvi@cpan.org>

 pod2tikiwiki - converts a .pod file to TikiWiki syntax.