XML-CanonicalizeXML v0.10 Perl 5 v5.8.9 darwin-thread-multi-2level
- Status
- Unknown
- From
- Nigel Horne
- Dist
-
XML-CanonicalizeXML v0.10
- Platform
- Perl 5 v5.8.9 darwin-thread-multi-2level
- Date
- 2018-02-11 05:52:38
- ID
- c401bf4c-0eef-11e8-9a04-0adbb04e1d2d
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 Stefan Zasada,
This is a computer-generated report for XML-CanonicalizeXML-0.10
on perl 5.8.9, 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':
cd canon && make
"/Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/bin/perl" "/Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/lib/5.8.9/ExtUtils/xsubpp" -typemap '/Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/lib/5.8.9/ExtUtils/typemap' CanonicalizeXML.xs > CanonicalizeXML.xsc
Running Mkbootstrap for CanonicalizeXML ()
cc -c -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -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 -O3 -DVERSION=\"\" -DXS_VERSION=\"\" "-I/Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/lib/5.8.9/darwin-thread-multi-2level/CORE" canon.c
chmod 644 "CanonicalizeXML.bs"
cp lib/XML/CanonicalizeXML.pm blib/lib/XML/CanonicalizeXML.pm
AutoSplitting blib/lib/XML/CanonicalizeXML.pm (blib/lib/auto/XML/CanonicalizeXML)
"/Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- CanonicalizeXML.bs blib/arch/auto/XML/CanonicalizeXML/CanonicalizeXML.bs 644
Please specify prototyping behavior for CanonicalizeXML.xs (see perlxs manual)
mv CanonicalizeXML.xsc CanonicalizeXML.c
cc -c -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2 -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 -O3 -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" "-I/Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/lib/5.8.9/darwin-thread-multi-2level/CORE" CanonicalizeXML.c
ar cr libcanon.a canon.o
ranlib libcanon.a
make[1]: Nothing to be done for `all'.
In file included from CanonicalizeXML.xs:5:
./ppport.h:4414:41: warning: this function declaration is not a prototype [-Wstrict-prototypes]
typedef OP* (CPERLscope(*Perl_ppaddr_t))(ARGSproto);
^
void
In file included from CanonicalizeXML.xs:10:
./const-c.inc:24:29: warning: unused parameter 'name' [-Wunused-parameter]
constant (pTHX_ const char *name, STRLEN len) {
^
./const-xs.inc:5:2: warning: unused variable 'targ' [-Wunused-variable]
dXSTARG; /* Faster if we have it. */
^
/Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/lib/5.8.9/darwin-thread-multi-2level/CORE/XSUB.h:142:28: note: expanded from macro 'dXSTARG'
#define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \
^
CanonicalizeXML.c:314:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
XSRETURN(1);
^
/Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/lib/5.8.9/darwin-thread-multi-2level/CORE/XSUB.h:271:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
CanonicalizeXML.c:329:11: warning: initializing 'char *' with an expression of type 'const char [18]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
char* file = __FILE__;
^ ~~~~~~~~
CanonicalizeXML.c:339:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
XS_VERSION_BOOTCHECK;
^
/Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/lib/5.8.9/darwin-thread-multi-2level/CORE/XSUB.h:291:16: note: expanded from macro 'XS_VERSION_BOOTCHECK'
STMT_START { \
^
CanonicalizeXML.c:345:23: warning: passing 'const char [31]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
newXS_deffile("XML::CanonicalizeXML::constant", XS_XML__CanonicalizeXML_constant);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CanonicalizeXML.c:160:47: note: expanded from macro 'newXS_deffile'
# define newXS_deffile(a,b) Perl_newXS(aTHX_ a,b,file)
^
/Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/lib/5.8.9/darwin-thread-multi-2level/CORE/proto.h:853:42: note: passing argument to parameter 'name' here
PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
^
CanonicalizeXML.c:346:23: warning: passing 'const char [35]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
newXS_deffile("XML::CanonicalizeXML::canonicalize", XS_XML__CanonicalizeXML_canonicalize);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CanonicalizeXML.c:160:47: note: expanded from macro 'newXS_deffile'
# define newXS_deffile(a,b) Perl_newXS(aTHX_ a,b,file)
^
/Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/lib/5.8.9/darwin-thread-multi-2level/CORE/proto.h:853:42: note: passing argument to parameter 'name' here
PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
^
CanonicalizeXML.c:352:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
XSRETURN_YES;
^
/Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/lib/5.8.9/darwin-thread-multi-2level/CORE/XSUB.h:283:35: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^
CanonicalizeXML.c:352:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
/Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/lib/5.8.9/darwin-thread-multi-2level/CORE/XSUB.h:283:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^
/Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/lib/5.8.9/darwin-thread-multi-2level/CORE/XSUB.h:271:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
10 warnings generated.
rm -f blib/arch/auto/XML/CanonicalizeXML/CanonicalizeXML.bundle
LD_RUN_PATH="/usr/lib" env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -L/usr/local/lib CanonicalizeXML.o -o blib/arch/auto/XML/CanonicalizeXML/CanonicalizeXML.bundle canon/libcanon.a \
-L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/lib -lxml2 -lz -lpthread -licucore -lm \
ld: warning: object file (CanonicalizeXML.o) was built for newer OSX version (10.12) than being linked (10.4)
ld: file not found: /usr/lib/system/libsystem_darwin.dylib for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [Makefile:485: blib/arch/auto/XML/CanonicalizeXML/CanonicalizeXML.bundle] Error 1
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
build_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.30
configure_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.30
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
HARNESS_OPTIONS = c:j3
LANG = en_US.UTF-8
LC_ALL = POSIX
PATH = /Users/hornenj/perl5/perlbrew/bin:/Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/bin:src/njh/smoker/bin:/Users/hornenj/bin:/usr/bin:/bin:/usr/X11R6/bin:/sw/bin
PERL = /Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/bin/perl
PERL5LIB = /Users/hornenj/.cpan/build/MooseX-Types-URI-0.08-41/blib/arch:/Users/hornenj/.cpan/build/MooseX-Types-URI-0.08-41/blib/lib:/Users/hornenj/.cpan/build/MooseX-Types-Common-0.001014-62/blib/arch:/Users/hornenj/.cpan/build/MooseX-Types-Common-0.001014-62/blib/lib:/Users/hornenj/.cpan/build/DateTime-Format-XSD-0.2-62/blib/arch:/Users/hornenj/.cpan/build/DateTime-Format-XSD-0.2-62/blib/lib:/Users/hornenj/.cpan/build/DateTime-Format-ISO8601-0.08-58/blib/arch:/Users/hornenj/.cpan/build/DateTime-Format-ISO8601-0.08-58/blib/lib:/Users/hornenj/.cpan/build/DateTime-Format-Builder-0.81-58/blib/arch:/Users/hornenj/.cpan/build/DateTime-Format-Builder-0.81-58/blib/lib:/Users/hornenj/.cpan/build/Class-Factory-Util-1.7-58/blib/arch:/Users/hornenj/.cpan/build/Class-Factory-Util-1.7-58/blib/lib:/Users/hornenj/.cpan/build/Crypt-OpenSSL-Bignum-0.09-62/blib/arch:/Users/hornenj/.cpan/build/Crypt-OpenSSL-Bignum-0.09-62/blib/lib:/Users/hornenj/.cpan/build/Dancer2-0.205002-66/blib/arch:/Users/hornenj/.cpan/build/Dancer2-0.205002-66/blib/lib:/Users/hornenj/.cpan/build/Type-Tiny-1.002001-59/blib/arch:/Users/hornenj/.cpan/build/Type-Tiny-1.002001-59/blib/lib:/Users/hornenj/.cpan/build/Template-Tiny-1.12-66/blib/arch:/Users/hornenj/.cpan/build/Template-Tiny-1.12-66/blib/lib:/Users/hornenj/.cpan/build/Return-MultiLevel-0.05-66/blib/arch:/Users/hornenj/.cpan/build/Return-MultiLevel-0.05-66/blib/lib:/Users/hornenj/.cpan/build/Data-Munge-0.097-66/blib/arch:/Users/hornenj/.cpan/build/Data-Munge-0.097-66/blib/lib:/Users/hornenj/.cpan/build/Ref-Util-0.203-26/blib/arch:/Users/hornenj/.cpan/build/Ref-Util-0.203-26/blib/lib:/Users/hornenj/.cpan/build/Ref-Util-XS-0.117-26/blib/arch:/Users/hornenj/.cpan/build/Ref-Util-XS-0.117-26/blib/lib:/Users/hornenj/.cpan/build/Plack-Middleware-RemoveRedundantBody-0.06-66/blib/arch:/Users/hornenj/.cpan/build/Plack-Middleware-RemoveRedundantBody-0.06-66/blib/lib:/Users/hornenj/.cpan/build/Plack-Middleware-FixMissingBodyInRedirect-0.12-66/blib/arch:/Users/hornenj/.cpan/build/Plack-Middleware-FixMissingBodyInRedirect-0.12-66/blib/lib:/Users/hornenj/.cpan/build/Hash-Merge-Simple-0.051-66/blib/arch:/Users/hornenj/.cpan/build/Hash-Merge-Simple-0.051-66/blib/lib:/Users/hornenj/.cpan/build/HTTP-XSCookies-0.000014-66/blib/arch:/Users/hornenj/.cpan/build/HTTP-XSCookies-0.000014-66/blib/lib:/Users/hornenj/.cpan/build/Config-Any-0.32-66/blib/arch:/Users/hornenj/.cpan/build/Config-Any-0.32-66/blib/lib:/Users/hornenj/.cpan/build/App-Cmd-0.331-66/blib/arch:/Users/hornenj/.cpan/build/App-Cmd-0.331-66/blib/lib:/Users/hornenj/.cpan/build/IO-TieCombine-1.005-66/blib/arch:/Users/hornenj/.cpan/build/IO-TieCombine-1.005-66/blib/lib:/Users/hornenj/.cpan/build/Crypt-JWT-0.020-66/blib/arch:/Users/hornenj/.cpan/build/Crypt-JWT-0.020-66/blib/lib:/Users/hornenj/.cpan/build/CryptX-0.057-65/blib/arch:/Users/hornenj/.cpan/build/CryptX-0.057-65/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 54873
PERL5_CPAN_IS_RUNNING = 54873
PERLBREW_HOME = /Users/hornenj/.perlbrew
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_SHELLRC_VERSION = 0.82
PERLBREW_VERSION = 0.82
SHELL = /bin/bash
TERM = xterm-256color
TMPDIR = /var/folders/pz/pd7y1qjs6s3cbk170cw50fjc000c61/T/
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.8.9/bin/perl
$UID/$EUID = 12481 / 12481
$GID = 14 14 5344 37191 527 12 62 98 204 399 206 37223 241 223 100
$EGID = 14 14 5344 37191 527 12 62 98 204 399 206 37223 241 223 100
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:
PERL="/Users/hornenj/perl5/perlbrew/perls/perl-5.8.9/bin/perl"
PERL5LIB="/Users/hornenj/.cpan/build/MooseX-Types-URI-0.08-41/blib/arch:/Users/hornenj/.cpan/build/MooseX-Types-URI-0.08-41/blib/lib:/Users/hornenj/.cpan/build/MooseX-Types-Common-0.001014-62/blib/arch:/Users/hornenj/.cpan/build/MooseX-Types-Common-0.001014-62/blib/lib:/Users/hornenj/.cpan/build/DateTime-Format-XSD-0.2-62/blib/arch:/Users/hornenj/.cpan/build/DateTime-Format-XSD-0.2-62/blib/lib:/Users/hornenj/.cpan/build/DateTime-Format-ISO8601-0.08-58/blib/arch:/Users/hornenj/.cpan/build/DateTime-Format-ISO8601-0.08-58/blib/lib:/Users/hornenj/.cpan/build/DateTime-Format-Builder-0.81-58/blib/arch:/Users/hornenj/.cpan/build/DateTime-Format-Builder-0.81-58/blib/lib:/Users/hornenj/.cpan/build/Class-Factory-Util-1.7-58/blib/arch:/Users/hornenj/.cpan/build/Class-Factory-Util-1.7-58/blib/lib:/Users/hornenj/.cpan/build/Crypt-OpenSSL-Bignum-0.09-62/blib/arch:/Users/hornenj/.cpan/build/Crypt-OpenSSL-Bignum-0.09-62/blib/lib:/Users/hornenj/.cpan/build/Dancer2-0.205002-66/blib/arch:/Users/hornenj/.cpan/build/Dancer2-0.205002-66/blib/lib:/Users/hornenj/.cpan/build/Type-Tiny-1.002001-59/blib/arch:/Users/hornenj/.cpan/build/Type-Tiny-1.002001-59/blib/lib:/Users/hornenj/.cpan/build/Template-Tiny-1.12-66/blib/arch:/Users/hornenj/.cpan/build/Template-Tiny-1.12-66/blib/lib:/Users/hornenj/.cpan/build/Return-MultiLevel-0.05-66/blib/arch:/Users/hornenj/.cpan/build/Return-MultiLevel-0.05-66/blib/lib:/Users/hornenj/.cpan/build/Data-Munge-0.097-66/blib/arch:/Users/hornenj/.cpan/build/Data-Munge-0.097-66/blib/lib:/Users/hornenj/.cpan/build/Ref-Util-0.203-26/blib/arch:/Users/hornenj/.cpan/build/Ref-Util-0.203-26/blib/lib:/Users/hornenj/.cpan/build/Ref-Util-XS-0.117-26/blib/arch:/Users/hornenj/.cpan/build/Ref-Util-XS-0.117-26/blib/lib:/Users/hornenj/.cpan/build/Plack-Middleware-RemoveRedundantBody-0.06-66/blib/arch:/Users/hornenj/.cpan/build/Plack-Middleware-RemoveRedundantBody-0.06-66/blib/lib:/Users/hornenj/.cpan/build/Plack-Middleware-FixMissingBodyInRedirect-0.12-66/blib/arch:/Users/hornenj/.cpan/build/Plack-Middleware-FixMissingBodyInRedirect-0.12-66/blib/lib:/Users/hornenj/.cpan/build/Hash-Merge-Simple-0.051-66/blib/arch:/Users/hornenj/.cpan/build/Hash-Merge-Simple-0.051-66/blib/lib:/Users/hornenj/.cpan/build/HTTP-XSCookies-0.000014-66/blib/arch:/Users/hornenj/.cpan/build/HTTP-XSCookies-0.000014-66/blib/lib:/Users/hornenj/.cpan/build/Config-Any-0.32-66/blib/arch:/Users/hornenj/.cpan/build/Config-Any-0.32-66/blib/lib:/Users/hornenj/.cpan/build/App-Cmd-0.331-66/blib/arch:/Users/hornenj/.cpan/build/App-Cmd-0.331-66/blib/lib:/Users/hornenj/.cpan/build/IO-TieCombine-1.005-66/blib/arch:/Users/hornenj/.cpan/build/IO-TieCombine-1.005-66/blib/lib:/Users/hornenj/.cpan/build/Crypt-JWT-0.020-66/blib/arch:/Users/hornenj/.cpan/build/Crypt-JWT-0.020-66/blib/lib:/Users/hornenj/.cpan/build/CryptX-0.057-65/blib/arch:/Users/hornenj/.cpan/build/CryptX-0.057-65/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="54873"
PERL5_CPAN_IS_RUNNING="54873"
PERLBREW_HOME="/Users/hornenj/.perlbrew"
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_SHELLRC_VERSION="0.82"
PERLBREW_VERSION="0.82"
@INC:
/Users/hornenj/.cpan/build/MooseX-Types-URI-0.08-41/blib/arch
/Users/hornenj/.cpan/build/MooseX-Types-URI-0.08-41/blib/lib
/Users/hornenj/.cpan/build/MooseX-Types-Common-0.001014-62/blib/arch
/Users/hornenj/.cpan/build/MooseX-Types-Common-0.001014-62/blib/lib
/Users/hornenj/.cpan/build/DateTime-Format-XSD-0.2-62/blib/arch
/Users/hornenj/.cpan/build/DateTime-Format-XSD-0.2-62/blib/lib
/Users/hornenj/.cpan/build/DateTime-Format-ISO8601-0.08-58/blib/arch
/Users/hornenj/.cpan/build/DateTime-Format-ISO8601-0.08-58/blib/lib
/Users/hornenj/.cpan/build/DateTime-Format-Builder-0.81-58/blib/arch
/Users/hornenj/.cpan/build/DateTime-Format-Builder-0.81-58/blib/lib
/Users/hornenj/.cpan/build/Class-Factory-Util-1.7-58/blib/arch
/Users/hornenj/.cpan/build/Class-Factory-Util-1.7-58/blib/lib
/Users/hornenj/.cpan/build/Crypt-OpenSSL-Bignum-0.09-62/blib/arch
/Users/hornenj/.cpan/build/Crypt-OpenSSL-Bignum-0.09-62/blib/lib
/Users/hornenj/.cpan/build/Dancer2-0.205002-66/blib/arch
/Users/hornenj/.cpan/build/Dancer2-0.205002-66/blib/lib
/Users/hornenj/.cpan/build/Type-Tiny-1.002001-59/blib/arch
/Users/hornenj/.cpan/build/Type-Tiny-1.002001-59/blib/lib
/Users/hornenj/.cpan/build/Template-Tiny-1.12-66/blib/arch
/Users/hornenj/.cpan/build/Template-Tiny-1.12-66/blib/lib
/Users/hornenj/.cpan/build/Return-MultiLevel-0.05-66/blib/arch
/Users/hornenj/.cpan/build/Return-MultiLevel-0.05-66/blib/lib
/Users/hornenj/.cpan/build/Data-Munge-0.097-66/blib/arch
/Users/hornenj/.cpan/build/Data-Munge-0.097-66/blib/lib
/Users/hornenj/.cpan/build/Ref-Util-0.203-26/blib/arch
/Users/hornenj/.cpan/build/Ref-Util-0.203-26/blib/lib
/Users/hornenj/.cpan/build/Ref-Util-XS-0.117-26/blib/arch
/Users/hornenj/.cpan/build/Ref-Util-XS-0.117-26/blib/lib
/Users/hornenj/.cpan/build/Plack-Middleware-RemoveRedundantBody-0.06-66/blib/arch
/Users/hornenj/.cpan/build/Plack-Middleware-RemoveRedundantBody-0.06-66/blib/lib
/Users/hornenj/.cpan/build/Plack-Middleware-FixMissingBodyInRedirect-0.12-66/blib/arch
/Users/hornenj/.cpan/build/Plack-Middleware-FixMissingBodyInRedirect-0.12-66/blib/lib
/Users/hornenj/.cpan/build/Hash-Merge-Simple-0.051-66/blib/arch
/Users/hornenj/.cpan/build/Hash-Merge-Simple-0.051-66/blib/lib
/Users/hornenj/.cpan/build/HTTP-XSCookies-0.000014-66/blib/arch
/Users/hornenj/.cpan/build/HTTP-XSCookies-0.000014-66/blib/lib
/Users/hornenj/.cpan/build/Config-Any-0.32-66/blib/arch
/Users/hornenj/.cpan/build/Config-Any-0.32-66/blib/lib
/Users/hornenj/.cpan/build/App-Cmd-0.331-66/blib/arch
/Users/hornenj/.cpan/build/App-Cmd-0.331-66/blib/lib
/Users/hornenj/.cpan/build/IO-TieCombine-1.005-66/blib/arch
/Users/hornenj/.cpan/build/IO-TieCombine-1.005-66/blib/lib
/Users/hornenj/.cpan/build/Crypt-JWT-0.020-66/blib/arch
/Users/hornenj/.cpan/build/Crypt-JWT-0.020-66/blib/lib
/Users/hornenj/.cpan/build/CryptX-0.057-65/blib/arch
/Users/hornenj/.cpan/build/CryptX-0.057-65/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
.