The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

Most bugs are in Pod::Tree which this module depends on. For example, "require 5.6.0" is a bug in my opinion. Also, Pod::Tree seems to do different things depending on if you're parsing a string or a filehandle. Oddness.

LICENSE

This is free software. You may use it and redistribute it under the same terms as Perl itself.