summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJos Boumans <kane@xs4all.net>2006-10-23 14:07:23 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-10-26 12:13:59 +0000
commit4f08f5ada97fa0f9dfbff054b8e0cb6ecd25c326 (patch)
tree2b542c40148c6e3ca56525b765928c855cb88061 /MANIFEST
parentae0beba11d18ba5a4fa40f476873ab82ee11127b (diff)
downloadperl-4f08f5ada97fa0f9dfbff054b8e0cb6ecd25c326.tar.gz
Add Term::UI to the core
From: "Jos Boumans" <kane@xs4all.net> Message-ID: <19689.80.127.35.68.1161598043.squirrel@webmail.xs4all.nl> p4raw-id: //depot/perl@29112
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST5
1 files changed, 5 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 83f15f2572..9706ec719e 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -2373,6 +2373,11 @@ lib/Term/Complete.pm A command completion subroutine
lib/Term/Complete.t See if Term::Complete works
lib/Term/ReadLine.pm Stub readline library
lib/Term/ReadLine.t See if Term::ReadLine works
+lib/Term/UI/History.pm Term::UI
+lib/Term/UI.pm Term::UI
+lib/Term/UI/t/00_load.t Term::UI tests
+lib/Term/UI/t/01_history.t Term::UI tests
+lib/Term/UI/t/02_ui.t Term::UI tests
lib/Test/Builder/Module.pm Base class for test modules
lib/Test/Builder.pm For writing new test libraries
lib/Test/Builder/Tester/Color.pm Turn on color in Test::Builder::Tester