Change 13086 by jhi@alpha on 2001/11/19 13:22:26
Update the list of tests.
Affected files ...
.... //depot/perl/t/lib/1_compile.t#49 edit
Differences ...
==== //depot/perl/t/lib/1_compile.t#49 (text) ====
Index: perl/t/lib/1_compile.t
--- perl/t/lib/1_compile.t.~1~ Mon Nov 19 06:30:05 2001
+++ perl/t/lib/1_compile.t Mon Nov 19 06:30:05 2001
@@ -65,8 +65,6 @@
delete_by_name('CGI::Fast'); # won't load without FCGI
-delete_by_name('Devel::DProf'); # needs to be run as -d:DProf
-
delete_by_prefix('ExtUtils::MM_'); # ExtUtils::MakeMaker's domain
delete_by_prefix('File::Spec::'); # File::Spec's domain
@@ -90,8 +88,6 @@
delete_by_name('Memoize::NDBM_File');
}
-delete_by_prefix('unicode::');
-
if (ord('A') == 193) {
delete_by_prefix('Net::') unless eval { require Convert::EBCDIC };
}
@@ -145,7 +141,6 @@
CGI::Util
Carp::Heavy
CPAN::Nox
-Devel::DProf
Exporter::Heavy
ExtUtils::Constant
ExtUtils::MakeMaker
@@ -198,6 +193,5 @@
UNIVERSAL
attributes
base
-bytes
ops
warnings::register
End of Patch.