develooper Front page | perl.cpan.testers | Postings from June 2008

PASS Finance-Currency-ParValueSeparate-1.03 i686-linux-64int-ld 2.6.24-16-generic

From:
DAGOLDEN
Date:
June 18, 2008 02:59
Subject:
PASS Finance-Currency-ParValueSeparate-1.03 i686-linux-64int-ld 2.6.24-16-generic
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/


--
Dear Chunzi,
    
This is a computer-generated report for Finance-Currency-ParValueSeparate-1.03
on perl 5.10.0 patch 34034, created by CPAN-Reporter-1.15. 

Thank you for uploading your work to CPAN.  Congratulations!
All tests were successful.

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester: 

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/bin/make test':

PERL_DL_NONLAZY=1 /home/david/perl/5.10.x/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
1..1
ok 1
$VAR1 = bless( {
                 '_without_cent' => [],
                 '_without_dollar' => [],
                 '_with_dollar' => [
                                     '100',
                                     '50',
                                     '20',
                                     '10',
                                     '5',
                                     '2',
                                     '1'
                                   ],
                 '_with_cent' => [
                                   '50',
                                   '20',
                                   '10',
                                   '5',
                                   '2',
                                   '1'
                                 ]
               }, 'Finance::Currency::ParValueSeparate::RMB' );
$VAR1 = bless( {
                 '_without_cent' => [],
                 '_without_dollar' => [],
                 '_with_dollar' => [
                                     '100',
                                     '50',
                                     '20',
                                     '10',
                                     '5',
                                     '2',
                                     '1'
                                   ],
                 '_AMOUNT' => [
                                '317.34'
                              ],
                 '_with_cent' => [
                                   '50',
                                   '20',
                                   '10',
                                   '5',
                                   '2',
                                   '1'
                                 ]
               }, 'Finance::Currency::ParValueSeparate::RMB' );
$VAR1 = bless( {
                 '_without_cent' => [],
                 '_without_dollar' => [],
                 '_with_dollar' => [
                                     '100',
                                     '50',
                                     '20',
                                     '10',
                                     '5',
                                     '2',
                                     '1'
                                   ],
                 '_AMOUNT' => [
                                '317.34',
                                '512.14'
                              ],
                 '_with_cent' => [
                                   '50',
                                   '20',
                                   '10',
                                   '5',
                                   '2',
                                   '1'
                                 ]
               }, 'Finance::Currency::ParValueSeparate::RMB' );
$VAR1 = bless( {
                 '_without_cent' => [],
                 '_without_dollar' => [],
                 '_with_dollar' => [
                                     '100',
                                     '50',
                                     '20',
                                     '10',
                                     '5',
                                     '2',
                                     '1'
                                   ],
                 '_AMOUNT' => [
                                '317.34',
                                '512.14'
                              ],
                 '_with_cent' => [
                                   '50',
                                   '20',
                                   '10',
                                   '5',
                                   '2',
                                   '1'
                                 ]
               }, 'Finance::Currency::ParValueSeparate::RMB' );
$VAR1 = bless( {
                 '_without_cent' => [],
                 '_without_dollar' => [],
                 '_with_dollar' => [
                                     '100',
                                     '50',
                                     '20',
                                     '10',
                                     '5',
                                     '2',
                                     '1'
                                   ],
                 '_AMOUNT' => [
                                '317.34',
                                '512.14'
                              ],
                 '_with_cent' => [
                                   '50',
                                   '20',
                                   '10',
                                   '5',
                                   '2',
                                   '1'
                                 ]
               }, 'Finance::Currency::ParValueSeparate::RMB' );
--------------------------------------------------------------------------------
amount as array: 
$VAR1 = '317.34';
$VAR2 = '512.14';
amount as array ref: 
$VAR1 = [
          '317.34',
          '512.14'
        ];
--------------------------------------------------------------------------------
with dollor: 
$VAR1 = bless( {
                 '_without_cent' => [],
                 '_without_dollar' => [
                                        '1',
                                        '50',
                                        '10',
                                        '2',
                                        '100'
                                      ],
                 '_with_dollar' => [
                                     '20',
                                     '5'
                                   ],
                 '_AMOUNT' => [
                                '317.34',
                                '512.14'
                              ],
                 '_with_cent' => [
                                   '50',
                                   '20',
                                   '10',
                                   '5',
                                   '2',
                                   '1'
                                 ]
               }, 'Finance::Currency::ParValueSeparate::RMB' );
