| Pod-PseudoPod documentation | view source | Contained in the Pod-PseudoPod distribution. |
Pod::PseudoPod::HTML -- format PseudoPod as HTML
use Pod::PseudoPod::HTML;
my $parser = Pod::PseudoPod::HTML->new();
...
$parser->parse_file('path/to/file.pod');
This class is a formatter that takes PseudoPod and renders it as wrapped html.
Its wrapping is done by Text::Wrap, so you can change
$Text::Wrap::columns as you like.
This is a subclass of Pod::PseudoPod and inherits all its methods.
Copyright (c) 2003-2004 Allison Randal. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module.
This library is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.
Allison Randal <allison@perl.org>
| Pod-PseudoPod documentation | view source | Contained in the Pod-PseudoPod distribution. |