Change 11927 by jhi@alpha on 2001/09/07 03:53:29
Add more modules to the list of modules that have tests,
Schwern's wallet is getting more nervous.
(Run t/lib/1_compile.t manually to see which modules
are lacking tests, or the tests can't be run for some
reason or another, such as the Net:: modules)
Affected files ...
... //depot/perl/t/lib/1_compile.t#35 edit
Differences ...
==== //depot/perl/t/lib/1_compile.t#35 (text) ====
Index: perl/t/lib/1_compile.t
--- perl/t/lib/1_compile.t.~1~ Thu Sep 6 22:00:05 2001
+++ perl/t/lib/1_compile.t Thu Sep 6 22:00:05 2001
@@ -125,7 +125,12 @@
B::Stash
Benchmark
CGI
+CGI::Apache
+CGI::Carp
+CGI::Cookie
+CGI::Form
CGI::Pretty
+CGI::Switch
CGI::Util
Carp
Carp::Heavy
@@ -189,6 +194,7 @@
IPC::Open2
IPC::Open3
IPC::SysV
+Lingua::KO::Hangul::Util
List::Util
Locale::Constants
Locale::Country
@@ -230,6 +236,7 @@
Search::Dict
SelectSaver
SelfLoader
+Shell
Socket
Storable
Switch
@@ -260,7 +267,9 @@
Time::gmtime
Time::localtime
Time::tm
-UnicodeCD
+Unicode::Collate
+Unicode::Normalize
+Unicode::UCD
UNIVERSAL
User::grent
User::pwent
End of Patch.