HTTP-AnyUA v0.904 Perl 5 v5.31.1 x86_64-linux

Status
Pass
From
Andreas J. König (ANDK)
Dist
HTTP-AnyUA v0.904
Platform
Perl 5 v5.31.1 x86_64-linux
Date
2019-06-25 06:56:21
ID
56f1cb1c-9716-11e9-bdfa-7f22423510a4
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 Charles McGarvey,

This is a computer-generated report for HTTP-AnyUA-0.904
on perl 5.31.1, 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 '/usr/bin/make test':

PERL_DL_NONLAZY=1 "/home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.31.1/2aaf/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
# 
# Versions for all modules listed in MYMETA.json (including optional ones):
# 
# === Configure Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.36
# 
# === Build Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.36
# 
# === Test Requires ===
# 
#     Module              Want     Have
#     ------------------- ---- --------
#     ExtUtils::MakeMaker  any     7.36
#     File::Spec           any     3.78
#     IO::Handle           any     1.41
#     IPC::Open3           any     1.20
#     Test2::API           any 1.302164
#     Test::Exception      any     0.43
#     Test::More           any 1.302164
#     lib                  any     0.65
#     namespace::clean     any     0.27
# 
# === Test Recommends ===
# 
#     Module         Want     Have
#     ---------- -------- --------
#     CPAN::Meta 2.120900 2.150010
# 
# === Test Suggests ===
# 
#     Module          Want   Have
#     --------------- ---- ------
#     AnyEvent::HTTP   any   2.24
#     Furl             any   3.13
#     HTTP::Tiny       any  0.076
#     JSON             any   4.02
#     LWP::UserAgent   any   6.39
#     Mojo::UserAgent  any  undef
#     Net::Curl::Easy  any   0.39
#     Plack::Runner    any  undef
#     Starman          any 0.4015
# 
# === Runtime Requires ===
# 
#     Module         Want   Have
#     -------------- ---- ------
#     Carp            any   1.50
#     Exporter        any   5.73
#     Fcntl           any   1.13
#     Future          any   0.41
#     MIME::Base64    any   3.15
#     Module::Loader  any   0.03
#     Scalar::Util    any   1.50
#     Time::HiRes     any 1.9761
#     Time::Local     any   1.28
#     bytes           any   1.07
#     parent          any  0.237
#     strict          any   1.11
#     warnings        any   1.45
# 
# === Runtime Recommends ===
# 
#     Module     Want  Have
#     ---------- ---- -----
#     HTTP::Tiny  any 0.076
# 
t/00-report-prereqs.t .............. ok
t/01-new.t ......................... ok
t/02-shortcuts.t ................... ok
t/03-post_form.t ................... ok
Use of uninitialized value in numeric eq (==) at /home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.31.1/2aaf/lib/5.31.1/HTTP/Tiny.pm line 615.
Use of uninitialized value $port in numeric eq (==) at /home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.31.1/2aaf/lib/5.31.1/HTTP/Tiny.pm line 615.
t/04-internal-exception.t .......... ok
t/10-get.t ......................... ok
t/11-post.t ........................ ok
t/12-put.t ......................... ok
t/13-head.t ........................ ok
t/14-delete.t ...................... ok
t/15-custom-method.t ............... ok
t/20-data_callback.t ............... ok
t/21-basic-auth.t .................. ok
t/22-redirects.t ................... ok
t/23-content-coderef.t ............. ok
t/40-middleware-content-length.t ... ok
t/40-middleware-request-headers.t .. ok
t/40-middleware-runtime.t .......... ok
t/50-future-subclass.t ............. ok
All tests successful.
Files=20, Tests=110, 25 wallclock secs ( 0.20 usr  0.11 sys +  6.78 cusr  3.24 csys = 10.33 CPU)
Result: PASS

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

Prerequisite modules loaded:

requires:

    Module              Need  Have    
    ------------------- ----- --------
    bytes               0     1.07    
    Carp                0     1.50    
    Exporter            0     5.73    
    Fcntl               0     1.13    
    Future              0     0.41    
    MIME::Base64        0     3.15    
    Module::Loader      0     0.03    
    parent              0     0.237   
    perl                5.010 5.031001
    Scalar::Util        0     1.50    
    strict              0     1.11    
    Time::HiRes         0     1.9761  
    Time::Local         0     1.28    
    warnings            0     1.45    

