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 with perl 5.6.1, which might be the problem, as it installs fine for me on perl 5.8, and other testers had success with perl 5.8. I don't know enough about your package to debug it. Encountered the problem when trying to install Plucene. -- [EMAIL PROTECTED] $ make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/Abstract....1..18 ok 1 - use Class::Virtually::Abstract; ok 2 - Declaring virtual methods ok 3 - Disallow reseting by virtual class ok 4 - Subclass listing virtual methods ok 5 - Subclass listing missing methods ok 6 ok 7 - Subclass handling some methods ok 8 - Disallow reseting by subclass ok 9 - Virtual classes not interfering ok 10 - Missing methods not interfering ok 11 - Not overwriting virtual methods ok 12 - Not overwriting missing methods ok 13 - virtual method unimplemented, ok # Failed test (t/Abstract.t at line 74) not ok 14 - virtual methods not leaking # 'Can't locate object method "bing" via package "Foo::This" (perhaps you forgot to load "Foo::This"?) at t/Abstract.t line 72. # ' # doesn't match '(?-xism:^Can't locate object method "bing" via package "Foo::This" at)' ok 15 not ok 16 # TODO defeated by import() routine # Failed (TODO) test (t/Abstract.t at line 93) # '' # doesn't match '(?-xism:^Class Foo::More must define bing for class Foo::Virtual::Again)' ok 17 ok 18 # Looks like you failed 1 test of 18. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 14 Failed 1/18 tests, 94.44% okay t/assert......1..1 ok 1 - assert and affirm do not leak ok t/Virtual.....1..15 ok 1 - use Class::Virtual; ok 2 - Declaring virtual methods ok 3 - Disallow reseting by virtual class ok 4 - Subclass listing virtual methods ok 5 - Subclass listing missing methods ok 6 ok 7 - Subclass handling some methods ok 8 - Disallow reseting by subclass ok 9 - Virtual classes not interfering ok 10 - Missing methods not interfering ok 11 - Not overwriting virtual methods ok 12 - Not overwriting missing methods ok 13 - virtual method unimplemented, ok # Failed test (t/Virtual.t at line 74) not ok 14 - virtual methods not leaking # 'Can't locate object method "bing" via package "Test::This" (perhaps you forgot to load "Test::This"?) at t/Virtual.t line 72. # ' # doesn't match '(?-xism:^Can't locate object method "bing" via package "Test::This" at)' not ok 15 - Autoloaded methods recognized # TODO autoloaded methods # Looks like you failed 1 test of 15. # Failed (TODO) test (t/Virtual.t at line 98) # Structures begin differing at: # $got->[0] = 'bar' # $expected->[0] = 'new' dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 14 Failed 1/15 tests, 93.33% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/Abstract.t 1 256 18 1 5.56% 14 t/Virtual.t 1 256 15 1 6.67% 14 Failed 2/3 test scripts, 33.33% okay. 2/34 subtests failed, 94.12% okay. make: *** [test_dynamic] Error 2 -- Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration: Platform: osname=linux, osvers=2.4.20-20.9bigmem, archname=i686-linux uname='linux slashdot-nfs-1.osdn.net 2.4.20-20.9bigmem #1 smp mon aug 18 11:18:32 edt 2003 i686 i686 i386 gnulinux ' config_args='-Uinstallusrbinperl -des' hint=recommended, 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='cc', ccflags ='-fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2', cppflags='-fno-strict-aliasing' ccversion='', gccversion='3.2.2 20030222 (Red Hat Linux 3.2.2-5)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=4, usemymalloc=n, prototype=define Linker and Libraries: ld='cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lnsl -lgdbm -ldb -ldl -lm -lc -lcrypt -lutil perllibs=-lnsl -ldl -lm -lc -lcrypt -lutil libc=/lib/libc-2.3.2.so, so=so, useshrplib=false, libperl=libperl.a Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic' cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
