Name
Text::Markup::Pod - Pod parser for Text::Markup
Synopsis
use Text::Markup;
my $pod = Text::Markup->new->parse(file => 'README.pod');
Description
This is the Pod parser for Text::Markup. It runs the file through Pod::Simple::XHTML and returns the result. If the Pod contains any non-ASCII characters, the encoding must be declared either via a BOM or via the =encoding
tag. Text::Markup::Pod recognizes files with the following extensions as Pod:
Author
David E. Wheeler <david@justatheory.com>
Copyright and License
Copyright (c) 2011 David E. Wheeler. Some Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.