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.
        
--

Dear Adrian Howard,
    
This is a computer-generated error report created automatically by
CPANPLUS, version 0.0562. Testers personal comments may appear 
at the end of this report.


Thank you for uploading your work to CPAN.  However, it appears that
there were some problems testing your distribution.

TEST RESULTS:

Below is the error stack from stage 'make test':

[CP_MSG] [Mon Mar 13 19:17:12 2006] Trying to get 
'ftp://ftp.cpan.org/pub/CPAN/authors/id/A/AD/ADIE/Test-Exception-0.21.tar.gz'
[CP_MSG] [Mon Mar 13 19:17:14 2006] Trying to get 
'ftp://ftp.cpan.org/pub/CPAN/authors/id/A/AD/ADIE/CHECKSUMS'
[CP_MSG] [Mon Mar 13 19:17:15 2006] Checksum matches for 
'Test-Exception-0.21.tar.gz'
[CP_MSG] [Mon Mar 13 19:17:15 2006] Extracted 'Test-Exception-0.21/'
[CP_MSG] [Mon Mar 13 19:17:15 2006] Extracted 'Test-Exception-0.21/Build.PL'
[CP_MSG] [Mon Mar 13 19:17:15 2006] Extracted 'Test-Exception-0.21/Changes'
[CP_MSG] [Mon Mar 13 19:17:15 2006] Extracted 'Test-Exception-0.21/lib/'
[CP_MSG] [Mon Mar 13 19:17:15 2006] Extracted 'Test-Exception-0.21/lib/Test/'
[CP_MSG] [Mon Mar 13 19:17:15 2006] Extracted 
'Test-Exception-0.21/lib/Test/Exception.pm'
[CP_MSG] [Mon Mar 13 19:17:15 2006] Extracted 'Test-Exception-0.21/Makefile.PL'
[CP_MSG] [Mon Mar 13 19:17:15 2006] Extracted 'Test-Exception-0.21/MANIFEST'
[CP_MSG] [Mon Mar 13 19:17:15 2006] Extracted 'Test-Exception-0.21/META.yml'
[CP_MSG] [Mon Mar 13 19:17:15 2006] Extracted 'Test-Exception-0.21/README'
[CP_MSG] [Mon Mar 13 19:17:15 2006] Extracted 'Test-Exception-0.21/SIGNATURE'
[CP_MSG] [Mon Mar 13 19:17:15 2006] Extracted 'Test-Exception-0.21/t/'
[CP_MSG] [Mon Mar 13 19:17:15 2006] Extracted 'Test-Exception-0.21/t/caller.t'
[CP_MSG] [Mon Mar 13 19:17:15 2006] Extracted 
'Test-Exception-0.21/t/documented.t'
[CP_MSG] [Mon Mar 13 19:17:15 2006] Extracted 
'Test-Exception-0.21/t/Exception.t'
[CP_MSG] [Mon Mar 13 19:17:15 2006] Extracted 
'Test-Exception-0.21/t/lives_and.t'
[CP_MSG] [Mon Mar 13 19:17:15 2006] Extracted 'Test-Exception-0.21/t/pod.t'
[CP_MSG] [Mon Mar 13 19:17:15 2006] Extracted 'Test-Exception-0.21/t/preserve.t'
[CP_MSG] [Mon Mar 13 19:17:15 2006] Extracted 'Test-Exception-0.21/t/return.t'
[CP_MSG] [Mon Mar 13 19:17:15 2006] Extracted 
'Test-Exception-0.21/t/stacktrace.t'
[CP_MSG] [Mon Mar 13 19:17:15 2006] Extracted 'Test::Exception' to 
'/home/claco/.cpanplus/5.8.7/build/Test-Exception-0.21'
[CP_MSG] [Mon Mar 13 19:17:16 2006] Checking if your kit is complete...
Looks good
Writing Makefile for Test::Exception

[CP_MSG] [Mon Mar 13 19:17:16 2006] cp lib/Test/Exception.pm 
blib/lib/Test/Exception.pm
Manifying blib/man3/Test::Exception.3pm

