diff options
author | Peter Prymmer <PPrymmer@factset.com> | 2001-07-16 09:43:14 -0700 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-07-17 08:26:35 +0000 |
commit | bd87065d8cc9739b106c44d77dbbfef28bca8065 (patch) | |
tree | dc57248c6aeaddea5c2f6c96b5ba79e6021a9829 /MANIFEST | |
parent | f7e1e956b6cd2661c1f96b493843e270bfa22aed (diff) | |
download | perl-bd87065d8cc9739b106c44d77dbbfef28bca8065.tar.gz |
Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
Move t/base/commonsense.t to t/lib/commonsense.t - base tests
should not depend on existance of Config.pm
p4raw-id: //depot/perl@11398
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1845,7 +1845,6 @@ scope.c Scope entry and exit code scope.h Scope entry and exit header sv.c Scalar value code sv.h Scalar value header -t/base/commonsense.t See if configuration meets basic needs t/base/cond.t See if conditionals work t/base/if.t See if if works t/base/lex.t See if lexical items work @@ -1888,6 +1887,7 @@ t/io/read.t See if read works t/io/tell.t See if file seeking works t/io/utf8.t See if file seeking works t/lib/1_compile.t See if the various libraries and extensions compile +t/lib/commonsense.t See if configuration meets basic needs t/lib/compmod.pl Helper for 1_compile.t t/lib/dprof/test1_t Perl code profiler tests t/lib/dprof/test1_v Perl code profiler tests |