NAME
Mediawiki::POD - convert POD to HTML suitable for a MediaWiki wiki
SYNOPSIS
use Mediawiki::POD;
my $converter = Mediawiki::POD->new();
my $html = $converter->as_thml($POD);
DESCRIPTION
Turns a given POD (Plain Old Documentation) into HTML code.
VERSIONS
Please see the CHANGES file for a complete version history.
METHODS
new()
my $converter = Mediawiki::POD->new();
Create a new converter object.
as_html()
my $html = $converter->as_html( $pod_text);
Take the given POD text and return HTML suitable for embedding into an Mediawiki page.
The returned HTML contains no newlines (as these would confuse the Mdiawiki parser) and a table of contents.
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms of the GPL.
See the LICENSE file for information.
AUTHOR
(c) by Tels bloodgate.com 2007