The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# The smallest debug interface. Run as: % perl -d -Ilib debug.pl
use Pod::HtmlEasy ;
$podhtml = Pod::HtmlEasy->new();
$podhtml->pod2html('t.pod', 'output', 't.html');