POE-Component-Server-SimpleHTTP v2.26 Perl 5 v5.8.9 darwin-thread-multi-2level

Status
Pass
From
Nigel Horne
Dist
POE-Component-Server-SimpleHTTP v2.26
Platform
Perl 5 v5.8.9 darwin-thread-multi-2level
Date
2017-12-07 06:54:52
ID
8657f68c-db1b-11e7-a456-fa49ee93ae84
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 Chris Williams,

This is a computer-generated report for POE-Component-Server-SimpleHTTP-2.26
on perl 5.8.9, created by CPAN-Reporter-1.2018.

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

PERL_DL_NONLAZY=1 "/Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-compile.t ........... ok
# GET http://pocosimpletest.com:55836/ HTTP/1.1
# Host: 127.0.0.1:55836
# 
# HTTP/1.1 200 (OK)
# Date: Thu, 07 Dec 2017 06:54:49 GMT
# Content-Length: 3
# Content-Type: text/plain
# 
# Moo
t/02_simple.t ............ ok
# HTTP/1.1 404 (Not Found)
# Date: Thu, 07 Dec 2017 06:54:49 GMT
# Content-Length: 13
# Content-Type: text/plain
# 
# 404 Not Found
t/03_bad_handler.t ....... ok
# GEt http://pocosimpletest.com:55840/ HTTP/1.1
# Host: 127.0.0.1:55840
# 
# HTTP/1.1 200 (OK)
# Date: Thu, 07 Dec 2017 06:54:49 GMT
# Content-Length: 3
# Content-Type: text/plain
# 
# Moo
t/03_bad_request.t ....... ok
# 200 (OK)
# Date: Thu, 07 Dec 2017 06:54:50 GMT
# Content-Length: 11
# Content-Type: text/plain
# X-HTTP-Version: 1.1
# 
# this is top
# 200 (OK)
# Date: Thu, 07 Dec 2017 06:54:50 GMT
# Content-Length: 12
# Content-Type: text/plain
# X-HTTP-Version: 1.1
# 
# this is honk
# 200 (OK)
# Date: Thu, 07 Dec 2017 06:54:50 GMT
# Content-Length: 123
# Content-Type: text/html
# X-HTTP-Version: 1.1
# 
# <html>
# <head><title>YEAH!</title></head>
# <body><p>This, my friend, is the page you've been looking for.</p></body>
# </html>
# 404 (Not Found)
# Date: Thu, 07 Dec 2017 06:54:50 GMT
# Content-Length: 13
# Content-Type: text/plain
# X-HTTP-Version: 1.1
# 
# 404 Not Found
t/04_run_close.t ......... ok
# 200 (OK)
# Date: Thu, 07 Dec 2017 06:54:50 GMT
# Content-Length: 11
# Content-Type: text/plain
# X-HTTP-Version: 1.1
# 
# this is top
# 200 (OK)
# Date: Thu, 07 Dec 2017 06:54:50 GMT
# Content-Length: 12
# Content-Type: text/plain
# X-HTTP-Version: 1.1
# 
# this is honk
# 200 (OK)
# Date: Thu, 07 Dec 2017 06:54:50 GMT
# Content-Length: 123
# Content-Type: text/html
# X-HTTP-Version: 1.1
# 
# <html>
# <head><title>YEAH!</title></head>
# <body><p>This, my friend, is the page you've been looking for.</p></body>
# </html>
# 404 (Not Found)
# Date: Thu, 07 Dec 2017 06:54:50 GMT
# Content-Length: 13
# Content-Type: text/plain
# X-HTTP-Version: 1.1
# 
# 404 Not Found
t/04_run_keepalive.t ..... ok
# POST http://pocosimpletest.com:55849/ HTTP/1.1
# Host: 127.0.0.1:55849
# Content-Length: 40
# 
# brother !~we need to get off this island
# 200 (OK)
# Date: Thu, 07 Dec 2017 06:54:51 GMT
# Content-Length: 40
# Content-Type: text/plain
# X-HTTP-Version: 1.1
# 
# we need to get off this island brother !
t/05_post.t .............. ok
t/06_stream.t ............ skipped: POE::Component::Client::HTTP is required for this test
t/author-pod-coverage.t .. skipped: these tests are for testing by the author
t/author-pod-syntax.t .... skipped: these tests are for testing by the author
All tests successful.
Files=10, Tests=45,  4 wallclock secs ( 0.03 usr  0.02 sys +  3.70 cusr  0.36 csys =  4.11 CPU)
Result: PASS

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

Prerequisite modules loaded:

requires:

    Module                    Need   Have    
    ------------------------- ------ --------
    Carp                      0      1.36    
    HTTP::Date                0      6.02    
    HTTP::Request             0      6.11    
    HTTP::Response            0      6.11    
    Moose                     0.9    2.1603  
    MooseX::POE               0.205  0.215   
    perl                      5.006  5.008009
    POE                       1.0000 1.367   
    Socket                    0      2.020   
    Storable                  0      1.014   
    Sys::Hostname             0      1.11    

