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] [Sun Sep 25 18:17:28 2005] 
[CP_ERROR] [Sun Sep 25 18:17:31 2005] MAKE TEST failed: No such file or 
directory PERL_DL_NONLAZY=1 /usr/local/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(0x180129c)
# 
# not:
# #     Failed test (t/Exception.t at line 113)
# # expecting: Local::Error::Test
# # found: Local::Error::Simple=HASH(0x180129c)
# 
# 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(0x1846efc)
# 
# not:
# #     Failed test (t/Exception.t at line 127)
# # expecting: Local::Error::Overload (overloaded)
# # found: Local::Error::Test=HASH(0x1846efc)
# 
# 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 
/Users/mjg/.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 
/Users/mjg/.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 25


PREREQUISITES:

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

******************************** 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=darwin, osvers=8.2.0, archname=darwin-thread-multi-2level
    uname='darwin fender.local 8.2.0 darwin kernel version 8.2.0: fri jun 24 
17:46:54 pdt 2005; root:xnu-792.2.4.obj~3release_ppc power macintosh powerpc '
    config_args=''
    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 ='-fno-common -DPERL_DARWIN -no-cpp-precomp 
-fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include 
-I/sw/include',
    optimize='-O3',
    cppflags='-no-cpp-precomp -fno-common -DPERL_DARWIN -no-cpp-precomp 
-fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include 
-I/sw/include'
    ccversion='', gccversion='4.0.0 (Apple Computer, Inc. build 5026)', 
gccosandvers=''
    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, prototype=define
  Linker and Libraries:
    ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags ='-L/usr/local/lib 
-L/opt/local/lib -L/sw/lib'
    libpth=/usr/local/lib /opt/local/lib /sw/lib /usr/lib
    libs=-lgdbm -ldbm -ldb -ldl -lm -lc
    perllibs=-ldl -lm -lc
    libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup 
-L/usr/local/lib -L/opt/local/lib -L/sw/lib'

Reply via email to