Front page | perl.cpan.testers |
Postings from December 2007
PASS Finance-Currency-ParValueSeparate-1.03 sun4-solaris-thread-multi 2.9
From:
david
Date:
December 23, 2007 09:15
Subject:
PASS Finance-Currency-ParValueSeparate-1.03 sun4-solaris-thread-multi 2.9
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 cpan-testers@perl.org to keep other
test volunteers informed and to prevent any duplicate effort.
--
Dear Chunzi,
This is a computer-generated report for Finance-Currency-ParValueSeparate-1.03
on perl-5.10.0 patch 32468, created automatically by CPAN-Reporter-1.06
and sent to the CPAN Testers mailing list.
If you have received this email directly, it is because the person testing
your distribution chose to send a copy to your CPAN email address; there
may be a delay before the official report is received and processed
by CPAN Testers.
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:
[none provided]
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/local/bin/make test':
PERL_DL_NONLAZY=1 /usr/local/home/david/cpantesting/perl-5.10.0/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:
LD_LIBRARY_PATH = /usr/local/lib:/usr/lib:/usr/openwin/lib:/usr/ucblib:.
PATH = /usr/local/bin:/usr/bin:/sbin:/usr/sbin:/usr/openwin/bin:/usr/ccs/bin:/usr/ucb:/etc:.
PERL5LIB =
PERL5_CPANPLUS_IS_RUNNING = 799
PERL5_CPAN_IS_RUNNING = 799
SHELL = /bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /usr/local/home/david/cpantesting/perl-5.10.0/bin/perl
$UID/$EUID = 10217 / 10217
$GID = 1 1
$EGID = 1 1
Perl module toolchain versions installed:
Module Have
------------------- ---------
CPAN 1.9205
Cwd 3.25_01
ExtUtils::CBuilder 0.21
ExtUtils::Command 1.13
ExtUtils::Install 1.44
ExtUtils::MakeMaker 6.36_01
ExtUtils::Manifest 1.51_01
ExtUtils::ParseXS 2.18_02
File::Spec 3.25
Module::Build 0.2808_01
Module::Signature n/a
Test::Harness 2.64
Test::More 0.72
YAML 0.66
YAML::Syck n/a
version 0.74
--
Summary of my perl5 (revision 5 version 10 subversion 0 patch 32468) configuration:
Platform:
osname=solaris, osvers=2.9, archname=sun4-solaris-thread-multi
uname='sunos ohno.mrbill.net 5.9 generic_122300-03 sun4u sparc sunw,ultra-80 solaris '
config_args='-de -Dprefix=/usr/local/home/david/cpantesting/perl-5.10.0 -Dusethreads'
hint=recommended, useposix=true, d_sigaction=define
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 -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O',
cppflags='-D_REENTRANT -fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='4.2.1', 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='cc', ldflags =' -L/usr/local/lib '
libpth=/usr/local/lib /usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -lgdbm -ldb -ldl -lm -lpthread -lc
perllibs=-lsocket -lnsl -ldl -lm -lpthread -lc
libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'
-
PASS Finance-Currency-ParValueSeparate-1.03 sun4-solaris-thread-multi 2.9
by david