Function-Parameters v2.001003 Perl 5 v5.22.2 x86_64-linux-thread-multi

Status
Pass
From
Arpad Szasz
Dist
Function-Parameters v2.001003
Platform
Perl 5 v5.22.2 x86_64-linux-thread-multi
Date
2017-12-29 07:17:05
ID
45db012c-ec68-11e7-afd1-c52b6983f4be
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 MAUKE,

This is a computer-generated report for Function-Parameters-2.001003
on perl 5.22.2, created by App::cpanminus::reporter 0.17 (1.7043).

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 '':

Building and testing Function-Parameters-2.001003
cp lib/Function/Parameters.pm blib/lib/Function/Parameters.pm
cp lib/Function/Parameters/Info.pm blib/lib/Function/Parameters/Info.pm
Running Mkbootstrap for Parameters ()
chmod 644 "Parameters.bs"
"/home/arpi/opt/perl5/perls/perl-5.22.2/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parameters.bs blib/arch/auto/Function/Parameters/Parameters.bs 644
"/home/arpi/opt/perl5/perls/perl-5.22.2/bin/perl" "/home/arpi/opt/perl5/perls/perl-5.22.2/lib/site_perl/5.22.2/ExtUtils/xsubpp"  -typemap '/home/arpi/opt/perl5/perls/perl-5.22.2/lib/5.22.2/ExtUtils/typemap'  Parameters.xs > Parameters.xsc
mv Parameters.xsc Parameters.c
cc -c   -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"2.001003\" -DXS_VERSION=\"2.001003\" -fPIC "-I/home/arpi/opt/perl5/perls/perl-5.22.2/lib/5.22.2/x86_64-linux-thread-multi/CORE"   Parameters.c
rm -f blib/arch/auto/Function/Parameters/Parameters.so
cc  -shared -O2 -L/usr/local/lib -fstack-protector-strong  Parameters.o  -o blib/arch/auto/Function/Parameters/Parameters.so  \
      \
  
