summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-07-27 07:29:59 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-07-27 07:29:59 +0000
commit6055f9d42166344699550b8045e96c47c97d767c (patch)
tree661c8ddbfc0103ec7fdb0664202407a9498cb539 /MANIFEST
parent72d0d2ff8e3f74c698f71a78043a8eb7b8aa05d0 (diff)
downloadperl-6055f9d42166344699550b8045e96c47c97d767c.tar.gz
replace Pod::Text with Pod::SimpleText v0.01 (thanks
to Russ Allbery <rra@stanford.edu>); s/Simple// and s/pod2txt/pod2text/ etc. p4raw-id: //depot/perl@3788
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 00e6e2032d..5266d533ac 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -610,6 +610,8 @@ lib/Pod/Parser.pm Pod-Parser - define base class for parsing POD
lib/Pod/PlainText.pm Pod-Parser - convert POD data to formatted ASCII text
lib/Pod/Select.pm Pod-Parser - select portions of POD docs
lib/Pod/Text.pm Convert POD data to formatted ASCII text
+lib/Pod/Text/Color.pm Convert POD data to color ASCII text
+lib/Pod/Text/Termcap.pm Convert POD data to ASCII text with format escapes
lib/Pod/Usage.pm Pod-Parser - print usage messages
lib/Search/Dict.pm Perform binary search on dictionaries
lib/SelectSaver.pm Enforce proper select scoping