Pod::Tree

Create a static syntax tree for a POD
Download

Pod::Tree Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Steven McDougall
  • Publisher web site:
  • http://search.cpan.org/~swmcd/

Pod::Tree Tags


Pod::Tree Description

Create a static syntax tree for a POD Pod::Tree is a Perl module to create a static syntax tree for a POD.SYNOPSIS use Pod::Tree; $tree = new Pod::Tree; $tree->load_file ( $file, %options) $tree->load_fh ( $fh , %options); $tree->load_string ( $pod , %options); $tree->load_paragraphs(@pod , %options); $loaded = $tree->loaded; $node = $tree->get_root; $tree->set_root ($node); $node = $tree->pop; $tree->push(@nodes); $tree->walk(&sub); $tree->has_pod and ... print $tree->dump; Requirements: · Perl


Pod::Tree Related Software