NAME
podpreview - Preview POD files in a browser
VERSION
version 0.002
SYNOPSIS
podpreview /path/to/file.pod
DESCRIPTION
This is a very simple module to preview files containing POD documentation in a browser.
Given the path to a file, podpreview
exports it to a temporary html file and displayes it in a browser using Browser::Open. Any options contained in $HOME/.podpreview
are passed to Pod::Simple::HTML. The configuration file is parsed using Config::Tiny.
AUTHOR
Peter Shangov <pshangov at yahoo dot com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Peter Shangov.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.