[CP_ERROR] [Mon Mar 13 19:17:18 2006] MAKE TEST failed: No such file or 
directory PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" 
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/caller........ok
t/documented....ok
t/Exception.....
#   Failed test 'dies_ok: normal exit detected'
#   in t/Exception.t at line 65.
# STDERR is:
# #   Failed test 'lived. oops'
# #   in t/Exception.t at line 64.
# 
# not:
# #     Failed test (t/Exception.t at line 64)
# 
# as expected

#   Failed test 'lives_ok: die detected'
#   in t/Exception.t at line 75.
# STDERR is:
# #   Failed test in t/Exception.t at line 74.
# # died: a normal die
# 
# not:
# #     Failed test (t/Exception.t at line 74)
# # died: a normal die
# 
# as expected

#   Failed test 'lives_ok: die detected'
#   in t/Exception.t at line 81.
# STDERR is:
# #   Failed test in t/Exception.t at line 80.
# # died: Local::Error::Overload (overloaded)
# 
# not:
# #     Failed test (t/Exception.t at line 80)
# # died: Local::Error::Overload (overloaded)
# 
# as expected

#   Failed test 'throws_ok: regex bad match detected'
#   in t/Exception.t at line 92.
# STDERR is:
# #   Failed test 'should die'
# #   in t/Exception.t at line 91.
# # expecting: /abnormal/
# # found: a normal die
# 
# not:
# #     Failed test (t/Exception.t at line 91)
# # expecting: /abnormal/
# # found: a normal die
# 
# as expected

#   Failed test 'throws_ok: exception on normal exit'
#   in t/Exception.t at line 103.
# STDERR is:
# #   Failed test 'threw Local::Error::Simple'
# #   in t/Exception.t at line 102.
# # expecting: Local::Error::Simple
# # found: normal exit
# 
# not:
# #     Failed test (t/Exception.t at line 102)
# # expecting: Local::Error::Simple
# # found: normal exit
# 
# as expected

#   Failed test 'throws_ok: bad sub-class match detected'
#   in t/Exception.t at line 114.
# STDERR is:
# #   Failed test 'threw Local::Error::Test'
# #   in t/Exception.t at line 113.
# # expecting: Local::Error::Test
# # found: Local::Error::Simple=HASH(0x814db44)
# 
# not:
# #     Failed test (t/Exception.t at line 113)
# # expecting: Local::Error::Test
# # found: Local::Error::Simple=HASH(0x814db44)
# 
# as expected

#   Failed test 'throws_ok: throws_ok found overloaded'
#   in t/Exception.t at line 121.
# STDERR is:
# #   Failed test 'threw Local::Error::Test'
# #   in t/Exception.t at line 120.
# # expecting: Local::Error::Test
# # found: Local::Error::Overload (overloaded)
# 
# not:
# #     Failed test (t/Exception.t at line 120)
# # expecting: Local::Error::Test
# # found: Local::Error::Overload (overloaded)
# 
# as expected

#   Failed test 'throws_ok: throws_ok found overloaded'
#   in t/Exception.t at line 128.
# STDERR is:
# #   Failed test 'threw Local::Error::Overload (overloaded)'
# #   in t/Exception.t at line 127.
# # expecting: Local::Error::Overload (overloaded)
# # found: Local::Error::Test=HASH(0x828068c)
# 
# not:
# #     Failed test (t/Exception.t at line 127)
# # expecting: Local::Error::Overload (overloaded)
# # found: Local::Error::Test=HASH(0x828068c)
# 
# as expected

#   Failed test 'lives_ok: overload without fallback'
#   in t/Exception.t at line 147.
# STDERR is:
# #   Failed test in t/Exception.t at line 146.
# # died: Local::Error::NoFallback (no fallback)
# 
# not:
# #     Failed test (t/Exception.t at line 146)
# # died: Local::Error::NoFallback (no fallback)
# 
# as expected