build_requires:

    Module                    Need   Have    
    ------------------------- ------ --------
    ExtUtils::MakeMaker       6.59   7.30    
    File::Spec                0      3.2701  
    IO::Handle                0      1.28    
    IPC::Open3                0      1.03    
    POE::Filter::HTTP::Parser 1.06   1.06    
    Test::More                0.47   1.302078
    Test::POE::Client::TCP    0.1    1.12    

configure_requires:

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


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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_US.UTF-8
    LC_ALL = POSIX
    PATH = /Users/hornenj/perl5/perlbrew/bin:/Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/bin:/Users/hornenj/perl5/perlbrew/bin:/Users/hornenj/bin:/usr/bin:/bin:/usr/X11R6/bin:/sw/bin
    PERL5LIB = /Users/hornenj/.cpan/build/MooseX-POE-0.215-3/blib/arch:/Users/hornenj/.cpan/build/MooseX-POE-0.215-3/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 17785
    PERL5_CPAN_IS_RUNNING = 17785
    PERL5_MINISMOKEBOX = 0.68
    PERLBREW_BASHRC_VERSION = 0.80
    PERLBREW_HOME = /Users/hornenj/.perlbrew
    PERLBREW_LIB = 
    PERLBREW_MANPATH = /Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/man
    PERLBREW_PATH = /Users/hornenj/perl5/perlbrew/bin:/Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/bin
    PERLBREW_PERL = perl-5.8.9
    PERLBREW_ROOT = /Users/hornenj/perl5/perlbrew
    PERLBREW_VERSION = 0.80
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_LOCAL_LIB_ROOT = 
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = xterm-256color
    TMPDIR = /var/folders/pz/pd7y1qjs6s3cbk170cw50fjc000c61/T/

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

    $^X = /Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/bin/perl
    $UID/$EUID = 12481 / 12481
    $GID = 14 14 5344 37191 527 12 62 204 399 206 37223 241 223
    $EGID = 14 14 5344 37191 527 12 62 204 399 206 37223 241 223

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.16    
    CPAN::Meta          2.150005
    Cwd                 3.2701  
    ExtUtils::CBuilder  0.280224
    ExtUtils::Command   7.30    
    ExtUtils::Install   2.06    
    ExtUtils::MakeMaker 7.30    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.30    
    File::Spec          3.2701  
    JSON                2.93    
    JSON::PP            2.27400 
    Module::Build       0.4224  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4422  
    Test::Harness       3.36    
    Test::More          1.302078
    YAML                1.24    
    YAML::Syck          1.30    
    version             0.9912  


--

Summary of my perl5 (revision 5 version 8 subversion 9) configuration:
  Platform:
    osname=darwin, osvers=12.5.0, archname=darwin-thread-multi-2level
    uname='darwin ncbimac2008.ncbi.nlm.nih.gov 12.5.0 darwin kernel version 12.5.0: sun sep 29 13:33:47 pdt 2013; root:xnu-2050.48.12~1release_x86_64 x86_64 '
    config_args='-de -Dprefix=/Users/hornenj/perl5/perlbrew/perls/perl-5.8.9 -Duseithreads -Dusemultiplicity -Accflags=-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -Acc=cc -Aeval:scriptdir=/Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/bin'
    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=define uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc=' cc', ccflags ='-fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include',
    optimize='-O3',
    cppflags='-fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fassociative-math -fno-strict-aliasing -I/usr/local/include'
    ccversion='', gccversion='4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.24)', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib
    libs=-ldbm -ldl -lm -lutil -lc
    perllibs=-ldl -lm -lutil -lc
    libc=, so=dylib, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: MULTIPLICITY PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
                        USE_64_BIT_ALL USE_64_BIT_INT USE_FAST_STDIO
                        USE_ITHREADS USE_LARGE_FILES USE_PERLIO
                        USE_REENTRANT_API
  Built under darwin
  Compiled at Sep 17 2014 09:11:13
  %ENV:
    PERL5LIB="/Users/hornenj/.cpan/build/MooseX-POE-0.215-3/blib/arch:/Users/hornenj/.cpan/build/MooseX-POE-0.215-3/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="17785"
    PERL5_CPAN_IS_RUNNING="17785"
    PERL5_MINISMOKEBOX="0.68"
    PERLBREW_BASHRC_VERSION="0.80"
    PERLBREW_HOME="/Users/hornenj/.perlbrew"
    PERLBREW_LIB=""
    PERLBREW_MANPATH="/Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/man"
    PERLBREW_PATH="/Users/hornenj/perl5/perlbrew/bin:/Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/bin"
    PERLBREW_PERL="perl-5.8.9"
    PERLBREW_ROOT="/Users/hornenj/perl5/perlbrew"
    PERLBREW_VERSION="0.80"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_LOCAL_LIB_ROOT=""
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /Users/hornenj/.cpan/build/MooseX-POE-0.215-3/blib/arch
    /Users/hornenj/.cpan/build/MooseX-POE-0.215-3/blib/lib
    /Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/lib/5.8.9/darwin-thread-multi-2level
    /Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/lib/5.8.9
    /Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/lib/site_perl/5.8.9/darwin-thread-multi-2level
    /Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/lib/site_perl/5.8.9
    .