The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Pod::SAX::HyperScope - A POD to OPML convertor for HyperScope

SYNOPSIS

use Pod::SAX;
use Pod::SAX::HyperScope;

my $text = "";
my $h = Pod::SAX::HyperScope->new( output => \$text );
my $p = Pod::SAX->new( Handler => $h );
$p->parse_uri('./some.pod');
print $text;  # HyperScope OPML comes out

DESCRIPTION

This module is a SAX driver for converting SAX events generated by Pod::SAX into OPML suitable for use by the HyperScope project (http://www.hyperscope.org).

AUTHORS

Matthew O'Connor <matthew@canonical.org>

LICENSE

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

SEE ALSO

Pod::SAX, http://www.hyperscope.org