Function-Parameters v2.001003 Perl 5 v5.26.3 darwin-2level
- Status
- Pass
- From
- Dist
-
Function-Parameters v2.001003
- Platform
- Perl 5 v5.26.3 darwin-2level
- Date
- 2018-12-04 23:17:34
- ID
- c806175e-f81a-11e8-b15e-f51512eddd1c
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.26.3, created by App::cpanminus::reporter 0.17 (1.7044).
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
Running Mkbootstrap for Parameters ()
chmod 644 "Parameters.bs"
"/Users/ether/perl5/perlbrew/perls/26.3/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parameters.bs blib/arch/auto/Function/Parameters/Parameters.bs 644
"/Users/ether/perl5/perlbrew/perls/26.3/bin/perl" "/Users/ether/perl5/perlbrew/perls/26.3/lib/5.26.3/ExtUtils/xsubpp" -typemap '/Users/ether/perl5/perlbrew/perls/26.3/lib/5.26.3/ExtUtils/typemap' Parameters.xs > Parameters.xsc
mv Parameters.xsc Parameters.c
cc -c -fno-common -DPERL_DARWIN -mmacosx-version-min=10.13 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3 -DVERSION=\"2.001003\" -DXS_VERSION=\"2.001003\" "-I/Users/ether/perl5/perlbrew/perls/26.3/lib/5.26.3/darwin-2level/CORE" Parameters.c
rm -f blib/arch/auto/Function/Parameters/Parameters.bundle
cc -mmacosx-version-min=10.13 -bundle -undefined dynamic_lookup -L/usr/local/lib -L/opt/local/lib -fstack-protector-strong Parameters.o -o blib/arch/auto/Function/Parameters/Parameters.bundle \
\
chmod 755 blib/arch/auto/Function/Parameters/Parameters.bundle
Manifying 2 pod documents
"/Users/ether/perl5/perlbrew/perls/26.3/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parameters.bs blib/arch/auto/Function/Parameters/Parameters.bs 644
PERL_DL_NONLAZY=1 "/Users/ether/perl5/perlbrew/perls/26.3/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*/*.t
# Testing Function::Parameters 2.001003, Perl 5.026003, /Users/ether/perl5/perlbrew/perls/26.3/bin/perl
t/00-load.t ............................................. ok
t/01-compiles.t ......................................... ok
t/02-compiles.t ......................................... ok
t/03-compiles.t ......................................... ok
t/attributes.t .......................................... ok
t/bonus.t ............................................... ok
t/checkered.t ........................................... ok
t/checkered_2.t ......................................... ok
t/checkered_3.t ......................................... ok
t/checkered_4.t ......................................... ok
t/croak.t ............................................... ok
t/defaults.t ............................................ ok
t/defaults_bare.t ....................................... ok
t/defaults_regress.t .................................... ok
t/eating_strict_error.t ................................. ok
t/elsewhere.t ........................................... ok
t/eval.t ................................................ ok
t/foreign/Fun/anon.t .................................... ok
t/foreign/Fun/basic.t ................................... ok
t/foreign/Fun/closure-proto.t ........................... ok
t/foreign/Fun/compile-time.t ............................ ok
t/foreign/Fun/defaults.t ................................ ok
t/foreign/Fun/name.t .................................... ok
t/foreign/Fun/package.t ................................. ok
t/foreign/Fun/recursion.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/02-use.t ............. ok
t/foreign/Method-Signatures-Simple/03-config.t .......... ok
t/foreign/Method-Signatures-Simple/RT80505.t ............ ok
t/foreign/Method-Signatures-Simple/RT80507.t ............ ok
t/foreign/Method-Signatures-Simple/RT80508.t ............ ok
t/foreign/Method-Signatures-Simple/RT80510.t ............ ok
t/foreign/Method-Signatures/anon.t ...................... ok
t/foreign/Method-Signatures/array_param.t ............... ok
t/foreign/Method-Signatures/at_underscore.t ............. ok
t/foreign/Method-Signatures/attributes.t ................ ok
t/foreign/Method-Signatures/begin.t ..................... ok
t/foreign/Method-Signatures/caller.t .................... ok
t/foreign/Method-Signatures/comments.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/into.t ...................... ok
t/foreign/Method-Signatures/invocant.t .................. ok
t/foreign/Method-Signatures/larna.t ..................... ok
t/foreign/Method-Signatures/method.t .................... ok
t/foreign/Method-Signatures/named.t ..................... ok
t/foreign/Method-Signatures/odd_number.t ................ ok
t/foreign/Method-Signatures/one_line.t .................. ok
t/foreign/Method-Signatures/optional.t .................. ok
t/foreign/Method-Signatures/paren_on_own_line.t ......... ok
t/foreign/Method-Signatures/paren_plus_open_block.t ..... ok
t/foreign/Method-Signatures/required.t .................. ok
t/foreign/Method-Signatures/slurpy.t .................... ok
t/foreign/Method-Signatures/syntax_errors.t ............. ok
t/foreign/Method-Signatures/too_many_args.t ............. ok
t/foreign/Method-Signatures/trailing_comma.t ............ ok
t/foreign/Method-Signatures/type_check.t ................ ok
t/foreign/Method-Signatures/typeload_moose.t ............ ok
t/foreign/Method-Signatures/typeload_notypes.t .......... ok
t/foreign/MooseX-Method-Signatures/attributes.t ......... ok
t/foreign/MooseX-Method-Signatures/caller.t ............. ok
t/foreign/MooseX-Method-Signatures/closure.t ............ ok
t/foreign/MooseX-Method-Signatures/errors.t ............. ok
t/foreign/MooseX-Method-Signatures/eval.t ............... ok
t/foreign/MooseX-Method-Signatures/list.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/precedence.t ......... ok
t/foreign/MooseX-Method-Signatures/sigs-optional.t ...... ok
t/foreign/MooseX-Method-Signatures/too_many_args.t ...... ok
t/foreign/MooseX-Method-Signatures/type_alias.t ......... ok
t/foreign/MooseX-Method-Signatures/types.t .............. ok
t/foreign/MooseX-Method-Signatures/undef_method_arg.t ... ok
t/foreign/MooseX-Method-Signatures/undef_method_arg2.t .. ok
t/foreign/perl/signatures.t ............................. ok
t/foreign/signatures/anon.t ............................. ok
t/foreign/signatures/basic.t ............................ ok
t/foreign/signatures/eval.t ............................. ok
t/foreign/signatures/proto.t ............................ ok
t/foreign/signatures/weird.t ............................ ok
t/gorn.t ................................................ ok
t/hueg.t ................................................ ok
t/imports.t ............................................. ok
t/info.t ................................................ ok
t/install.t ............................................. ok
t/invocant.t ............................................ ok
t/lexical.t ............................................. ok
t/lifetime.t ............................................ ok
t/lineno-torture.t ...................................... ok
t/lineno.t .............................................. ok
t/method_cache.t ........................................ ok
t/method_runtime.t ...................................... ok
t/name.t ................................................ ok
t/named_params.t ........................................ ok
t/precedence.t .......................................... ok
t/prototype.t ........................................... ok
t/recursion.t ........................................... ok
t/regress.t ............................................. ok
t/rename.t .............................................. ok
t/strict.t .............................................. ok
t/threads.t ............................................. skipped: threads required for testing threads
t/threads2.t ............................................ skipped: threads required for testing threads
t/types_auto.t .......................................... ok
t/types_caller.t ........................................ ok
t/types_custom.t ........................................ ok
t/types_custom_2.t ...................................... ok
t/types_custom_3.t ...................................... ok
t/types_custom_4.t ...................................... ok
t/types_moose.t ......................................... ok
t/types_moose_2.t ....................................... ok
t/types_moose_3.t ....................................... ok
t/types_moosex.t ........................................ ok
t/types_moosex_2.t ...................................... ok
t/types_msg.t ........................................... ok
t/types_parse.t ......................................... ok
t/unicode.t ............................................. ok
t/unicode2.t ............................................ ok
All tests successful.
Files=120, Tests=2790, 9 wallclock secs ( 0.39 usr 0.24 sys + 7.60 cusr 1.26 csys = 9.49 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
No requirements found
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
HARNESS_OPTIONS = j1:c
LANG = en_CA.UTF-8
NO_NETWORK_TESTING = 1
PATH = /Users/ether/.perlbrew/libs/26.3@std/bin:/Users/ether/perl5/perlbrew/bin:/Users/ether/perl5/perlbrew/perls/26.3/bin:/Users/ether/bin:/Users/ether/git/misc/install/aquavit/bin:/Users/ether/git/misc/install/generic/bin:/opt/local/bin:/opt/local/sbin:/Users/ether/git/git-hub/lib:/Users/ether/go/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/pkg/sbin:/opt/pkg/bin:/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin:/opt/local/lib/postgresql96/bin:/opt/local/share/git-core/contrib/workdir
PERL5LIB = /Users/ether/.perlbrew/libs/26.3@std/lib/perl5
PERLBREW_HOME = /Users/ether/.perlbrew
PERLBREW_LIB = std
PERLBREW_MANPATH = /Users/ether/.perlbrew/libs/26.3@std/man:/Users/ether/perl5/perlbrew/perls/26.3/man
PERLBREW_PATH = /Users/ether/.perlbrew/libs/26.3@std/bin:/Users/ether/perl5/perlbrew/bin:/Users/ether/perl5/perlbrew/perls/26.3/bin
PERLBREW_PERL = 26.3
PERLBREW_ROOT = /Users/ether/perl5/perlbrew
PERLBREW_SHELLRC_VERSION = 0.84
PERLBREW_VERSION = 0.84
PERLDOC = -oman
PERLDOC_PAGER = less -sicMr
PERL_AUTOINSTALL_PREFER_CPAN = 1
PERL_INSTALL_QUIET = 1
PERL_LOCAL_LIB_ROOT = /Users/ether/.perlbrew/libs/26.3@std
PERL_MB_OPT = --install_base /Users/ether/.perlbrew/libs/26.3@std
PERL_MM_OPT = INSTALL_BASE=/Users/ether/.perlbrew/libs/26.3@std
SHELL = /bin/bash
TERM = xterm-color
TMPDIR = /var/folders/86/sx0991yd4tz09kr0lvyzjpp80000gn/T/
Perl special variables (and OS-specific diagnostics, for MSWin32):
EGID = 20 20 12 61 79 80 81 98 33 100 204 250 395 398 399 701
EUID = 501
EXECUTABLE_NAME = /Users/ether/perl5/perlbrew/perls/26.3/bin/perl
GID = 20 20 12 61 79 80 81 98 33 100 204 250 395 398 399 701
UID = 501
Perl module toolchain versions installed:
Module Have
------------------- ----------
CPAN 2.18
CPAN::Meta 2.150010
Cwd 3.67
ExtUtils::CBuilder 0.280225
ExtUtils::Command 7.24
ExtUtils::Install 2.04
ExtUtils::MakeMaker 7.24
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.34
File::Spec 3.67
JSON 2.97001
JSON::PP 2.27400_02
Module::Build 0.4224
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.38
Test::More 1.302140
YAML 1.27
YAML::Syck n/a
version 0.9917
--
Summary of my perl5 (revision 5 version 26 subversion 3) configuration:
Platform:
osname=darwin
osvers=17.7.0
archname=darwin-2level
uname='darwin aquavit 17.7.0 darwin kernel version 17.7.0: wed oct 10 23:06:14 pdt 2018; root:xnu-4570.71.13~1release_x86_64 x86_64 '
config_args='-de -Dprefix=/Users/ether/perl5/perlbrew/perls/26.3 -Dman1dir=none -Dman3dir=none -Aeval:scriptdir=/Users/ether/perl5/perlbrew/perls/26.3/bin'
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 ='-fno-common -DPERL_DARWIN -mmacosx-version-min=10.13 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -I/opt/local/include -DPERL_USE_SAFE_PUTENV'
optimize='-O3'
cppflags='-fno-common -DPERL_DARWIN -mmacosx-version-min=10.13 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -I/opt/local/include'
ccversion=''
gccversion='4.2.1 Compatible Apple LLVM 10.0.0 (clang-1000.11.45.5)'
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 =' -mmacosx-version-min=10.13 -fstack-protector-strong -L/usr/local/lib -L/opt/local/lib'
libpth=/usr/local/lib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/lib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib /usr/lib /opt/local/lib
libs=-lpthread -lgdbm -ldbm -ldl -lm -lutil -lc
perllibs=-lpthread -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=' -mmacosx-version-min=10.13 -bundle -undefined dynamic_lookup -L/usr/local/lib -L/opt/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_SAFE_PUTENV
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
Locally applied patches:
Devel::PatchPerl 1.52
Built under darwin
Compiled at Nov 30 2018 08:59:28
%ENV:
PERL5LIB="/Users/ether/.perlbrew/libs/26.3@std/lib/perl5"
PERLBREW_HOME="/Users/ether/.perlbrew"
PERLBREW_LIB="std"
PERLBREW_MANPATH="/Users/ether/.perlbrew/libs/26.3@std/man:/Users/ether/perl5/perlbrew/perls/26.3/man"
PERLBREW_PATH="/Users/ether/.perlbrew/libs/26.3@std/bin:/Users/ether/perl5/perlbrew/bin:/Users/ether/perl5/perlbrew/perls/26.3/bin"
PERLBREW_PERL="26.3"
PERLBREW_ROOT="/Users/ether/perl5/perlbrew"
PERLBREW_SHELLRC_VERSION="0.84"
PERLBREW_VERSION="0.84"
PERLDOC="-oman"
PERLDOC_PAGER="less -sicMr"
PERL_AUTOINSTALL_PREFER_CPAN="1"
PERL_INSTALL_QUIET="1"
PERL_LOCAL_LIB_ROOT="/Users/ether/.perlbrew/libs/26.3@std"
PERL_MB_OPT="--install_base /Users/ether/.perlbrew/libs/26.3@std"
PERL_MM_OPT="INSTALL_BASE=/Users/ether/.perlbrew/libs/26.3@std"
@INC:
/Users/ether/.perlbrew/libs/26.3@std/lib/perl5/darwin-2level
/Users/ether/.perlbrew/libs/26.3@std/lib/perl5
/Users/ether/perl5/perlbrew/perls/26.3/lib/site_perl/5.26.3/darwin-2level
/Users/ether/perl5/perlbrew/perls/26.3/lib/site_perl/5.26.3
/Users/ether/perl5/perlbrew/perls/26.3/lib/5.26.3/darwin-2level
/Users/ether/perl5/perlbrew/perls/26.3/lib/5.26.3