PASS RSH-ConfigFile-1.0.10 i386-freebsd 6.1-release-p23
  Home FAQ Contact Sign in
perl.cpan.testers only
 
Advanced search
POPULAR GROUPS

more...

 Up
PASS RSH-ConfigFile-1.0.10 i386-freebsd 6.1-release-p23         

Group: perl.cpan.testers · Group Profile
Author: srezic
Date: Sep 19, 2008 12:13

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 Matt Luker,

This is a computer-generated report for RSH-ConfigFile-1.0.10
on perl 5.8.8 patch 34313, created by CPAN-Reporter-1.17.

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/bin/make test':

PERL_DL_NONLAZY=1 /usr/perl5.8.8@34313/bin/perl5.8.8 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/000.load.t t/005.coding_infrastructure.t t/006.LockFile.t t/010.configfile.t t/999.perlcritic.t t/999.pod-coverage.t t/999.pod.t
t/000.load.....................ok
t/005.coding_infrastructure....# string $ex: Exception! at t/005.coding_infrastructure.t line 45
# string $ex: Foo went boom! at t/005.coding_infrastructure.t line 53
# string $ex: FOO199 at t/005.coding_infrastructure.t line 61
# string $ex: FOO199: Foo went boom! at t/005.coding_infrastructure.t line 69
ok
t/006.LockFile.................# Unable to create lock file. at /var/tmp/CPAN-build/RSH-ConfigFile-1.0.10-RhPins/blib/lib/RSH/LockFile.pm line 180, line 1.
# at /usr/perl5.8.8@34313/lib/5.8.8/Test/Builder.pm line 1210
# Test::Builder::diag('Test::Builder=HASH(0x81a090c)', 'RSH::Exception=HASH(0x82317e4)') called at /usr/perl5.8.8@34313/lib/5.8.8/Test/More.pm line 946
# Test::More::diag('RSH::Exception=HASH(0x82317e4)') called at t/006.LockFile.t line 47
# Unable to create lock file. at /var/tmp/CPAN-build/RSH-ConfigFile-1.0.10-RhPins/blib/lib/RSH/LockFile.pm line 180, line 2.
# at /usr/perl5.8.8@34313/lib/5.8.8/Test/Builder.pm line 1210
# Test::Builder::diag('Test::Builder=HASH(0x81a090c)', 'RSH::Exception=HASH(0x82f7eac)') called at /usr/perl5.8.8@34313/lib/5.8.8/Test/More.pm line 946
# Test::More::diag('RSH::Exception=HASH(0x82f7eac)') called at t/006.LockFile.t line 81
ok
t/010.configfile...............\"my" variable $str masks earlier declaration in same scope at t/010.configfile.t line 104.
# $cf->filename: filename
# $cf->{foo}: bar
# $cf{foo2}: bar2
# serialize_value('foo'): 'foo'
# serialize_value(ARRAY): [ 'foo', 'bar' ]
# serialize_value(HASH): { foo => 'bar', moo => 'kar' }
# unserialize_value("'foo'"): foo
# unserialize_value('foo'): foo
# unserialize_value("[ 'foo', 'bar' ]"): ARRAY(0x8312c00)
# unserialize_value("{ foo => 'bar', moo => 'kar' }"): HASH(0x8312d5c)
# unserialize_value("[ 'foo, EXTRA', 'bar' ]"): ARRAY(0x833fd44)
# $val:
# + "foo, EXTRA"
# + "bar"
# $cf (as string): { array => [ 'foo', 'bar' ], foo => 'bar', hash => { foo => 'bar', moo => 'kar' } }
# return code from load: 1
# $cf = { array => [ 'foo', 'bar' ], continued1 => [ 'one', 'two', 'three' ], continued2 => 'continued2 string next line', continued3 => 'continued3 string next line', continued4 => 'continued4 string to next line after comment', continued5 => 'continued5 string to nowhere', folly => [ 'fido', 'dido', 'mido' ], foo => 'bar', hash => { foo => 'bar', moo => 'kar' }, hash5 => { foo => 'bar', moo => 'kar' }, sally => 'mally' }
# Saving to new filename:
# md5 == 6f7bd7bfc746292220b8f7fc4cb1e42c
# return code from save: 1
# error?
# warning?
# md5 == 747bbb1f21e7317201eed120b53c404d
# Dirty flag test of save (shouldn't save):
# md5 == 747bbb1f21e7317201eed120b53c404d
# return code from save: 1
# error?
# warning?
# md5 == 747bbb1f21e7317201eed120b53c404d
# Dirty flag test of save (forced => 1):
# md5 == 747bbb1f21e7317201eed120b53c404d
# $size1 == 394
# $size2 == 394
# return code from save: 1
# error?
# warning?
# md5 == 747bbb1f21e7317201eed120b53c404d
# Load from file after forced save:
# md5 == 747bbb1f21e7317201eed120b53c404d
# return code from load: 1
# md5 == 747bbb1f21e7317201eed120b53c404d
# $cf = { array => [ 'foo', 'bar' ], continued1 => [ 'one', 'two', 'three' ], continued2 => 'continued2 string next line', continued3 => 'continued3 string next line', continued4 => 'continued4 string to next line after comment', continued5 => 'continued5 string to nowhere', folly => [ 'fido', 'dido', 'mido' ], foo => 'bar', hash => { foo => 'bar', moo => 'kar' }, hash5 => { foo => 'bar', moo => 'kar' }, sally => 'mally' }
# Save to file when file state has changed:
# md5 == 747bbb1f21e7317201eed120b53c404d
# return code from save: 1
# error?
# warning? RSH01000: Data file has changed since the last load. at t/010.configfile.t line 249
# md5 == 6eeb1e1d7e1ebe5e76af08fdffeb007c
# $state1 == 589
# $state2 == 563
# $hash{foo}: "bar"
ok
t/999.perlcritic...............skipped: Not worrying about perl critic right now.
t/999.pod-coverage.............ok
t/999.pod......................skipped: set TEST_POD to enable this test
All tests successful.
Files=7, Tests=51, 3 wallclock secs ( 0.03 usr 0.02 sys + 0.82 cusr 0.11 csys = 0.98 CPU)
Result: PASS

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

