NAME

Pod::PalmDoc - Convert POD Data to PalmDoc

SYNOPSIS

use Pod::PalmDoc;

my $parser = Pod::PalmDoc->new();
$parser->outfile("foo.pdb");
$parser->compress(1);
$parser->title("POD Foo");
$parser->parse_from_file($ARGV[0]);

DESCRIPTION

This module converts POD (Plain Old Documentation) to PalmDoc format. It uses Palm::PalmDoc and inherits most of its methods from Pod::Parser.

TODO

Loads! This is a VERY quick. Future releases probably will inherit from Pod::Select instead of Pod::Parser. The filehandle passing should be added. Examples will be added and POD should be completed.

DISCLAIMER

This code is released under GPL (GNU Public License). More information can be found on http://www.gnu.org/copyleft/gpl.html

VERSION

This is Pod::PalmDoc 0.0.1.

AUTHOR

Hendrik Van Belleghem (beatnik@quickndirty.org)

SEE ALSO

GNU & GPL - http://www.gnu.org/copyleft/gpl.html