build_requires:

    Module              Need  Have    
    ------------------- ----- --------
    ExtUtils::MakeMaker 0     7.36    
    File::Spec          0     3.78    
    IO::Handle          0     1.41    
    IPC::Open3          0     1.20    
    lib                 0     0.65    
    namespace::clean    0     0.27    
    Test2::API          0     1.302164
    Test::Exception     0     0.43    
    Test::More          0     1.302164

configure_requires:

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

opt_requires:

    Module              Need  Have    
    ------------------- ----- --------
    HTTP::Tiny          0     0.076   


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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_US.UTF-8
    PATH = /home/sand/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/perl/bin:/usr/X11/bin
    PERL = /home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.31.1/2aaf/bin/perl
    PERL5LIB = /home/sand/.cpan/privbuild/k93bionic/ExtUtils-Typemaps-Default-1.05-0/blib/arch:/home/sand/.cpan/privbuild/k93bionic/ExtUtils-Typemaps-Default-1.05-0/blib/lib:/home/sand/.cpan/privbuild/k93bionic/App-rmcd-0.280-0/blib/arch:/home/sand/.cpan/privbuild/k93bionic/App-rmcd-0.280-0/blib/lib:/home/sand/.cpan/privbuild/k93bionic/dta-tokwrap-0.90-0/blib/arch:/home/sand/.cpan/privbuild/k93bionic/dta-tokwrap-0.90-0/blib/lib:/home/sand/.cpan/privbuild/k93bionic/Test-Data-1.242-1/blib/arch:/home/sand/.cpan/privbuild/k93bionic/Test-Data-1.242-1/blib/lib:/home/sand/.cpan/privbuild/k93bionic/XML-Compare-0.05-0/blib/arch:/home/sand/.cpan/privbuild/k93bionic/XML-Compare-0.05-0/blib/lib:/home/sand/.cpan/privbuild/k93bionic/Test-PDL-0.14-0/blib/arch:/home/sand/.cpan/privbuild/k93bionic/Test-PDL-0.14-0/blib/lib:/home/sand/.cpan/privbuild/k93bionic/Hash-Objectify-0.008-0/blib/arch:/home/sand/.cpan/privbuild/k93bionic/Hash-Objectify-0.008-0/blib/lib:/home/sand/.cpan/privbuild/k93bionic/DBIx-Class-InflateColumn-Serializer-0.09-4/blib/arch:/home/sand/.cpan/privbuild/k93bionic/DBIx-Class-InflateColumn-Serializer-0.09-4/blib/lib:/home/sand/.cpan/privbuild/k93bionic/ppt-0.14-1/blib/arch:/home/sand/.cpan/privbuild/k93bionic/ppt-0.14-1/blib/lib:/home/sand/.cpan/privbuild/k93bionic/Clownfish-CFC-0.6.3-1/blib/arch:/home/sand/.cpan/privbuild/k93bionic/Clownfish-CFC-0.6.3-1/blib/lib:/home/sand/.cpan/privbuild/k93bionic/Alien-Libbz2-0.24-0/blib/arch:/home/sand/.cpan/privbuild/k93bionic/Alien-Libbz2-0.24-0/blib/lib:/home/sand/.cpan/privbuild/k93bionic/Sah-0.9.45-0/blib/arch:/home/sand/.cpan/privbuild/k93bionic/Sah-0.9.45-0/blib/lib:/home/sand/.cpan/privbuild/k93bionic/Sah-Schemas-Examples-0.005-0/blib/arch:/home/sand/.cpan/privbuild/k93bionic/Sah-Schemas-Examples-0.005-0/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 22941
    PERL5_CPAN_IS_RUNNING = 22941
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 1
    SHELL = /usr/bin/zsh
    TERM = screen

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

    $^X = /home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.31.1/2aaf/bin/perl
    $UID/$EUID = 1005 / 1005
    $GID = 1005 1005
    $EGID = 1005 1005

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.27    
    CPAN::Meta          2.150010
    Cwd                 3.78    
    ExtUtils::CBuilder  0.280232
    ExtUtils::Command   7.36    
    ExtUtils::Install   2.14    
    ExtUtils::MakeMaker 7.36    
    ExtUtils::Manifest  1.72    
    ExtUtils::ParseXS   3.40    
    File::Spec          3.78    
    JSON                4.02    
    JSON::PP            4.02    
    Module::Build       0.4229  
    Module::Signature   0.83    
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.42    
    Test::More          1.302164
    YAML                1.29    
    YAML::Syck          1.31    
    version             0.9924  


