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.
--
# Here's what I got on my Solaris box....
alester@flr4[/tmp/CGI-Session-2.1]$ perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for CGI::Session
alester@flr4[/tmp/CGI-Session-2.1]$ make
cp Session/File.pm blib/lib/CGI/Session/File.pm
cp Session/DB_File.pm blib/lib/CGI/Session/DB_File.pm
cp Session/MySQL.pm blib/lib/CGI/Session/MySQL.pm
cp Session/MD5.pm blib/lib/CGI/Session/MD5.pm
cp Session.pm blib/lib/CGI/Session.pm
Manifying blib/man3/CGI::Session::File.3
Manifying blib/man3/CGI::Session::MySQL.3
Manifying blib/man3/CGI::Session::DB_File.3
Manifying blib/man3/CGI::Session::MD5.3
Manifying blib/man3/CGI::Session.3
alester@flr4[/tmp/CGI-Session-2.1]$ make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/db_file....ok
t/file.......NOK 2# Failed test 2 in t/file.t at line 22
Can't call method "id" on an undefined value at t/file.t line 23.
t/file.......dubious
Test returned status 9 (wstat 2304, 0x900)
DIED. FAILED tests 2-24
Failed 23/24 tests, 4.17% okay
t/mysql......install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC
contains: /tmp/CGI-Session-2.1/blib/lib /tmp/CGI-Session-2.1/blib/arch
/usr/local/lib/perl5/5.6.1/sun4-solaris /usr/local/lib/perl5/5.6.1/sun4-solaris
/usr/local/lib/perl5/5.6.1 /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris
/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris /usr/local/lib/perl5/site_perl/5.6.1
/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris /usr/local/lib/perl5/site_perl/5.6.1
/usr/local/lib/perl5/site_perl . /usr/local/lib/perl5/5.6.1/sun4-solaris
/usr/local/lib/perl5/5.6.1 /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris
/usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl .) at (eval 9)
line 3.
Perhaps the DBD::mysql perl module hasn't been fully installed,
or perhaps the capitalisation of 'mysql' isn't right.
Available drivers: ExampleP, Oracle, Proxy.
at t/mysql.t line 34
t/mysql......dubious
Test returned status 255 (wstat 65280, 0xff00)
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/file.t 9 2304 24 23 95.83% 2-24
t/mysql.t 255 65280 ?? ?? % ??
Failed 2/3 test scripts, 33.33% okay. 23/42 subtests failed, 45.24% okay.
make: *** [test_dynamic] Error 2
alester@flr4[/tmp/CGI-Session-2.1]$ perl -Iblib/lib -Iblib/arch t/file.t
1..24
ok 1
not ok 2
# Failed test 2 in t/file.t at line 22
Can't call method "id" on an undefined value at t/file.t line 23.
--
Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:
Platform:
osname=solaris, osvers=2.7, archname=sun4-solaris
uname='sunos flr4 5.7 generic_106541-18 sun4u sparc '
config_args=''
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', 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='3.0.2', gccosandvers='solaris2.7'
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=y, prototype=define
Linker and Libraries:
ld='gcc', ldflags =' -L/usr/local/lib '
libpth=/usr/local/lib /usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -ldb -ldl -lm -lc
perllibs=-lsocket -lnsl -ldl -lm -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -Wl,-E'
cccdlflags='-fPIC', lddlflags=' -W,l-E -G -L/usr/local/lib'