with dollor: 
$VAR1 = 20;
$VAR2 = 10;
without dollor: 
$VAR1 = '1';
$VAR2 = '50';
$VAR3 = '2';
$VAR4 = '100';
$VAR5 = '5';
--------------------------------------------------------------------------------
without dollor: 
$VAR1 = bless( {
                 '_without_cent' => [],
                 '_without_dollar' => [
                                        '20',
                                        '5'
                                      ],
                 '_with_dollar' => [
                                     '1',
                                     '50',
                                     '10',
                                     '2',
                                     '100'
                                   ],
                 '_AMOUNT' => [
                                '317.34',
                                '512.14'
                              ],
                 '_with_cent' => [
                                   '50',
                                   '20',
                                   '10',
                                   '5',
                                   '2',
                                   '1'
                                 ]
               }, 'Finance::Currency::ParValueSeparate::RMB' );
with dollor: 
$VAR1 = '1';
$VAR2 = '50';
$VAR3 = '2';
$VAR4 = '100';
$VAR5 = '5';
without dollor: 
$VAR1 = 20;
$VAR2 = 10;
--------------------------------------------------------------------------------
only_dollor set 1: 1
only_dollor set 0: 0
only_dollor return: 0
--------------------------------------------------------------------------------
amount 314.65
dollar parvalue $100: 3
dollar parvalue $50: 0
dollar parvalue $5: 2
dollar parvalue $2: 2
dollar parvalue $1: 0
cent parvalue $50: 1
cent parvalue $20: 0
cent parvalue $10: 1
cent parvalue $5: 1
cent parvalue $2: 0
cent parvalue $1: 0
--------------------------------------------------------------------------------
amount 314.65,45.23
dollar parvalue $100: 3
dollar parvalue $50: 0
dollar parvalue $5: 11
dollar parvalue $2: 2
dollar parvalue $1: 0
cent parvalue $50: 1
cent parvalue $20: 1
cent parvalue $10: 1
cent parvalue $5: 1
cent parvalue $2: 1
cent parvalue $1: 1
--------------------------------------------------------------------------------
amount 573
dollar parvalue $100: 5
dollar parvalue $50: 1
dollar parvalue $5: 4
dollar parvalue $2: 1
dollar parvalue $1: 1
cent parvalue $50: 0
cent parvalue $20: 0
cent parvalue $10: 0
cent parvalue $5: 0
cent parvalue $2: 0
cent parvalue $1: 0
--------------------------------------------------------------------------------
amount 573 x 10 
dollar parvalue $100: 50
dollar parvalue $50: 10
dollar parvalue $5: 40
dollar parvalue $2: 10
dollar parvalue $1: 10
cent parvalue $50: 0
cent parvalue $20: 0
cent parvalue $10: 0
cent parvalue $5: 0
cent parvalue $2: 0
cent parvalue $1: 0

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

    No requirements found

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_US.UTF-8
    LD_LIBRARY_PATH = /home/david/opt/subversion/lib
    PATH = .:/home/david/bin:/home/david/git/utility-scripts:/home/david/perl/current/bin:.:/home/david/bin:/home/david/git/utility-scripts:/home/david/perl/current/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 24298
    PERL5_CPAN_IS_RUNNING = 24298
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 10404,24298
    PERL_CR_SMOKER_CURRENT = Finance-Currency-ParValueSeparate-1.03
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = screen

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /home/david/perl/5.10.x/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 4 20 24 25 29 30 44 46 107 115 116 1000
    $EGID = 1000 4 20 24 25 29 30 44 46 107 115 116 1000

Perl module toolchain versions installed:

    Module              Have     
    ------------------- ---------
    CPAN                1.92_62  
    Cwd                 3.2701   
    ExtUtils::CBuilder  0.23     
    ExtUtils::Command   1.14     
    ExtUtils::Install   1.50_01  
    ExtUtils::MakeMaker 6.44     
    ExtUtils::Manifest  1.51_01  
    ExtUtils::ParseXS   2.19_01  
    File::Spec          3.2701   
    Module::Build       0.2808_02
    Module::Signature   n/a      
    Test::Harness       3.11     
    Test::More          0.80     
    YAML                0.66     
    YAML::Syck          1.05     
    version             0.74     


--

Summary of my perl5 (revision 5 version 10 subversion 0 patch 34034) configuration:
  Platform:
    osname=linux, osvers=2.6.24-16-generic, archname=i686-linux-64int-ld
    uname='linux griffon 2.6.24-16-generic #1 smp thu apr 10 13:23:42 utc 2008 i686 gnulinux '
    config_args='-de -Uversiononly -Dusedevel -Dusemorebits -Dprefix=/home/david/perl/5.10.x -Dmydomain=.hyperbolic.net -Dcf_email=dagolden@cpan.org -Dperladmin=dagolden@cpan.org -Dcc=gcc'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=undef, uselongdouble=define
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.2.3 (Ubuntu 4.2.3-2ubuntu7)', 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 =' -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -ldb -ldl -lm -lcrypt -lutil -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=/lib/libc-2.7.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.7'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'



Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About