POD::Tested

Test the code in your POD and generates POD.
Download

POD::Tested Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Khemir Nadim ibn Hamouda
  • Publisher web site:
  • http://search.cpan.org/~nkh/PerlBuildSystem-0.44/PBS/Digest.pm

POD::Tested Tags


POD::Tested Description

Test the code in your POD and generates POD. POD::Tested is a Perl module to test the code in your POD and generates POD.SYNOPSIS my $parser = POD::Tested->new(@options); $parser->parse_from_file($input_file) ; #or $parser->parse_from_filehandle($input_filehandle) ; write_file($output, $parser->GetPOD()) ; This module lets you write POD documents that are testable. It also let's you generate pod sections dynamically. Any verbatim section (indented section) is considered part of the POD and the code to be tested. See the not_tested tag for verbatim sections that are not code. Requirements: · Perl


POD::Tested Related Software