This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible.  See
http://testers.cpan.org/

Please cc any replies to [EMAIL PROTECTED] to keep other
test volunteers informed and to prevent any duplicate effort.
        
--
This is an error report generated automatically by CPANPLUS,
version 0.042.

Below is the error stack during 'make test':

PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin 
-I/System/Library/Perl -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; 
runtests @ARGV;' t/*.t
t/01basics.............ok
t/02dbidrv.............ok
t/03hleak..............ok
t/04mods...............ok
t/05thrclone...........skipped
        all skipped: perl 5.006 not configured to support iThreads
t/06attrs..............ok
t/07kids...............ok
t/10examp..............Insecure dependency in parameter 1 of 
DBI::st=HASH(0x204470)->FETCH method call while running with -T switch at t/10examp.t 
line 320.
DBI handle cleared whilst still active.
    dbih_clearcom (sth 0x2059c0 0x10bed4, com 0x206af0, imp DBD::ExampleP::st):
       FLAGS 0x60011: COMSET Warn TaintIn TaintOut 
       PARENT DBI::db=HASH(0x1cc390)
       KIDS 0 (0 Active)
       IMP_DATA ARRAY(0x205c00)
       NUM_OF_FIELDS 3
       NUM_OF_PARAMS 1
dubious
        Test returned status 20 (wstat 5120, 0x1400)
DIED. FAILED tests 104-245
        Failed 142/245 tests, 42.04% okay
t/15array..............ok
t/20meta...............ok
t/30subclass...........ok
t/40profile............Can't locate Time/HiRes.pm in @INC (@INC contains: blib/arch 
blib/lib /System/Library/Perl/darwin /System/Library/Perl/darwin 
/System/Library/Perl/darwin /System/Library/Perl /System/Library/Perl/darwin 
/System/Library/Perl/darwin /System/Library/Perl /Library/Perl/darwin 
/Library/Perl/darwin /Library/Perl /Library/Perl/darwin /Library/Perl 
/Network/Library/Perl/darwin /Network/Library/Perl /Network/Library/Perl . 
/System/Library/Perl/darwin /System/Library/Perl /Library/Perl/darwin /Library/Perl 
/Library/Perl /Network/Library/Perl/darwin /Network/Library/Perl /Network/Library/Perl 
.) at t/40profile.t line 183.
BEGIN failed--compilation aborted at t/40profile.t line 183.
dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-56
        Failed 56/56 tests, 0.00% okay
t/41prof_dump..........ok
t/42prof_data..........ok
t/60preparse...........ok
t/70shell..............ok
t/80proxy..............skipped
        all skipped: modules required for proxy are probably not installed
t/zz_01basics_pp.......         Using DBI::PurePerl (DBI_PUREPERL=2)
ok
t/zz_02dbidrv_pp.......ok
t/zz_03hleak_pp........ok
t/zz_04mods_pp.........ok
t/zz_05thrclone_pp.....skipped
        all skipped: perl 5.006 not configured to support iThreads
t/zz_06attrs_pp........ok
t/zz_07kids_pp.........skipped
        all skipped: $h->{Kids} attribute not supported for DBI::PurePerl
t/zz_10examp_pp........ Taint mode switching tests skipped
 Taint attribute tests skipped
ok
t/zz_15array_pp........ok
t/zz_20meta_pp.........ok
t/zz_30subclass_pp.....ok
t/zz_40profile_pp......skipped
        all skipped: profiling not supported for DBI::PurePerl
t/zz_41prof_dump_pp....skipped
        all skipped: profiling not supported for DBI::PurePerl
t/zz_42prof_data_pp....skipped
        all skipped: profiling not supported for DBI::PurePerl
t/zz_60preparse_pp.....skipped
        all skipped: preparse not supported for DBI::PurePerl
t/zz_70shell_pp........ok
t/zz_80proxy_pp........skipped
        all skipped: modules required for proxy are probably not installed
Failed Test   Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/10examp.t     20  5120   245  142  57.96%  104-245
t/40profile.t    2   512    56   56 100.00%  1-56
9 tests skipped.
Failed 2/34 test scripts, 94.12% okay. 198/1108 subtests failed, 82.13% okay.
make: *** [test_dynamic] Error 35


Additional comments:

Hello, Tim Bunce! Thanks for uploading your works to CPAN.

I noticed that the test suite seem to fail without these modules:

Time::HiRes

As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
Makefile.PL should solve this problem.  For example:

WriteMakefile(
    AUTHOR      => 'Tim Bunce ([EMAIL PROTECTED])',
    ... # other information
    PREREQ_PM   => {
        'Time::HiRes'   => '0', # or a minimum workable version
    }
);

If you are interested in making a more flexible Makefile.PL that can
probe for missing dependencies and install them, ExtUtils::AutoInstall
at <http://search.cpan.org/search?dist=ExtUtils-AutoInstall> may be
worth a look.

Thanks! :-)

******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender.  Also, because many people perform automatic
tests on CPAN, chances are that you will receive identical messages
about the same problem.

If you believe that the message is mistaken, please reply to the first
one with correction and/or additional information, and do not take
it personally.  We appreciate your patience. :)
**********************************************************************


--

Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
  Platform:
    osname=darwin, osvers=6.0, archname=darwin
    uname='darwin fisheye 6.0 darwin kernel version 5.2: mon jun 17 09:55:14 pdt 2002; 
root:xnu-201-14.rootsxnu-201-14.objrelease_ppc power macintosh powerpc '
    config_args='-ds -e -Dprefix=/usr -Dccflags=-g  -pipe  -Dldflags='
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=undef d_sfio=undef uselargefiles=define 
    use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef
  Compiler:
    cc='cc', optimize='-Os', gccversion=Apple cpp-precomp 6.14
    cppflags='-g -pipe -pipe -fno-common -no-cpp-precomp -flat_namespace 
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing'
    ccflags ='-g -pipe -pipe -fno-common -no-cpp-precomp -flat_namespace 
-DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing'
    stdchar='char', d_stdstdio=undef, usevfork=true
    intsize=4, longsize=4, ptrsize=4, doublesize=8
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =''
    libpth=/usr/lib
    libs=-lm -lc
    libc=/System/Library/Frameworks/System.framework/System, so=dylib, 
useshrplib=true, libperl=libperl.dylib
  Dynamic Linking:
    dlsrc=dl_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags='-bundle  -flat_namespace -undefined suppress'

Reply via email to