Alien-automake v0.14 Perl 5 v5.22.4 darwin-thread-multi-2level
- Status
- Unknown
- From
- Nigel Horne
- Dist
-
Alien-automake v0.14
- Platform
- Perl 5 v5.22.4 darwin-thread-multi-2level
- Date
- 2018-08-29 14:51:35
- ID
- 068fbec0-ab9b-11e8-a91f-26ec548d364c
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 Graham Ollis,
This is a computer-generated report for Alien-automake-0.14
on perl 5.22.4, created by CPAN-Reporter-1.2018.
Thank you for uploading your work to CPAN. However, attempting to
test your distribution gave an inconclusive result.
This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed. You may wish to consult the CPAN Testers Wiki:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
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 -j4 -j4':
cp lib/Alien/automake.pm blib/lib/Alien/automake.pm
"/Users/hornenj/perl5/perlbrew/perls/perl-5.22.4/bin/perl5.22.4" -MAlien::Build::MM=cmd -e prefix site /Users/hornenj/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/darwin-thread-multi-2level /Users/hornenj/perl5/perlbrew/perls/perl-5.22.4/lib/site_perl/5.22.4/darwin-thread-multi-2level
main> prefix /Users/hornenj/perl5/perlbrew/perls/perl-5.22.4/lib/site_perl/5.22.4/darwin-thread-multi-2level/auto/share/dist/Alien-automake
"/Users/hornenj/perl5/perlbrew/perls/perl-5.22.4/bin/perl5.22.4" -MAlien::Build::MM=cmd -e version 0.14
"/Users/hornenj/perl5/perlbrew/perls/perl-5.22.4/bin/perl5.22.4" -MAlien::Build::MM=cmd -e download
Alien::Build::Plugin::Core::Download> decoding html
Alien::Build::Plugin::Core::Download> candidate *http://ftp.gnu.org/gnu/automake/automake-1.16.1.tar.gz
Alien::Build::Plugin::Core::Download> candidate http://ftp.gnu.org/gnu/automake/automake-1.16.tar.gz
Alien::Build::Plugin::Core::Download> candidate http://ftp.gnu.org/gnu/automake/automake-1.15.1.tar.gz
Alien::Build::Plugin::Core::Download> candidate http://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz
Alien::Build::Plugin::Core::Download> candidate http://ftp.gnu.org/gnu/automake/automake-1.14.1.tar.gz
Alien::Build::Plugin::Core::Download> candidate http://ftp.gnu.org/gnu/automake/automake-1.14.tar.gz
Alien::Build::Plugin::Core::Download> candidate http://ftp.gnu.org/gnu/automake/automake-1.13.4.tar.gz
Alien::Build::Plugin::Core::Download> candidate http://ftp.gnu.org/gnu/automake/automake-1.13.3.tar.gz
Alien::Build::Plugin::Core::Download> candidate ...
Alien::Build::Plugin::Core::Download> setting version based on archive to 1.16.1
Alien::Build::Plugin::Core::Download> downloaded automake-1.16.1.tar.gz
"/Users/hornenj/perl5/perlbrew/perls/perl-5.22.4/bin/perl5.22.4" -MAlien::Build::MM=cmd -e build
Alien::Build::CommandSequence> + ./configure --prefix=/Users/hornenj/perl5/perlbrew/perls/perl-5.22.4/lib/site_perl/5.22.4/darwin-thread-multi-2level/auto/share/dist/Alien-automake --with-pic --disable-shared
configure: WARNING: unrecognized options: --with-pic, --disable-shared
configure: loading site script /var/folders/pz/pd7y1qjs6s3cbk170cw50fjc000c61/T/testwrapper.37951/esQ2woBYiq/config.site
checking whether make supports nested variables... yes
checking build system type... x86_64-apple-darwin17.7.0
checking host system type... x86_64-apple-darwin17.7.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /sw/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether ln -s works... yes
checking for perl... /Users/hornenj/perl5/perlbrew/perls/perl-5.22.4/bin/perl5.22.4
checking for tex... tex
checking for yacc... yacc
checking for lex... lex
checking whether autoconf is installed... yes
checking whether autoconf works... yes
checking whether autoconf is recent enough... yes
checking whether ln works... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
configure: will now look for a sturdy POSIX shell, for our testsuite
checking for sh... /bin/sh
checking for sh5... no
checking for dash... no
checking for ash... no
checking for bash... /bin/bash
checking for zsh... /bin/zsh
checking for ksh... /bin/ksh
checking for pdksh... no
checking whether /bin/sh supports $(cmd)... yes
checking whether /bin/sh supports $((expr))... yes
checking whether /bin/sh supports ${#var}... yes
checking whether /bin/sh supports ${var#glob} and ${var%glob}... yes
checking whether /bin/sh preserves exit traps with "set -e"... yes
checking whether /bin/sh can define exit traps in a shell function... yes
checking whether /bin/sh corrupts stderr with "set -x"... no
checking whether /bin/sh can return early from "dot-sourced" files... yes
checking whether /bin/sh supports alias named like shell builtins... yes
checking whether /bin/sh supports "test -e"... yes
configure: shell /bin/sh is good enough, stop looking
configure: will use /bin/sh as the testsuite shell
configure: will now look for generic compilers
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether cc understands -c and -o together... yes
checking for aCC... no
checking for FCC... no
checking for KCC... KCC
checking whether the C++ compiler works... no
configure: WARNING: C++ compiler cannot create executables
configure: tests requiring the C++ compiler will be skipped
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgfortran... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking for nagfor... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for g95... no
checking for gfortran... gfortran
checking whether the Fortran compiler works... yes
checking for Fortran compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran accepts -g... yes
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for g77... no
checking for gfortran... gfortran
checking whether the Fortran 77 compiler works... yes
checking for Fortran 77 compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
configure: will now look for GNU compilers
configure: cc is already a GNU C compiler
checking for g++... g++
configure: gfortran is already a GNU Fortran compiler
configure: gfortran is already a GNU Fortran 77 compiler
checking for gcj... gcj
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pre-inst-env
configure: WARNING: unrecognized options: --with-pic, --disable-shared
Alien::Build::CommandSequence> + make
GEN bin/automake
GEN bin/aclocal
GEN t/ax/shell-no-trail-bslash
GEN t/ax/cc-no-c-o
./config.status: fork: Resource temporarily unavailable
./config.status: fork: Resource temporarily unavailable
/bin/sh: fork: Resource temporarily unavailable
make[1]: *** [t/ax/shell-no-trail-bslash] Error 128
make[1]: *** Waiting for unfinished jobs....
external command failed at /Users/hornenj/.cpan/build/Alien-Build-1.48-11/blib/lib/Alien/Build/CommandSequence.pm line 87.
make: *** [Makefile:1010: _alien/mm/build] Error 2
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------------------------- -------- --------
Alien::Base 0.038 1.48
Alien::Build 0.25 1.48
perl 5.008001 5.022004
build_requires:
Module Need Have
------------------------------------- -------- --------
Alien::autoconf 0.05 0.14
Alien::Build 0.49 1.48
Alien::Build::MM 0.32 1.48
Alien::Build::Plugin::Build::Autoconf 0.47 1.48
Alien::m4 0.11 0.17
Archive::Tar 0 2.30
Config 0 5.022004
Env 0 1.04
ExtUtils::MakeMaker 6.52 7.34
HTML::LinkExtor 0 3.69
HTTP::Tiny 0.044 0.070
IO::Zlib 0 1.10
Path::Tiny 0.077 0.104
Sort::Versions 0 1.62
Test2::V0 0.000060 0.000072
Test::Alien 0 1.48
Test::More 0.94 1.302106
URI 0 1.71
URI::Escape 0 3.31
configure_requires:
Module Need Have
------------------------------------- -------- --------
Alien::Build 0.32 1.48
Alien::Build::MM 0.32 1.48
Alien::Build::Plugin::Build::MSYS 0.84 1.48
ExtUtils::MakeMaker 6.52 7.34
perl 5.008001 5.022004
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
HARNESS_OPTIONS = j4
LANG = en_US.UTF-8
LC_ALL = POSIX
NONINTERACTIVE_TESTING = 1
PATH = /Users/hornenj/perl5/perlbrew/bin:/Users/hornenj/perl5/perlbrew/perls/perl-5.22.4/bin:/Users/hornenj/homebrew/bin:/Users/hornenj/bin:/usr/bin:/bin:/usr/X11R6/bin:/sw/bin:/Users/hornenj/src/njh/smoker/bin
PERL = /Users/hornenj/perl5/perlbrew/perls/perl-5.22.4/bin/perl5.22.4
PERL5LIB = /Users/hornenj/.cpan/build/Alien-autoconf-0.14-11/blib/arch:/Users/hornenj/.cpan/build/Alien-autoconf-0.14-11/blib/lib:/Users/hornenj/.cpan/build/Alien-m4-0.17-11/blib/arch:/Users/hornenj/.cpan/build/Alien-m4-0.17-11/blib/lib:/Users/hornenj/.cpan/build/Alien-Build-1.48-11/blib/arch:/Users/hornenj/.cpan/build/Alien-Build-1.48-11/blib/lib:/Users/hornenj/.cpan/build/FFI-CheckLib-0.20-11/blib/arch:/Users/hornenj/.cpan/build/FFI-CheckLib-0.20-11/blib/lib:/Users/hornenj/.cpan/build/ExtUtils-ParseXS-3.35-0/blib/arch:/Users/hornenj/.cpan/build/ExtUtils-ParseXS-3.35-0/blib/lib:/Users/hornenj/.cpan/build/Slovo-2018.08.28-11/blib/arch:/Users/hornenj/.cpan/build/Slovo-2018.08.28-11/blib/lib:/Users/hornenj/.cpan/build/Role-Tiny-2.000006-6/blib/arch:/Users/hornenj/.cpan/build/Role-Tiny-2.000006-6/blib/lib:/Users/hornenj/.cpan/build/Mojolicious-Plugin-RoutesConfig-0.05-11/blib/arch:/Users/hornenj/.cpan/build/Mojolicious-Plugin-RoutesConfig-0.05-11/blib/lib:/Users/hornenj/.cpan/build/Mojolicious-Plugin-OpenAPI-1.30-11/blib/arch:/Users/hornenj/.cpan/build/Mojolicious-Plugin-OpenAPI-1.30-11/blib/lib:/Users/hornenj/.cpan/build/JSON-Validator-2.08-11/blib/arch:/Users/hornenj/.cpan/build/JSON-Validator-2.08-11/blib/lib:/Users/hornenj/.cpan/build/Mojolicious-Plugin-Authentication-1.33-11/blib/arch:/Users/hornenj/.cpan/build/Mojolicious-Plugin-Authentication-1.33-11/blib/lib:/Users/hornenj/.cpan/build/Mojo-SQLite-3.001-11/blib/arch:/Users/hornenj/.cpan/build/Mojo-SQLite-3.001-11/blib/lib:/Users/hornenj/.cpan/build/URI-db-0.19-11/blib/arch:/Users/hornenj/.cpan/build/URI-db-0.19-11/blib/lib:/Users/hornenj/.cpan/build/URI-Nested-0.10-11/blib/arch:/Users/hornenj/.cpan/build/URI-Nested-0.10-11/blib/lib:/Users/hornenj/.cpan/build/SQL-Abstract-1.86-11/blib/arch:/Users/hornenj/.cpan/build/SQL-Abstract-1.86-11/blib/lib:/Users/hornenj/.cpan/build/Hash-Merge-0.300-11/blib/arch:/Users/hornenj/.cpan/build/Hash-Merge-0.300-11/blib/lib:/Users/hornenj/.cpan/build/Clone-Choose-0.010-11/blib/arch:/Users/hornenj/.cpan/build/Clone-Choose-0.010-11/blib/lib:/Users/hornenj/.cpan/build/Mojolicious-7.93-10/blib/arch:/Users/hornenj/.cpan/build/Mojolicious-7.93-10/blib/lib:/Users/hornenj/.cpan/build/Cpanel-JSON-XS-4.06-5/blib/arch:/Users/hornenj/.cpan/build/Cpanel-JSON-XS-4.06-5/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 37965
PERL5_CPAN_IS_RUNNING = 37965
PERLBREW_HOME = /Users/hornenj/.perlbrew
PERLBREW_MANPATH = /Users/hornenj/perl5/perlbrew/perls/perl-5.22.4/man
PERLBREW_PATH = /Users/hornenj/perl5/perlbrew/bin:/Users/hornenj/perl5/perlbrew/perls/perl-5.22.4/bin
PERLBREW_PERL = perl-5.22.4
PERLBREW_ROOT = /Users/hornenj/perl5/perlbrew
PERLBREW_SHELLRC_VERSION = 0.84
PERLBREW_VERSION = 0.84
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = xterm-256color
TMPDIR = /var/folders/pz/pd7y1qjs6s3cbk170cw50fjc000c61/T//testwrapper.37951
VERSIONER_PERL_PREFER_32_BIT = no
VERSIONER_PERL_VERSION = 5.18
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /Users/hornenj/perl5/perlbrew/perls/perl-5.22.4/bin/perl5.22.4
$UID/$EUID = 12481 / 12481
$GID = 14 14 206 5344 37191 527 12 62 98 204 399 37223 241 223 100
$EGID = 14 14 206 5344 37191 527 12 62 98 204 399 37223 241 223 100
Perl module toolchain versions installed:
Module Have
------------------- ----------
CPAN 2.16
CPAN::Meta 2.150010
Cwd 3.74
ExtUtils::CBuilder 0.280221
ExtUtils::Command 7.34
ExtUtils::Install 2.06
ExtUtils::MakeMaker 7.34
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.35
File::Spec 3.74
JSON 2.97001
JSON::PP 2.27300_01
Module::Build 0.4224
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.35_01
Test::More 1.302106
YAML 1.26
YAML::Syck 1.30
version 0.9909
--
Summary of my perl5 (revision 5 version 22 subversion 4) configuration:
Platform:
osname=darwin, osvers=15.6.0, archname=darwin-thread-multi-2level
uname='darwin ncbimac2027 15.6.0 darwin kernel version 15.6.0: fri feb 17 10:21:18 pst 2017; root:xnu-3248.60.11.4.1~1release_x86_64 x86_64 '
config_args='-de -Dprefix=/Users/hornenj/perl5/perlbrew/perls/perl-5.22.4 -Duseithreads -Dusemultiplicity -Dusedevel -Accflags=-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -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 -ftree-vectorize -mmmx -msse -mfpmath=sse -msse2 -msse3 -msse4.1 -msse4.2 -fdiagnostics-color=auto -mtune=native -march=native -I/Users/hornenj/openssl/include -Acc=cc -Aeval:scriptdir=/Users/hornenj/perl5/perlbrew/perls/perl-5.22.4/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 ='-fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -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 -ftree-vectorize -mmmx -msse -mfpmath=sse -msse2 -msse3 -msse4.1 -msse4.2 -fdiagnostics-color=auto -mtune=native -march=native -I/Users/hornenj/openssl/include -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include',
optimize='-O3',
cppflags='-fno-common -DPERL_DARWIN -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -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 -ftree-vectorize -mmmx -msse -mfpmath=sse -msse2 -msse3 -msse4.1 -msse4.2 -fdiagnostics-color=auto -mtune=native -march=native -I/Users/hornenj/openssl/include -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include'
ccversion='', gccversion='4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)', 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='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags =' -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/local/lib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib /usr/lib
libs=-lpthread -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=' -bundle -undefined dynamic_lookup -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
PERL_USE_DEVEL 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
Locally applied patches:
Devel::PatchPerl 1.30
Built under darwin
Compiled at Jul 17 2017 13:10:17
%ENV:
PERL="/Users/hornenj/perl5/perlbrew/perls/perl-5.22.4/bin/perl5.22.4"
PERL5LIB="/Users/hornenj/.cpan/build/Alien-autoconf-0.14-11/blib/arch:/Users/hornenj/.cpan/build/Alien-autoconf-0.14-11/blib/lib:/Users/hornenj/.cpan/build/Alien-m4-0.17-11/blib/arch:/Users/hornenj/.cpan/build/Alien-m4-0.17-11/blib/lib:/Users/hornenj/.cpan/build/Alien-Build-1.48-11/blib/arch:/Users/hornenj/.cpan/build/Alien-Build-1.48-11/blib/lib:/Users/hornenj/.cpan/build/FFI-CheckLib-0.20-11/blib/arch:/Users/hornenj/.cpan/build/FFI-CheckLib-0.20-11/blib/lib:/Users/hornenj/.cpan/build/ExtUtils-ParseXS-3.35-0/blib/arch:/Users/hornenj/.cpan/build/ExtUtils-ParseXS-3.35-0/blib/lib:/Users/hornenj/.cpan/build/Slovo-2018.08.28-11/blib/arch:/Users/hornenj/.cpan/build/Slovo-2018.08.28-11/blib/lib:/Users/hornenj/.cpan/build/Role-Tiny-2.000006-6/blib/arch:/Users/hornenj/.cpan/build/Role-Tiny-2.000006-6/blib/lib:/Users/hornenj/.cpan/build/Mojolicious-Plugin-RoutesConfig-0.05-11/blib/arch:/Users/hornenj/.cpan/build/Mojolicious-Plugin-RoutesConfig-0.05-11/blib/lib:/Users/hornenj/.cpan/build/Mojolicious-Plugin-OpenAPI-1.30-11/blib/arch:/Users/hornenj/.cpan/build/Mojolicious-Plugin-OpenAPI-1.30-11/blib/lib:/Users/hornenj/.cpan/build/JSON-Validator-2.08-11/blib/arch:/Users/hornenj/.cpan/build/JSON-Validator-2.08-11/blib/lib:/Users/hornenj/.cpan/build/Mojolicious-Plugin-Authentication-1.33-11/blib/arch:/Users/hornenj/.cpan/build/Mojolicious-Plugin-Authentication-1.33-11/blib/lib:/Users/hornenj/.cpan/build/Mojo-SQLite-3.001-11/blib/arch:/Users/hornenj/.cpan/build/Mojo-SQLite-3.001-11/blib/lib:/Users/hornenj/.cpan/build/URI-db-0.19-11/blib/arch:/Users/hornenj/.cpan/build/URI-db-0.19-11/blib/lib:/Users/hornenj/.cpan/build/URI-Nested-0.10-11/blib/arch:/Users/hornenj/.cpan/build/URI-Nested-0.10-11/blib/lib:/Users/hornenj/.cpan/build/SQL-Abstract-1.86-11/blib/arch:/Users/hornenj/.cpan/build/SQL-Abstract-1.86-11/blib/lib:/Users/hornenj/.cpan/build/Hash-Merge-0.300-11/blib/arch:/Users/hornenj/.cpan/build/Hash-Merge-0.300-11/blib/lib:/Users/hornenj/.cpan/build/Clone-Choose-0.010-11/blib/arch:/Users/hornenj/.cpan/build/Clone-Choose-0.010-11/blib/lib:/Users/hornenj/.cpan/build/Mojolicious-7.93-10/blib/arch:/Users/hornenj/.cpan/build/Mojolicious-7.93-10/blib/lib:/Users/hornenj/.cpan/build/Cpanel-JSON-XS-4.06-5/blib/arch:/Users/hornenj/.cpan/build/Cpanel-JSON-XS-4.06-5/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="37965"
PERL5_CPAN_IS_RUNNING="37965"
PERLBREW_HOME="/Users/hornenj/.perlbrew"
PERLBREW_MANPATH="/Users/hornenj/perl5/perlbrew/perls/perl-5.22.4/man"
PERLBREW_PATH="/Users/hornenj/perl5/perlbrew/bin:/Users/hornenj/perl5/perlbrew/perls/perl-5.22.4/bin"
PERLBREW_PERL="perl-5.22.4"
PERLBREW_ROOT="/Users/hornenj/perl5/perlbrew"
PERLBREW_SHELLRC_VERSION="0.84"
PERLBREW_VERSION="0.84"
PERL_MM_USE_DEFAULT="1"
@INC:
/Users/hornenj/.cpan/build/Alien-autoconf-0.14-11/blib/arch
/Users/hornenj/.cpan/build/Alien-autoconf-0.14-11/blib/lib
/Users/hornenj/.cpan/build/Alien-m4-0.17-11/blib/arch
/Users/hornenj/.cpan/build/Alien-m4-0.17-11/blib/lib
/Users/hornenj/.cpan/build/Alien-Build-1.48-11/blib/arch
/Users/hornenj/.cpan/build/Alien-Build-1.48-11/blib/lib
/Users/hornenj/.cpan/build/FFI-CheckLib-0.20-11/blib/arch
/Users/hornenj/.cpan/build/FFI-CheckLib-0.20-11/blib/lib
/Users/hornenj/.cpan/build/ExtUtils-ParseXS-3.35-0/blib/arch
/Users/hornenj/.cpan/build/ExtUtils-ParseXS-3.35-0/blib/lib
/Users/hornenj/.cpan/build/Slovo-2018.08.28-11/blib/arch
/Users/hornenj/.cpan/build/Slovo-2018.08.28-11/blib/lib
/Users/hornenj/.cpan/build/Role-Tiny-2.000006-6/blib/arch
/Users/hornenj/.cpan/build/Role-Tiny-2.000006-6/blib/lib
/Users/hornenj/.cpan/build/Mojolicious-Plugin-RoutesConfig-0.05-11/blib/arch
/Users/hornenj/.cpan/build/Mojolicious-Plugin-RoutesConfig-0.05-11/blib/lib
/Users/hornenj/.cpan/build/Mojolicious-Plugin-OpenAPI-1.30-11/blib/arch
/Users/hornenj/.cpan/build/Mojolicious-Plugin-OpenAPI-1.30-11/blib/lib
/Users/hornenj/.cpan/build/JSON-Validator-2.08-11/blib/arch
/Users/hornenj/.cpan/build/JSON-Validator-2.08-11/blib/lib
/Users/hornenj/.cpan/build/Mojolicious-Plugin-Authentication-1.33-11/blib/arch
/Users/hornenj/.cpan/build/Mojolicious-Plugin-Authentication-1.33-11/blib/lib
/Users/hornenj/.cpan/build/Mojo-SQLite-3.001-11/blib/arch
/Users/hornenj/.cpan/build/Mojo-SQLite-3.001-11/blib/lib
/Users/hornenj/.cpan/build/URI-db-0.19-11/blib/arch
/Users/hornenj/.cpan/build/URI-db-0.19-11/blib/lib
/Users/hornenj/.cpan/build/URI-Nested-0.10-11/blib/arch
/Users/hornenj/.cpan/build/URI-Nested-0.10-11/blib/lib
/Users/hornenj/.cpan/build/SQL-Abstract-1.86-11/blib/arch
/Users/hornenj/.cpan/build/SQL-Abstract-1.86-11/blib/lib
/Users/hornenj/.cpan/build/Hash-Merge-0.300-11/blib/arch
/Users/hornenj/.cpan/build/Hash-Merge-0.300-11/blib/lib
/Users/hornenj/.cpan/build/Clone-Choose-0.010-11/blib/arch
/Users/hornenj/.cpan/build/Clone-Choose-0.010-11/blib/lib
/Users/hornenj/.cpan/build/Mojolicious-7.93-10/blib/arch
/Users/hornenj/.cpan/build/Mojolicious-7.93-10/blib/lib
/Users/hornenj/.cpan/build/Cpanel-JSON-XS-4.06-5/blib/arch
/Users/hornenj/.cpan/build/Cpanel-JSON-XS-4.06-5/blib/lib
/Users/hornenj/perl5/perlbrew/perls/perl-5.22.4/lib/site_perl/5.22.4/darwin-thread-multi-2level
/Users/hornenj/perl5/perlbrew/perls/perl-5.22.4/lib/site_perl/5.22.4
/Users/hornenj/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4/darwin-thread-multi-2level
/Users/hornenj/perl5/perlbrew/perls/perl-5.22.4/lib/5.22.4
.