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 JPEACOCK,
    
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] [Fri Jan 27 23:09:29 2006] Trying to get 
'ftp://ftp.cpan.org/pub/CPAN/authors/id/J/JP/JPEACOCK/Math-Currency-0.44.tar.gz'
[CP_ERROR] [Fri Jan 27 23:14:42 2006] Fetching of 
'ftp://ftp.cpan.org/pub/CPAN/authors/id/J/JP/JPEACOCK/Math-Currency-0.44.tar.gz'
 failed: Command failed: 
[CP_MSG] [Fri Jan 27 23:14:42 2006] Trying to get 
'http://www.cpan.org/authors/id/J/JP/JPEACOCK/Math-Currency-0.44.tar.gz'
[CP_MSG] [Fri Jan 27 23:14:48 2006] Trying to get 
'ftp://ftp.cpan.org/pub/CPAN/authors/id/J/JP/JPEACOCK/CHECKSUMS'
[CP_MSG] [Fri Jan 27 23:15:01 2006] No 'md5' checksum known for 
'Math-Currency-0.44.tar.gz'
[CP_MSG] [Fri Jan 27 23:15:01 2006] Extracted 'Math-Currency-0.44/'
[CP_MSG] [Fri Jan 27 23:15:01 2006] Extracted 'Math-Currency-0.44/t/'
[CP_MSG] [Fri Jan 27 23:15:01 2006] Extracted 
'Math-Currency-0.44/t/003_subclass.t'
[CP_MSG] [Fri Jan 27 23:15:01 2006] Extracted 
'Math-Currency-0.44/t/004_localize.t'
[CP_MSG] [Fri Jan 27 23:15:01 2006] Extracted 'Math-Currency-0.44/t/001_load.t'
[CP_MSG] [Fri Jan 27 23:15:01 2006] Extracted 'Math-Currency-0.44/t/002_basic.t'
[CP_MSG] [Fri Jan 27 23:15:01 2006] Extracted 
'Math-Currency-0.44/t/005_rounding.t'
[CP_MSG] [Fri Jan 27 23:15:01 2006] Extracted 'Math-Currency-0.44/lib/'
[CP_MSG] [Fri Jan 27 23:15:01 2006] Extracted 'Math-Currency-0.44/lib/Math/'
[CP_MSG] [Fri Jan 27 23:15:01 2006] Extracted 
'Math-Currency-0.44/lib/Math/Currency.pm'
[CP_MSG] [Fri Jan 27 23:15:01 2006] Extracted 
'Math-Currency-0.44/lib/Math/Currency/'
[CP_MSG] [Fri Jan 27 23:15:01 2006] Extracted 
'Math-Currency-0.44/lib/Math/Currency/GBP.pm'
[CP_MSG] [Fri Jan 27 23:15:01 2006] Extracted 
'Math-Currency-0.44/lib/Math/Currency/JPY.pm'
[CP_MSG] [Fri Jan 27 23:15:01 2006] Extracted 'Math-Currency-0.44/LICENSE'
[CP_MSG] [Fri Jan 27 23:15:01 2006] Extracted 'Math-Currency-0.44/README'
[CP_MSG] [Fri Jan 27 23:15:01 2006] Extracted 'Math-Currency-0.44/scripts/'
[CP_MSG] [Fri Jan 27 23:15:01 2006] Extracted 
'Math-Currency-0.44/scripts/new_currency'
[CP_MSG] [Fri Jan 27 23:15:01 2006] Extracted 'Math-Currency-0.44/Changes'
[CP_MSG] [Fri Jan 27 23:15:01 2006] Extracted 'Math-Currency-0.44/Build.PL'
[CP_MSG] [Fri Jan 27 23:15:01 2006] Extracted 'Math-Currency-0.44/Makefile.PL'
[CP_MSG] [Fri Jan 27 23:15:01 2006] Extracted 'Math-Currency-0.44/META.yml'
[CP_MSG] [Fri Jan 27 23:15:01 2006] Extracted 'Math-Currency-0.44/MANIFEST'
[CP_MSG] [Fri Jan 27 23:15:01 2006] Extracted 'Math::Currency' to 
'/opt/perl/testers/.cpanplus/5.8.7/build/Math-Currency-0.44'
[CP_MSG] [Fri Jan 27 23:15:02 2006] # running Build.PL 
/opt/perl/testers/bin/perl Build.PL
Creating custom builder _build/lib/My/Builder.pm in _build/lib/My
Checking whether your kit is complete...
Looks good
Creating new 'Build' script for 'Math-Currency' version '0.44'
Unknown 'build_class', defaulting to 'Module::Build'

[CP_MSG] [Fri Jan 27 23:15:03 2006] lib/Math/Currency/GBP.pm -> 
blib/lib/Math/Currency/GBP.pm
lib/Math/Currency.pm -> blib/lib/Math/Currency.pm
lib/Math/Currency/JPY.pm -> blib/lib/Math/Currency/JPY.pm
Manifying blib/lib/Math/Currency.pm -> blib/libdoc/Math::Currency.3

