NAME
Pod::SAX - a SAX parser for Pod
SYNOPSIS
my $p = Pod::SAX->new( Handler => $h );
$p->parse_fh($fh);
DESCRIPTION
Parses POD and generates SAX events.
AUTHOR
Matt Sergeant, matt@sergeant.org. Copyright AxKit.com Ltd 2002
BUGS
No known bugs at this time.
LICENSE
This is free software. You may use it and redistribute it under the same terms as Perl itself.