![]() |
File Search | Catalog | Content Search |
Pod::Index, as a module, does nothing. Everything is done by Pod::Index::Builder, Pod::Index::Search, and other helper modules.
This document discusses some of the general issues with POD indexing; specifically, the recommended conventions for the use of X<> codes.
Homepage: | - |
Package version: | 0.14-1 |
Architecture: | all |
Distribution: | Debian |
Filename: | libpod-index-perl_0.14-1_all.deb |
PODINDEX(1p) User Contributed Perl Documentation PODINDEX(1p) NAME podindex - build index from pods SYNOPSYS podindex [options] <pod(s)>... Reads pod(s) and prints an index to stdout. Options: --package=PACKAGE precede the index by a perl package declaration --help this help --version print version number more»
Pod::Index(3pm) User Contributed Perl Documentation Pod::Index(3pm) NAME Pod::Index - Index and search PODs using X<> entries. SYNOPSIS ### to create an index: use Pod::Index::Builder; my $p = Pod::Index::Builder->new; for my $file (@ARGV) { $p->parse_from_file($file); } $p->print_index("index.txt"); more»
Pod::Index::BuildUserpContributed Perl DocumPod::Index::Builder(3pm) NAME Pod::Index::Builder - Build a pod index SYNOPSIS use Pod::Index::Builder; my $p = Pod::Index::Builder->new( pi_base => $base_path, ); for my $file (@ARGV) { $p->parse_from_file($file); } $p->print_index; DESCRIPTION more»
Pod::Index::EntryUser)Contributed Perl DocumenPod::Index::Entry(3pm) NAME Pod::Index::Entr more»
Pod::Index::ExtraUserpContributed Perl DocumPod::Index::Extract(3pm) NAME Pod::Index::Extr more»
Pod::Index::SearcUsermContributed Perl DocumePod::Index::Search(3pm) NAME Pod::Index::Sear more»
libpod-index-perl (0.14-1) unstable; urgency=low * Initial Release (Closes: #325703). -- Floria more»
Revision history for Pod-Index 0.14 2005-10-15 - Improved portability, particularly for th more»
[DIR] | DEBIAN/ (2) 65535+ mirrors | ||
[DIR] | usr/ (2) 65535+ mirrors |