Prerequisite modules loaded:

requires:

Module Need Have
------------------ ---- ----
Test::More 0 0.80
Test::Perl::Critic 0 1.01
Test::Pod 0 1.26

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

Environment variables:

PATH = /usr/local/bin:/usr/X11R6/bin:/usr/X11/bin:/usr/perl5.8.0/bin:/usr/bin:/bin:/usr/local/sbin...
PERL5LIB =
PERL5OPT = -I/tmp/CPAN-Reporter-lib-pGY0 -MDevel::Autoflush
PERL5_CPANPLUS_IS_RUNNING = 19107
PERL5_CPAN_IS_RUNNING = 19107
PERL_BATCH = yes
PERL_CPAN_REPORTER_CONFIG = /home/cpansand/.cpanreporter/configfile.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_HTML_DISPLAY_CLASS = HTML::Display::Mozilla
SHELL = /usr/local/bin/zsh
TERM = screen

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

$^X = /usr/perl5.8.8@34313/bin/perl5.8.8
$UID/$EUID = 1023 / 1023
$GID = 1023 1023 1023
$EGID = 1023 1023 1023

Perl module toolchain versions installed:

Module Have
------------------- ------
CPAN 1.9205
Cwd 3.2701
ExtUtils::CBuilder 0.24
ExtUtils::Command 1.14
ExtUtils::Install 1.50
ExtUtils::MakeMaker 6.44
ExtUtils::Manifest 1.54
ExtUtils::ParseXS 2.19
File::Spec 3.2701
Module::Build 0.2808
Module::Signature 0.55
Test::Harness 3.13
Test::More 0.80
YAML 0.66
YAML::Syck 1.05
version 0.76

--

Summary of my perl5 (revision 5 version 8 subversion 8 patch 34313) configuration:
Platform:
osname=freebsd, osvers=6.1-release-p23, archname=i386-freebsd
uname='freebsd biokovo.herceg.de 6.1-release-p23 freebsd 6.1-release-p23 #0: wed feb 13 10:36:51 utc 2008 root@i386-builder.daemonology.net:usrobjusrsrcsysgeneric i386 '
config_args='-ds -e -Dprefix=/usr/perl5.8.8@34313'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -I/usr/local/include',
optimize='-O',
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='3.4.4 [FreeBSD] 20050518', 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 ='-Wl,-E -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib
libs=-lgdbm -lm -lcrypt -lutil -lc
perllibs=-lm -lcrypt -lutil -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-DPIC -fPIC', lddlflags='-shared -L/usr/local/lib'
no comments
diggit! del.icio.us! reddit!