[CP_ERROR] [Fri Jan 27 23:15:07 2006] MAKE TEST failed: [EMAIL PROTECTED] 
t/001_load........ok
t/002_basic.......
#   Failed test 'multiply'
#   in t/002_basic.t at line 61.
#          got: 'NT$1,202,098.59'
#     expected: '$1,202,098.59'

#   Failed test 'divide'
#   in t/002_basic.t at line 62.
#          got: 'NT$12,020.99'
#     expected: '$12,020.99'

#   Failed test 'equal to (string)'
#   in t/002_basic.t at line 67.

#   Failed test 'display of negative currency'
#   in t/002_basic.t at line 70.
#          got: '-NT$42.00'
#     expected: '-$42.00'

#   Failed test 'new negative currency'
#   in t/002_basic.t at line 73.
#          got: '-NT$42.00'
#     expected: '-$42.00'

#   Failed test 'auto decimal places to FRAC_DIGITS'
#   in t/002_basic.t at line 76.
#          got: 'NT$4.00'
#     expected: '$4.00'

#   Failed test 'default format returned'
#   in t/002_basic.t at line 94.
#          got: 'TWD '
#     expected: 'USD '

#   Failed test 'default format copied'
#   in t/002_basic.t at line 96.
#          got: 'TWD '
#     expected: 'USD '

#   Failed test 'default format restored'
#   in t/002_basic.t at line 99.
#          got: 'NT$20.01'
#     expected: '$20.01'
# Looks like you failed 9 tests of 101.
dubious
        Test returned status 9 (wstat 2304, 0x900)
DIED. FAILED tests 21-22, 26-29, 35, 37, 39
        Failed 9/101 tests, 91.09% okay
t/003_subclass....
#   Failed test 'Individual currency object'
#   in t/003_subclass.t at line 17.
#          got: 'TWD 12.34'
#     expected: 'USD 12.34'
# Looks like you failed 1 test of 7.
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 7
        Failed 1/7 tests, 85.71% okay
t/004_localize....ok
t/005_rounding....
#   Failed test 'hides extended precision (overloaded "")'
#   in t/005_rounding.t at line 13.
#          got: 'NT$5.00'
#     expected: '$5.00'

#   Failed test 'hides extended precision (bstr)'
#   in t/005_rounding.t at line 14.
#          got: 'NT$5.00'
#     expected: '$5.00'

#   Failed test 'hides extended precision, rounding works'
#   in t/005_rounding.t at line 17.
#          got: 'NT$0.62'
#     expected: '$0.62'

#   Failed test 'no preliminary rounding'
#   in t/005_rounding.t at line 19.
#          got: 'NT$5.00'
#     expected: '$5.00'

#   Failed test 'no preliminary rounding'
#   in t/005_rounding.t at line 21.
#          got: 'NT$5.00'
#     expected: '$5.00'
# Looks like you failed 5 tests of 7.
dubious
        Test returned status 5 (wstat 1280, 0x500)
DIED. FAILED tests 2-3, 5-7
        Failed 5/7 tests, 28.57% okay
Failed Test      Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/002_basic.t       9  2304   101    9   8.91%  21-22 26-29 35 37 39
t/003_subclass.t    1   256     7    1  14.29%  7
t/005_rounding.t    5  1280     7    5  71.43%  2-3 5-7
Failed 3/5 test scripts, 40.00% okay. 15/149 subtests failed, 89.93% okay.
make: *** [test] Error 5


PREREQUISITES:

Here is a list of prerequisites you specified and versions we 
managed to load:
                                
        Math::BigFloat                     1.51

******************************** 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:
 

This report was machine-generated by CPAN::YACSmoke 0.03.

--

Summary of my perl5 (revision 5 version 8 subversion 7) configuration:
  Platform:
    osname=linux, osvers=2.6.14.3, archname=i686-linux-thread-multi-64int-ld
    uname='linux rinse 2.6.14.3 #1 fri nov 25 21:10:57 cst 2005 i686 gnulinux '
    config_args='-s -d -Dusethreads -Dcc=gcc -Duselongdouble -Doptimize=-g -O3 
-Duse64bitint -Dprefix=/opt/perl/testers -Dinc_version_list=none 
-Duseshrplib=false [EMAIL PROTECTED]'
    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=define use64bitall=undef uselongdouble=define
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS 
-DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64',
    optimize='-g -O3',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING 
-fno-strict-aliasing -pipe -I/usr/local/include'
    ccversion='', gccversion='4.0.2', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long long', ivsize=8, nvtype='long double', nvsize=12, 
Off_t='off_t', lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='gcc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=/lib/libc-2.3.5.so, so=so, useshrplib=false, libperl=libperl.a
    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