Report for List-Priority-0.04

Back
From: metabase:user:30f4dfbe-2aae-11df-837a-5e0a49663a4f
Subject: PASS List-Priority-0.04 v5.8.4 SunOS/Solaris
Date: 2011-12-29T21:44:10Z

This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--
Dear Miles Gould,

This is a computer-generated report for List-Priority-0.04
on perl 5.8.4, created by CPAN-Reporter-1.2002.

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

PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load.t ........ ok
t/02-small-list.t .. ok
t/03-capacity.t .... ok
t/04-duplicates.t .. ok
All tests successful.
Files=4, Tests=40,  4 wallclock secs ( 0.09 usr  0.08 sys +  0.21 cusr  0.18 csys =  0.56 CPU)
Result: PASS
PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
1..1
# Running under perl version 5.008004 for solaris
# Current time local: Thu Dec 29 16:43:54 2011
# Current time GMT:   Thu Dec 29 21:43:54 2011
# Using Test.pm version 1.25
ok 1

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

Prerequisite modules loaded:

requires:

    Module              Need Have
    ------------------- ---- ----
    Test::More          0.88 0.98

build_requires:

    Module              Need Have
    ------------------- ---- ----
    ExtUtils::MakeMaker 0    6.59

configure_requires:

    Module              Need Have
    ------------------- ---- ----
    ExtUtils::MakeMaker 0    6.59


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

Environment variables:

    AUTOMATED_TESTING = 1
    PATH = /usr/bin:
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 23190
    PERL5_CPAN_IS_RUNNING = 23190
    PERL5_MINISMOKEBOX = 0.54
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /usr/bin/sh

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

    $^X = /usr/bin/perl
    $UID/$EUID = 500 / 500
    $GID = 0 0
    $EGID = 0 0

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                1.9800  
    CPAN::Meta          2.112621
    Cwd                 3.33    
    ExtUtils::CBuilder  0.280202
    ExtUtils::Command   1.17    
    ExtUtils::Install   1.54    
    ExtUtils::MakeMaker 6.59    
    ExtUtils::Manifest  1.60    
    ExtUtils::ParseXS   3.05    
    File::Spec          3.33    
    JSON                2.53    
    JSON::PP            2.27200 
    Module::Build       0.3800  
    Module::Signature   0.55    
    Parse::CPAN::Meta   1.4401  
    Test::Harness       3.23    
    Test::More          0.98    
    YAML                0.73    
    YAML::Syck          1.17    
    version             0.91    


--

Summary of my perl5 (revision 5 version 8 subversion 4) configuration:
  Platform:
    osname=solaris, osvers=2.10, archname=i86pc-solaris-64int
    uname='sunos localhost 5.10 i86pc i386 i86pc'
    config_args=''
    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=define use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TS_ERRNO',
    optimize='-xO3 -xspace -xildoff',
    cppflags=''
    ccversion='Sun WorkShop', gccversion='', 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='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =''
    libpth=/lib /usr/lib /usr/ccs/lib
    libs=-lsocket -lnsl -ldl -lm -lc
    perllibs=-lsocket -lnsl -ldl -lm -lc
    libc=/lib/libc.so, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-R /usr/perl5/5.8.4/lib/i86pc-solaris-64int/CORE'
    cccdlflags='-KPIC', lddlflags='-G'


Characteristics of this binary (from libperl): 
  Compile-time options: USE_64_BIT_INT USE_LARGE_FILES
  Locally applied patches:
	22667 The optree builder was looping when constructing the ops ...
	22715 Upgrade to FileCache 1.04
	22733 Missing copyright in the README.
	22746 fix a coredump caused by rv2gv not fully converting a PV ...
	22755 Fix 29149 - another UTF8 cache bug hit by substr.
	22774 [perl #28938] split could leave an array without ...
	22775 [perl #29127] scalar delete of empty slice returned garbage
	22776 [perl #28986] perl -e "open m" crashes Perl
	22777 add test for change #22776 ("open m" crashes Perl)
	22778 add test for change #22746 ([perl #29102] Crash on assign ...
	22781 [perl #29340] Bizarre copy of ARRAY make sure a pad op's ...
	22796 [perl #29346] Double warning for int(undef) and abs(undef) ...
	22818 BOM-marked and (BOMless) UTF-16 scripts not working
	22823 [perl #29581] glob() misses a lot of matches
	22827 Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
	22830 [perl #29637] Thread creation time is hypersensitive
	22831 improve hashing algorithm for ptr tables in perl_clone: ...
	22839 [perl #29790] Optimization busted: '@a = "b", sort @a' ...
	22850 [PATCH] 'perl -v' fails if local_patches contains code snippets
	22852 TEST needs to ignore SCM files
	22886 Pod::Find should ignore SCM files and dirs
	22888 Remove redundant %SIG assignments from FileCache
	23006 [perl #30509] use encoding and "eq" cause memory leak
	23074 Segfault using HTML::Entities
	23106 Numeric comparison operators mustn't compare addresses of ...
	23320 [perl #30066] Memory leak in nested shared data structures ...
	23321 [perl #31459] Bug in read()
  Built under solaris
  Compiled at Jan 21 2005 15:48:11
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="23190"
    PERL5_CPAN_IS_RUNNING="23190"
    PERL5_MINISMOKEBOX="0.54"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /usr/perl5/5.8.4/lib/i86pc-solaris-64int
    /usr/perl5/5.8.4/lib
    /usr/perl5/site_perl/5.8.4/i86pc-solaris-64int
    /usr/perl5/site_perl/5.8.4
    /usr/perl5/site_perl
    /usr/perl5/vendor_perl/5.8.4/i86pc-solaris-64int
    /usr/perl5/vendor_perl/5.8.4
    /usr/perl5/vendor_perl
    .