chmod 755 blib/arch/auto/Function/Parameters/Parameters.so
Manifying 2 pod documents
"/home/arpi/opt/perl5/perls/perl-5.22.2/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parameters.bs blib/arch/auto/Function/Parameters/Parameters.bs 644
PERL_DL_NONLAZY=1 "/home/arpi/opt/perl5/perls/perl-5.22.2/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*/*.t
t/01-compiles.t ......................................... ok
# Testing Function::Parameters 2.001003, Perl 5.022002, /home/arpi/opt/perl5/perls/perl-5.22.2/bin/perl
t/00-load.t ............................................. ok
t/attributes.t .......................................... ok
t/02-compiles.t ......................................... ok
t/bonus.t ............................................... ok
t/03-compiles.t ......................................... ok
t/checkered_3.t ......................................... ok
t/croak.t ............................................... ok
t/checkered_2.t ......................................... ok
t/checkered.t ........................................... ok
t/defaults_regress.t .................................... ok
t/eating_strict_error.t ................................. ok
t/defaults_bare.t ....................................... ok
t/eval.t ................................................ ok
t/defaults.t ............................................ ok
t/elsewhere.t ........................................... ok
t/checkered_4.t ......................................... ok
t/foreign/Fun/anon.t .................................... ok
t/foreign/Fun/closure-proto.t ........................... ok
t/foreign/Fun/basic.t ................................... ok
t/foreign/Fun/compile-time.t ............................ ok
t/foreign/Fun/package.t ................................. ok
t/foreign/Fun/name.t .................................... ok
t/foreign/Fun/recursion.t ............................... ok
t/foreign/Fun/defaults.t ................................ ok
t/foreign/Fun/slurpy-syntax-errors.t .................... ok
t/foreign/Fun/slurpy.t .................................. ok
t/foreign/Fun/state.t ................................... ok
t/foreign/Method-Signatures-Simple/RT80505.t ............ ok
t/foreign/Method-Signatures-Simple/03-config.t .......... ok
t/foreign/Method-Signatures-Simple/RT80508.t ............ ok
t/foreign/Method-Signatures-Simple/RT80507.t ............ ok
t/foreign/Method-Signatures-Simple/RT80510.t ............ ok
t/foreign/Method-Signatures-Simple/02-use.t ............. ok
t/foreign/Method-Signatures/anon.t ...................... ok
t/foreign/Method-Signatures/at_underscore.t ............. ok
t/foreign/Method-Signatures/array_param.t ............... ok
t/foreign/Method-Signatures/attributes.t ................ ok
t/foreign/Method-Signatures/caller.t .................... ok
t/foreign/Method-Signatures/defaults.t .................. ok
t/foreign/Method-Signatures/error_interruption.t ........ ok
t/foreign/Method-Signatures/func.t ...................... ok
t/foreign/Method-Signatures/begin.t ..................... ok
t/foreign/Method-Signatures/into.t ...................... ok
t/foreign/Method-Signatures/larna.t ..................... ok
t/foreign/Method-Signatures/method.t .................... ok
t/foreign/Method-Signatures/odd_number.t ................ ok
t/foreign/Method-Signatures/one_line.t .................. ok
t/foreign/Method-Signatures/named.t ..................... ok
t/foreign/Method-Signatures/optional.t .................. ok
t/foreign/Method-Signatures/paren_plus_open_block.t ..... ok
t/foreign/Method-Signatures/paren_on_own_line.t ......... ok
t/foreign/Method-Signatures/required.t .................. ok
t/foreign/Method-Signatures/slurpy.t .................... ok
t/foreign/Method-Signatures/too_many_args.t ............. ok
t/foreign/Method-Signatures/syntax_errors.t ............. ok
t/foreign/Method-Signatures/trailing_comma.t ............ ok
t/foreign/Method-Signatures/typeload_notypes.t .......... ok
t/foreign/MooseX-Method-Signatures/caller.t ............. ok
t/foreign/MooseX-Method-Signatures/attributes.t ......... ok
t/foreign/Method-Signatures/comments.t .................. ok
t/foreign/MooseX-Method-Signatures/eval.t ............... ok
t/foreign/MooseX-Method-Signatures/errors.t ............. ok
t/foreign/Method-Signatures/invocant.t .................. ok
t/foreign/MooseX-Method-Signatures/named_defaults.t ..... ok
t/foreign/MooseX-Method-Signatures/no_signature.t ....... ok
t/foreign/MooseX-Method-Signatures/sigs-optional.t ...... ok
t/foreign/MooseX-Method-Signatures/precedence.t ......... ok
t/foreign/MooseX-Method-Signatures/too_many_args.t ...... ok
t/foreign/MooseX-Method-Signatures/undef_method_arg.t ... ok
t/foreign/Method-Signatures/typeload_moose.t ............ ok
t/foreign/MooseX-Method-Signatures/closure.t ............ ok
t/foreign/Method-Signatures/type_check.t ................ ok
t/foreign/MooseX-Method-Signatures/list.t ............... ok
t/foreign/signatures/anon.t ............................. ok
t/foreign/signatures/basic.t ............................ ok
t/foreign/signatures/eval.t ............................. ok
t/foreign/signatures/weird.t ............................ ok
t/foreign/signatures/proto.t ............................ ok
t/gorn.t ................................................ ok
t/hueg.t ................................................ ok
t/install.t ............................................. ok
t/imports.t ............................................. ok
t/lexical.t ............................................. ok
t/foreign/MooseX-Method-Signatures/type_alias.t ......... ok
t/foreign/MooseX-Method-Signatures/types.t .............. ok
t/info.t ................................................ ok
t/foreign/MooseX-Method-Signatures/undef_method_arg2.t .. ok
t/invocant.t ............................................ ok
t/foreign/perl/signatures.t ............................. ok
t/lineno-torture.t ...................................... ok
t/method_cache.t ........................................ ok
t/lineno.t .............................................. ok
t/lifetime.t ............................................ ok
t/name.t ................................................ ok
t/method_runtime.t ...................................... ok
t/precedence.t .......................................... ok
t/regress.t ............................................. ok
t/recursion.t ........................................... ok
t/named_params.t ........................................ ok
t/rename.t .............................................. ok
t/strict.t .............................................. ok
t/prototype.t ........................................... ok
t/types_caller.t ........................................ ok
t/threads.t ............................................. ok
t/types_auto.t .......................................... ok
t/types_custom_4.t ...................................... ok
t/types_custom.t ........................................ ok
t/types_custom_2.t ...................................... ok
t/types_custom_3.t ...................................... ok
t/threads2.t ............................................ ok
t/types_msg.t ........................................... ok
t/types_parse.t ......................................... ok
t/unicode.t ............................................. ok
t/unicode2.t ............................................ ok
t/types_moose.t ......................................... ok
t/types_moose_2.t ....................................... ok
t/types_moosex.t ........................................ ok
t/types_moosex_2.t ...................................... ok
t/types_moose_3.t ....................................... ok
All tests successful.
Files=120, Tests=2793,  6 wallclock secs ( 0.88 usr  0.13 sys + 17.79 cusr  1.47 csys = 20.27 CPU)
Result: PASS

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

Prerequisite modules loaded:

    No requirements found

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

