Pod::POM::View::Restructured

View for Pod::POM that outputs reStructuredText
Download

Pod::POM::View::Restructured Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Don Owens
  • Publisher web site:
  • http://search.cpan.org/~dowens/

Pod::POM::View::Restructured Tags


Pod::POM::View::Restructured Description

View for Pod::POM that outputs reStructuredText Pod::POM::View::Restructured is a Perl module that outputs reStructuredText that is expected to be used with Sphinx. Verbatim sections (indented paragraphs) in the POD will be output with syntax hilighting for Perl code by default. See "POD commands specifically for reStructuredText" for how to change this for a particular block.SYNOPSIS use Pod::POM::View::Restructured; my $view = Pod::POM::View::Restructured->new; my $parser = Pod::POM->new; my $pom = $parser->parse_file("$top_dir/lib/Pod/POM/View/Restructured.pm"); my $out = $pom->present($view); Requirements: · Perl


Pod::POM::View::Restructured Related Software