In response to Ask's cry for a full screen browser for his slides, I hacked on a simple XSLT stylesheet that converts the output from Pod::SAX into a format AxPoint can use.
Basically you create a POD where the first =head1 is the name of the slideshow, and then subsequent =head1's are the titles on each slide. You can even plug Pod::SAX into XML::Filter::XSLT and then directly into XML::Handler::AxPoint if you're feeling ambitious ;-)
Pod::SAX 0.10 is heading to CPAN now. It includes the simple XSLT stylesheet.