diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-05 17:33:10 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-05 17:33:10 +0000 |
commit | e3e5e1ead913680c13757a1af36ab093b6ff8390 (patch) | |
tree | b7d2a77508f6842c0b863582d5160835694ac38b /MANIFEST | |
parent | 7785d218894ec033856d95749a4e3d546eb61f33 (diff) | |
download | perl-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-- | MANIFEST | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |