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.
Below is the error stack during 'make test':

PERL_DL_NONLAZY=1 /usr/local/perl/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
1..28
ok 1
Can't locate CPANPLUS/Internals/System.pm in @INC (@INC contains: 
/net/ibm0176/disc1/home/kriegjcb/.cpanplus/build/DBD-Sprite-0.35/blib/lib 
/net/ibm0176/disc1/home/kriegjcb/.cpanplus/build/DBD-Sprite-0.35/blib/arch 
/usr/perl5/5.00503/sun4-solaris /usr/perl5/5.00503 
/usr/perl5/site_perl/5.005/sun4-solaris /usr/perl5/site_perl/5.005 .).
BEGIN failed--compilation aborted.
not ok 2 (512)
not ok 3 (-1 !> 0)
DBI->connect(test) failed: No such database (test)! at test.pl line 48
not ok 4 (No such database (test)!)
Use of uninitialized value in numeric eq (==) at blib/lib/DBD/Sprite.pm line 571.
ok 4
Can't call method "do" without a package or object reference at test.pl line 54.
make: *** [test_dynamic] Error 2


Additional comments:

Hello, Jim Turner! Thanks for uploading your works to CPAN.

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

CPANPLUS::Internals::System

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

WriteMakefile(
    AUTHOR      => 'Jim Turner ([EMAIL PROTECTED])',
    ... # other information
    PREREQ_PM   => {
        'CPANPLUS::Internals::System'   => '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! :-)



--

Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:
  Platform:
    osname=solaris, osvers=2.8, archname=sun4-solaris
    uname='sunos sunu991 5.8 generic_108528-09 sun4u sparc '
    config_args='-der'
    hint=previous, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
  Compiler:
    cc='gcc -B/usr/ccs/bin/', ccflags ='-fno-strict-aliasing -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O',
    cppflags='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64'
    ccversion='', gccversion='2.95.3 20010315 (release)', gccosandvers='solaris2.8'
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='gcc -B/usr/ccs/bin/', ldflags =' -L/usr/local/lib '
    libpth=/usr/local/lib /usr/lib /usr/ccs/lib
    libs=-lsocket -lnsl -lgdbm -ldb -ldl -lm -lc
    perllibs=-lsocket -lnsl -ldl -lm -lc
    libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'

Reply via email to