freebsd-ports/textproc/p5-Pod-Parser/pkg-descr
Sergey Skvortsov d2f417b2f0 Add p5-PodParser 1.18,
modules to work with POD (Plain Old
Documentation).

PR:		33001
Submitted by:	Sergey Skvortsov <skv@FreeBSD.org>
2002-05-27 08:17:59 +00:00

15 lines
608 B
Text

Set of modules:
* Pod::Parser - base class for creating POD filters and translators
* Pod::Select - extract selected sections of POD from input
* Pod::Usage - print a usage message from embedded pod documentation
* Pod::PlainText - convert POD data to formatted ASCII text
* Pod::InputObjects - objects representing POD input paragraphs, commands, etc.
* Pod::Checker - check pod documents for syntax errors
* Pod::ParseUtils - helpers for POD parsing and conversion
* Pod::Find - find POD documents in directory trees
WWW: http://search.cpan.org/search?dist=PodParser
-- Sergey Skvortsov
skv@FreeBSD.org