![]() |
![]()
| ![]() |
![]()
NAMEPod::Tree::PerlDist - translate Perl distribution documentation to HTML SYNOPSIS$perl_map = Pod::Tree::PerlMap->new; $perl_dist = Pod::Tree::PerlDist->new( $perl_dir, $HTML_dir, $perl_map, %opts ); $perl_dist->scan; $perl_dist->index; $perl_dist->translate; $top = $perl_dist->get_top_entry; DESCRIPTION"Pod::Tree::PerlDist" translates documents in the Perl distribution to HTML. These include Changes, README, and assored other files that appear in the top level of the Perl source tree. Files that contain PODs are parsed as PODs; files that do not contain PODs are converted to HTML as preformatted text. "Pod::Tree::PerlDist" generates and uses an index of the files that it finds to construct HTML links. Other modules can also use this index. METHODS
LINKING"Pod::Tree::PerlDist" indexes files by their name. To link to a file named README.win32 write L<README.win32> REQUIRES5.005; HTML::Stream; Pod::Tree; Pod::Tree::HTML; Pod::Tree::PerlUtil; EXPORTSNothing. SEE ALSO"Pod::Tree::HTML", "Pod::Tree::PerlMap", AUTHORSteven McDougall, swmcd@world.std.com COPYRIGHTCopyright (c) 2000 by Steven McDougall. This module is free software; you can redistribute it and/or modify it under the same terms as Perl.
|