#   Failed test 'throws_ok: throws_ok overload without fallback'
#   in t/Exception.t at line 154.
# STDERR is:
# #   Failed test 'threw Local::Error::Test'
# #   in t/Exception.t at line 153.
# # expecting: Local::Error::Test
# # found: Local::Error::NoFallback (no fallback)
# 
# not:
# #     Failed test (t/Exception.t at line 153)
# # expecting: Local::Error::Test
# # found: Local::Error::NoFallback (no fallback)
# 
# as expected
FAILED tests 3, 5-6, 8, 10, 12-14, 18-19
        Failed 10/19 tests, 47.37% okay
t/lives_and.....ok
t/pod...........ok
t/preserve......ok
t/return........ok
t/stacktrace....
#   Failed test 'regex in stacktrace ignored'
#   in t/stacktrace.t at line 16.
# STDERR is:
# #   Failed test 'threw /fribble/'
# #   in t/stacktrace.t at line 12.
# # expecting: /fribble/
# # found: died at 
/home/claco/.cpanplus/5.8.7/build/Test-Exception-0.21/blib/lib/Test/Exception.pm
 line 226
# #     Test::Exception::throws_ok() called at t/stacktrace.t line 12
# 
# not:
# #     Failed test (t/stacktrace.t at line 12)
# # expecting: /fribble/
# # found: died at 
/home/claco/.cpanplus/5.8.7/build/Test-Exception-0.21/blib/lib/Test/Exception.pm
 line 226
# #     Test::Exception::throws_ok() called at t/stacktrace.t line 12
# 
# as expected
FAILED test 2
        Failed 1/2 tests, 50.00% okay
Failed Test    Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/Exception.t                19   10  52.63%  3 5-6 8 10 12-14 18-19
t/stacktrace.t                2    1  50.00%  2
Failed 2/8 test scripts, 75.00% okay. 11/51 subtests failed, 78.43% okay.
make: *** [test_dynamic] Error 255


PREREQUISITES:

Here is a list of prerequisites you specified and versions we 
managed to load:
                                
        Sub::Uplevel                       0.09
        Test::Builder                      0.32
        Test::Builder::Tester              1.01
        Test::Harness                      2.48
        Test::More                         0.62

******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender.  As there are many people performing automatic
tests on each upload to CPAN, it is likely 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 informations, and do not take
it personally.  We appreciate your patience. :)
**********************************************************************

Additional comments:
 

--

Summary of my perl5 (revision 5 version 8 subversion 7) configuration:
  Platform:
    osname=linux, osvers=2.6.10, archname=i486-linux-gnu-thread-multi
    uname='linux rothera 2.6.10 #1 smp fri may 13 09:24:22 utc 2005 i686 
gnulinux '
    config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN 
-Dcccdlflags=-fPIC -Darchname=i486-linux-gnu -Dprefix=/usr 
-Dprivlib=/usr/share/perl/5.8 -Darchlib=/usr/lib/perl/5.8 -Dvendorprefix=/usr 
-Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 
-Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.8.7 
-Dsitearch=/usr/local/lib/perl/5.8.7 -Dman1dir=/usr/share/man/man1 
-Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1 
-Dsiteman3dir=/usr/local/man/man3 -Dman1ext=1 -Dman3ext=3perl 
-Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Uusesfio -Uusenm -Duseshrplib 
-Dlibperl=libperl.so.5.8.7 -Dd_dosuid -des'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef useithreads=define 
usemultiplicity=define
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN 
-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN 
-fno-strict-aliasing -pipe -I/usr/local/include'
    ccversion='', gccversion='4.0.2 20050808 (prerelease) (Ubuntu 
4.0.1-4ubuntu9)', 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, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt
    perllibs=-ldl -lm -lpthread -lc -lcrypt
    libc=/lib/libc-2.3.5.so, so=so, useshrplib=true, libperl=libperl.so.5.8.7
    gnulibc_version='2.3.5'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib'

Reply via email to