Environment variables:

    LANG = en_US.UTF-8
    LC_ADDRESS = ro_RO.UTF-8
    LC_IDENTIFICATION = ro_RO.UTF-8
    LC_MEASUREMENT = ro_RO.UTF-8
    LC_MONETARY = ro_RO.UTF-8
    LC_NAME = ro_RO.UTF-8
    LC_NUMERIC = ro_RO.UTF-8
    LC_PAPER = ro_RO.UTF-8
    LC_TELEPHONE = ro_RO.UTF-8
    LC_TIME = ro_RO.UTF-8
    PATH = /home/arpi/.local/share/umake/bin:/home/arpi/.rakudobrew/bin:/home/arpi/bin:/home/arpi/.nvm/versions/node/v6.9.5/bin:/home/arpi/opt/perl5/bin:/home/arpi/opt/perl5/perls/perl-5.22.2/bin:/home/arpi/.local/share/umake/bin:/home/arpi/.rakudobrew/bin:/home/arpi/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin:/home/arpi/.fzf/bin:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin
    PERLBREW_HOME = /home/arpi/.perlbrew
    PERLBREW_MANPATH = /home/arpi/opt/perl5/perls/perl-5.22.2/man
    PERLBREW_PATH = /home/arpi/opt/perl5/bin:/home/arpi/opt/perl5/perls/perl-5.22.2/bin
    PERLBREW_PERL = perl-5.22.2
    PERLBREW_ROOT = /home/arpi/opt/perl5
    PERLBREW_SHELLRC_VERSION = 0.82
    PERLBREW_VERSION = 0.82
    SHELL = /bin/bash
    TERM = screen-256color

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

    EGID = 1000 4 20 24 27 29 30 46 108 115 131 132 998 1000
    EUID = 1000
    EXECUTABLE_NAME = /home/arpi/opt/perl5/perls/perl-5.22.2/bin/perl
    GID = 1000 4 20 24 27 29 30 46 108 115 131 132 998 1000
    UID = 1000

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.16    
    CPAN::Meta          2.150010
    Cwd                 3.62    
    ExtUtils::CBuilder  0.280230
    ExtUtils::Command   7.30    
    ExtUtils::Install   2.14    
    ExtUtils::MakeMaker 7.30    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.35    
    File::Spec          3.62    
    JSON                2.97001 
    JSON::PP            2.97001 
    Module::Build       0.4224  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.39    
    Test::More          1.302120
    YAML                1.24    
    YAML::Syck          n/a     
    version             0.9918  


--

Summary of my perl5 (revision 5 version 22 subversion 2) configuration:
   
  Platform:
    osname=linux, osvers=4.4.0-47-lowlatency, archname=x86_64-linux-thread-multi
    uname='linux guppy 4.4.0-47-lowlatency #68-ubuntu smp preempt wed oct 26 21:00:05 utc 2016 x86_64 x86_64 x86_64 gnulinux '
    config_args='-de -Dprefix=/home/arpi/opt/perl5/perls/perl-5.22.2 -Dusethreads -Duselargefiles -Duse64bitall -Dusesitecustomize -Duseshrplib -Dinc_version_list=none -Dpager=/bin/less -Doptimize=-O2 -Dcf_by=Plenum.ro -Dcf_email=arpad.szasz@plenum.ro -Uuserelocatableinc -UDEBUGGING -Aeval:scriptdir=/home/arpi/opt/perl5/perls/perl-5.22.2/bin'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion='', gccversion='5.4.0 20160609', 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/5/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.23.so, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version='2.23'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-rpath,/home/arpi/opt/perl5/perls/perl-5.22.2/lib/5.22.2/x86_64-linux-thread-multi/CORE'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
                        PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
                        PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
                        USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS
                        USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
                        USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_TIME
                        USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API
                        USE_SITECUSTOMIZE
  Locally applied patches:
	Devel::PatchPerl 1.38
  Built under linux
  Compiled at Nov 18 2016 20:33:52
  %ENV:
    PERLBREW_HOME="/home/arpi/.perlbrew"
    PERLBREW_MANPATH="/home/arpi/opt/perl5/perls/perl-5.22.2/man"
    PERLBREW_PATH="/home/arpi/opt/perl5/bin:/home/arpi/opt/perl5/perls/perl-5.22.2/bin"
    PERLBREW_PERL="perl-5.22.2"
    PERLBREW_ROOT="/home/arpi/opt/perl5"
    PERLBREW_SHELLRC_VERSION="0.82"
    PERLBREW_VERSION="0.82"
  @INC:
    /home/arpi/opt/perl5/perls/perl-5.22.2/lib/site_perl/5.22.2/x86_64-linux-thread-multi
    /home/arpi/opt/perl5/perls/perl-5.22.2/lib/site_perl/5.22.2
    /home/arpi/opt/perl5/perls/perl-5.22.2/lib/5.22.2/x86_64-linux-thread-multi
    /home/arpi/opt/perl5/perls/perl-5.22.2/lib/5.22.2
    .