--

Summary of my perl5 (revision 5 version 31 subversion 1) configuration:
  Commit id: 287636082155028adce267d8e660aedeea514897
  Platform:
    osname=linux
    osvers=4.15.0-51-generic
    archname=x86_64-linux
    uname='linux k93bionic 4.15.0-51-generic #55-ubuntu smp wed may 15 14:27:21 utc 2019 x86_64 x86_64 x86_64 gnulinux '
    config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.31.1/2aaf -Dmyhostname=k93bionic -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Dlibswanted=cl pthread socket inet nsl gdbm dbm malloc dl ld sun m crypt sec util c cposix posix ucb BSD gdbm_compat -Uuseithreads -Uuselongdouble -DEBUGGING=-g'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=undef
    usemultiplicity=undef
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
    bincompat5005=undef
  Compiler:
    cc='cc'
    ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
    optimize='-O2 -g'
    cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='7.4.0'
    gccosandvers=''
    intsize=4
    longsize=8
    ptrsize=8
    doublesize=8
    byteorder=12345678
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=16
    longdblkind=3
    ivtype='long'
    ivsize=8
    nvtype='double'
    nvsize=8
    Off_t='off_t'
    lseeksize=8
    alignbytes=8
    prototype=define
  Linker and Libraries:
    ld='cc'
    ldflags =' -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib
    libs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.27.so
    so=so
    useshrplib=false
    libperl=libperl.a
    gnulibc_version='2.27'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=so
    d_dlsymun=undef
    ccdlflags='-Wl,-E'
    cccdlflags='-fPIC'
    lddlflags='-shared -O2 -g -L/usr/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_TIMES
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    PERL_USE_DEVEL
    USE_64_BIT_ALL
    USE_64_BIT_INT
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
  Built under linux
  Compiled at Jun 21 2019 05:56:06
  %ENV:
    PERL="/home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.31.1/2aaf/bin/perl"
    PERL5LIB="/home/sand/.cpan/privbuild/k93bionic/ExtUtils-Typemaps-Default-1.05-0/blib/arch:/home/sand/.cpan/privbuild/k93bionic/ExtUtils-Typemaps-Default-1.05-0/blib/lib:/home/sand/.cpan/privbuild/k93bionic/App-rmcd-0.280-0/blib/arch:/home/sand/.cpan/privbuild/k93bionic/App-rmcd-0.280-0/blib/lib:/home/sand/.cpan/privbuild/k93bionic/dta-tokwrap-0.90-0/blib/arch:/home/sand/.cpan/privbuild/k93bionic/dta-tokwrap-0.90-0/blib/lib:/home/sand/.cpan/privbuild/k93bionic/Test-Data-1.242-1/blib/arch:/home/sand/.cpan/privbuild/k93bionic/Test-Data-1.242-1/blib/lib:/home/sand/.cpan/privbuild/k93bionic/XML-Compare-0.05-0/blib/arch:/home/sand/.cpan/privbuild/k93bionic/XML-Compare-0.05-0/blib/lib:/home/sand/.cpan/privbuild/k93bionic/Test-PDL-0.14-0/blib/arch:/home/sand/.cpan/privbuild/k93bionic/Test-PDL-0.14-0/blib/lib:/home/sand/.cpan/privbuild/k93bionic/Hash-Objectify-0.008-0/blib/arch:/home/sand/.cpan/privbuild/k93bionic/Hash-Objectify-0.008-0/blib/lib:/home/sand/.cpan/privbuild/k93bionic/DBIx-Class-InflateColumn-Serializer-0.09-4/blib/arch:/home/sand/.cpan/privbuild/k93bionic/DBIx-Class-InflateColumn-Serializer-0.09-4/blib/lib:/home/sand/.cpan/privbuild/k93bionic/ppt-0.14-1/blib/arch:/home/sand/.cpan/privbuild/k93bionic/ppt-0.14-1/blib/lib:/home/sand/.cpan/privbuild/k93bionic/Clownfish-CFC-0.6.3-1/blib/arch:/home/sand/.cpan/privbuild/k93bionic/Clownfish-CFC-0.6.3-1/blib/lib:/home/sand/.cpan/privbuild/k93bionic/Alien-Libbz2-0.24-0/blib/arch:/home/sand/.cpan/privbuild/k93bionic/Alien-Libbz2-0.24-0/blib/lib:/home/sand/.cpan/privbuild/k93bionic/Sah-0.9.45-0/blib/arch:/home/sand/.cpan/privbuild/k93bionic/Sah-0.9.45-0/blib/lib:/home/sand/.cpan/privbuild/k93bionic/Sah-Schemas-Examples-0.005-0/blib/arch:/home/sand/.cpan/privbuild/k93bionic/Sah-Schemas-Examples-0.005-0/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="22941"
    PERL5_CPAN_IS_RUNNING="22941"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /home/sand/.cpan/privbuild/k93bionic/ExtUtils-Typemaps-Default-1.05-0/blib/arch
    /home/sand/.cpan/privbuild/k93bionic/ExtUtils-Typemaps-Default-1.05-0/blib/lib
    /home/sand/.cpan/privbuild/k93bionic/App-rmcd-0.280-0/blib/arch
    /home/sand/.cpan/privbuild/k93bionic/App-rmcd-0.280-0/blib/lib
    /home/sand/.cpan/privbuild/k93bionic/dta-tokwrap-0.90-0/blib/arch
    /home/sand/.cpan/privbuild/k93bionic/dta-tokwrap-0.90-0/blib/lib
    /home/sand/.cpan/privbuild/k93bionic/Test-Data-1.242-1/blib/arch
    /home/sand/.cpan/privbuild/k93bionic/Test-Data-1.242-1/blib/lib
    /home/sand/.cpan/privbuild/k93bionic/XML-Compare-0.05-0/blib/arch
    /home/sand/.cpan/privbuild/k93bionic/XML-Compare-0.05-0/blib/lib
    /home/sand/.cpan/privbuild/k93bionic/Test-PDL-0.14-0/blib/arch
    /home/sand/.cpan/privbuild/k93bionic/Test-PDL-0.14-0/blib/lib
    /home/sand/.cpan/privbuild/k93bionic/Hash-Objectify-0.008-0/blib/arch
    /home/sand/.cpan/privbuild/k93bionic/Hash-Objectify-0.008-0/blib/lib
    /home/sand/.cpan/privbuild/k93bionic/DBIx-Class-InflateColumn-Serializer-0.09-4/blib/arch
    /home/sand/.cpan/privbuild/k93bionic/DBIx-Class-InflateColumn-Serializer-0.09-4/blib/lib
    /home/sand/.cpan/privbuild/k93bionic/ppt-0.14-1/blib/arch
    /home/sand/.cpan/privbuild/k93bionic/ppt-0.14-1/blib/lib
    /home/sand/.cpan/privbuild/k93bionic/Clownfish-CFC-0.6.3-1/blib/arch
    /home/sand/.cpan/privbuild/k93bionic/Clownfish-CFC-0.6.3-1/blib/lib
    /home/sand/.cpan/privbuild/k93bionic/Alien-Libbz2-0.24-0/blib/arch
    /home/sand/.cpan/privbuild/k93bionic/Alien-Libbz2-0.24-0/blib/lib
    /home/sand/.cpan/privbuild/k93bionic/Sah-0.9.45-0/blib/arch
    /home/sand/.cpan/privbuild/k93bionic/Sah-0.9.45-0/blib/lib
    /home/sand/.cpan/privbuild/k93bionic/Sah-Schemas-Examples-0.005-0/blib/arch
    /home/sand/.cpan/privbuild/k93bionic/Sah-Schemas-Examples-0.005-0/blib/lib
    /home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.31.1/2aaf/lib/site_perl/5.31.1/x86_64-linux
    /home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.31.1/2aaf/lib/site_perl/5.31.1
    /home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.31.1/2aaf/lib/5.31.1/x86_64-linux
    /home/sand/src/perl/repoperls/installed-perls/host/k93bionic/v5.31.1/2aaf/lib/5.31.1
    .