summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-05 17:33:10 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-05 17:33:10 +0000
commite3e5e1ead913680c13757a1af36ab093b6ff8390 (patch)
treeb7d2a77508f6842c0b863582d5160835694ac38b /MANIFEST
parent7785d218894ec033856d95749a4e3d546eb61f33 (diff)
downloadperl-e3e5e1ead913680c13757a1af36ab093b6ff8390.tar.gz
add Term::ANSIColor, perldelta notes on Pod::Man, and fix a bug
in Pod::InputObjects (from Russ Allbery) p4raw-id: //depot/perl@5549
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 636318ca4d..3701f0cc04 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -651,6 +651,7 @@ lib/SelectSaver.pm Enforce proper select scoping
lib/SelfLoader.pm Load functions only on demand
lib/Shell.pm Make AUTOLOADed system() calls
lib/Symbol.pm Symbol table manipulation routines
+lib/Term/ANSIColor.pm Perl module supporting termcap usage
lib/Term/Cap.pm Perl module supporting termcap usage
lib/Term/Complete.pm A command completion subroutine
lib/Term/ReadLine.pm Stub readline library
@@ -1193,6 +1194,7 @@ t/io/print.t See if print commands work
t/io/read.t See if read works
t/io/tell.t See if file seeking works
t/lib/abbrev.t See if Text::Abbrev works
+t/lib/ansicolor.t See if Term::ANSIColor works
t/lib/anydbm.t See if AnyDBM_File works
t/lib/attrs.t See if attrs works with C<sub : attrs>
t/lib/autoloader.t See if AutoLoader works