Report for AnyEvent-HTTP-LWP-UserAgent-0.10

Back
From: metabase:user:30f4dfbe-2aae-11df-837a-5e0a49663a4f
Subject: FAIL AnyEvent-HTTP-LWP-UserAgent-0.10 v5.14.3 Mac OS X
Date: 2015-05-04T17:47:44Z

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 Yasutaka ATARASHI,

This is a computer-generated report for AnyEvent-HTTP-LWP-UserAgent-0.10
on perl 5.14.3, created by CPAN-Reporter-1.2014.

Thank you for uploading your work to CPAN.  However, there was a problem
testing your distribution.

If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:

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

PERL_DL_NONLAZY=1 "/Users/hornenj/perl5/perlbrew/perls/perl-5.14.3/bin/perl5.14.3" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

#   Failed test at t/async.t line 85.

#   Failed test 'POST: $ua->cookie_jar set'
#   at t/async.t line 86.
#                   ''
#     doesn't match '(?^:test=abc)'

#   Failed test 'POST: $res->base set'
#   at t/async.t line 87.
#          got: 'http://localhost:51237/'
#     expected: 'http://www.example.com/'

#   Failed test at t/async.t line 85.

#   Failed test 'PUT: $ua->cookie_jar set'
#   at t/async.t line 86.
#                   ''
#     doesn't match '(?^:test=abc)'

#   Failed test 'PUT: $res->base set'
#   at t/async.t line 87.
#          got: 'http://localhost:51237/'
#     expected: 'http://www.example.com/'

#   Failed test at t/async.t line 85.

#   Failed test 'DELETE: $ua->cookie_jar set'
#   at t/async.t line 86.
#                   ''
#     doesn't match '(?^:test=abc)'

#   Failed test 'DELETE: $res->base set'
#   at t/async.t line 87.
#          got: 'http://localhost:51237/'
#     expected: 'http://www.example.com/'

#   Failed test at t/async.t line 85.

#   Failed test 'GET: $ua->cookie_jar set'
#   at t/async.t line 86.
#                   ''
#     doesn't match '(?^:test=abc)'

#   Failed test 'GET: $res->base set'
#   at t/async.t line 87.
#          got: 'http://localhost:51237/'
#     expected: 'http://www.example.com/'

#   Failed test at t/async.t line 85.

#   Failed test 'HEAD: $ua->cookie_jar set'
#   at t/async.t line 86.
#                   ''
#     doesn't match '(?^:test=abc)'
# Looks like you failed 14 tests of 14.
t/async.t .................. 
Dubious, test returned 14 (wstat 3584, 0xe00)
Failed 14/14 subtests 

#   Failed test at t/callbacks.t line 47.

#   Failed test '$ua->cookie_jar set'
#   at t/callbacks.t line 48.
#                   ''
#     doesn't match '(?^:test=abc)'

#   Failed test '$res->base set'
#   at t/callbacks.t line 49.
#          got: 'http://localhost:50938/'
#     expected: 'http://www.example.com/'
# Looks like you failed 3 tests of 3.
t/callbacks.t .............. 
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/3 subtests 
t/invalid_host.t ........... ok
t/main.t ................... ok
t/release-pod-syntax.t ..... skipped: these tests are for release candidate testing

#   Failed test at t/request_content_ref.t line 62.

#   Failed test '$ua->cookie_jar set'
#   at t/request_content_ref.t line 63.
#                   ''
#     doesn't match '(?^:test=abc)'

#   Failed test '$res->base set'
#   at t/request_content_ref.t line 64.
#          got: 'http://localhost:50790/'
#     expected: 'http://www.example.com/'

#   Failed test 'content'
#   at t/request_content_ref.t line 65.
#                   '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
# <html><head>
# <meta http-equiv="Content-Type" CONTENT="text/html; charset=utf-8">
# <title>ERROR: The requested URL could not be retrieved</title>
# <style type="text/css"><!-- 
#  /*
#  Stylesheet for Squid Error pages
#  Adapted from design by Free CSS Templates
#  http://www.freecsstemplates.org
#  Released for free under a Creative Commons Attribution 2.5 License
# */
# 
# /* Page basics */
# * {
# 	font-family: verdana, sans-serif;
# }
# 
# html body {
# 	margin: 0;
# 	padding: 0;
# 	background: #efefef;
# 	font-size: 12px;
# 	color: #1e1e1e;
# }
# 
# /* Page displayed title area */
# #titles {
# 	margin-left: 15px;
# 	padding: 10px;
# 	padding-left: 100px;
# 	background: url('http://www.squid-cache.org/Artwork/SN.png') no-repeat left;
# }
# 
# /* initial title */
# #titles h1 {
# 	color: #000000;
# }
# #titles h2 {
# 	color: #000000;
# }
# 
# /* special event: FTP success page titles */
# #titles ftpsuccess {
# 	background-color:#00ff00;
# 	width:100%;
# }
# 
# /* Page displayed body content area */
# #content {
# 	padding: 10px;
# 	background: #ffffff;
# }
# 
# /* General text */
# p {
# }
# 
# /* error brief description */
# #error p {
# }
# 
# /* some data which may have caused the problem */
# #data {
# }
# 
# /* the error message received from the system or other software */
# #sysmsg {
# }
# 
# pre {
#     font-family:sans-serif;
# }
# 
# /* special event: FTP / Gopher directory listing */
# #dirmsg {
#     font-family: courier;
#     color: black;
#     font-size: 10pt;
# }
# #dirlisting {
#     margin-left: 2%;
#     margin-right: 2%;
# }
# #dirlisting tr.entry td.icon,td.filename,td.size,td.date {
#     border-bottom: groove;
# }
# #dirlisting td.size {
#     width: 50px;
#     text-align: right;
#     padding-right: 5px;
# }
# 
# /* horizontal lines */
# hr {
# 	margin: 0;
# }
# 
# /* page displayed footer area */
# #footer {
# 	font-size: 9px;
# 	padding-left: 10px;
# }
# 
# 
# body
# :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
# :lang(he) { direction: rtl; float: right; }
#  --></style>
# </head><body>
# <div id="titles">
# <h1>ERROR</h1>
# <h2>The requested URL could not be retrieved</h2>
# </div>
# <hr>
# 
# <div id="content">
# <p>The following error was encountered while trying to retrieve the URL: <a href="http://localhost.ncbi.nlm.nih.gov:50790/">http://localhost.ncbi.nlm.nih.gov:50790/</a></p>
# 
# <blockquote id="error">
# <p><b>Connection to 127.0.0.1 failed.</b></p>
# </blockquote>
# 
# <p id="sysmsg">The system returned: <i>(111) Connection refused</i></p>
# 
# <p>The remote host or network may be down. Please try the request again.</p>
# 
# <p>Your cache administrator is <a href="mailto:systems@ncbi.nlm.nih.gov?subject=CacheErrorInfo%20-%20ERR_CONNECT_FAIL&amp;body=CacheHost%3A%20calamari2%0D%0AErrPage%3A%20ERR_CONNECT_FAIL%0D%0AErr%3A%20(111)%20Connection%20refused%0D%0ATimeStamp%3A%20Mon,%2004%20May%202015%2017%3A47%3A42%20GMT%0D%0A%0D%0AClientIP%3A%20130.14.12.27%0D%0AServerIP%3A%20127.0.0.1%0D%0A%0D%0AHTTP%20Request%3A%0D%0APUT%20%2F%20HTTP%2F1.1%0AUser-Agent%3A%20libwww-perl%2F6.13%0D%0AConnection%3A%20close,%20Te%0D%0AContent-Type%3A%20text%2Fplain%0D%0ATE%3A%20trailers%0D%0AContent-Length%3A%2016%0D%0AReferer%3A%20http%3A%2F%2Flocalhost%3A50790%2F%0D%0AHost%3A%20localhost%3A50790%0D%0A%0D%0A%0D%0A">systems@ncbi.nlm.nih.gov</a>.</p>
# 
# <br>
# </div>
# 
# <hr>
# <div id="footer">
# <p>Generated Mon, 04 May 2015 17:47:42 GMT by calamari2 (squid/3.1.10)</p>
# <!-- ERR_CONNECT_FAIL -->
# </div>
# </body></html>
# '
#     doesn't match '(?^:<p>This is content\.</p>)'
# Looks like you failed 4 tests of 4.
t/request_content_ref.t .... 
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/4 subtests 

#   Failed test 'is_success'
#   at t/response_content_cb.t line 67.

#   Failed test '$ua->cookie_jar set'
#   at t/response_content_cb.t line 68.
#                   ''
#     doesn't match '(?^:test=abc)'

#   Failed test 'empty content'
#   at t/response_content_cb.t line 69.
#          got: '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
# <html><head>
# <meta http-equiv="Content-Type" CONTENT="text/html; charset=utf-8">
# <title>ERROR: The requested URL could not be retrieved</title>
# <style type="text/css"><!-- 
#  /*
#  Stylesheet for Squid Error pages
#  Adapted from design by Free CSS Templates
#  http://www.freecsstemplates.org
#  Released for free under a Creative Commons Attribution 2.5 License
# */
# 
# /* Page basics */
# * {
# 	font-family: verdana, sans-serif;
# }
# 
# html body {
# 	margin: 0;
# 	padding: 0;
# 	background: #efefef;
# 	font-size: 12px;
# 	color: #1e1e1e;
# }
# 
# /* Page displayed title area */
# #titles {
# 	margin-left: 15px;
# 	padding: 10px;
# 	padding-left: 100px;
# 	background: url('http://www.squid-cache.org/Artwork/SN.png') no-repeat left;
# }
# 
# /* initial title */
# #titles h1 {
# 	color: #000000;
# }
# #titles h2 {
# 	color: #000000;
# }
# 
# /* special event: FTP success page titles */
# #titles ftpsuccess {
# 	background-color:#00ff00;
# 	width:100%;
# }
# 
# /* Page displayed body content area */
# #content {
# 	padding: 10px;
# 	background: #ffffff;
# }
# 
# /* General text */
# p {
# }
# 
# /* error brief description */
# #error p {
# }
# 
# /* some data which may have caused the problem */
# #data {
# }
# 
# /* the error message received from the system or other software */
# #sysmsg {
# }
# 
# pre {
#     font-family:sans-serif;
# }
# 
# /* special event: FTP / Gopher directory listing */
# #dirmsg {
#     font-family: courier;
#     color: black;
#     font-size: 10pt;
# }
# #dirlisting {
#     margin-left: 2%;
#     margin-right: 2%;
# }
# #dirlisting tr.entry td.icon,td.filename,td.size,td.date {
#     border-bottom: groove;
# }
# #dirlisting td.size {
#     width: 50px;
#     text-align: right;
#     padding-right: 5px;
# }
# 
# /* horizontal lines */
# hr {
# 	margin: 0;
# }
# 
# /* page displayed footer area */
# #footer {
# 	font-size: 9px;
# 	padding-left: 10px;
# }
# 
# 
# body
# :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
# :lang(he) { direction: rtl; float: right; }
#  --></style>
# </head><body>
# <div id="titles">
# <h1>ERROR</h1>
# <h2>The requested URL could not be retrieved</h2>
# </div>
# <hr>
# 
# <div id="content">
# <p>The following error was encountered while trying to retrieve the URL: <a href="http://localhost.ncbi.nlm.nih.gov:50822/">http://localhost.ncbi.nlm.nih.gov:50822/</a></p>
# 
# <blockquote id="error">
# <p><b>Connection to 127.0.0.1 failed.</b></p>
# </blockquote>
# 
# <p id="sysmsg">The system returned: <i>(111) Connection refused</i></p>
# 
# <p>The remote host or network may be down. Please try the request again.</p>
# 
# <p>Your cache administrator is <a href="mailto:systems@ncbi.nlm.nih.gov?subject=CacheErrorInfo%20-%20ERR_CONNECT_FAIL&amp;body=CacheHost%3A%20calamari2%0D%0AErrPage%3A%20ERR_CONNECT_FAIL%0D%0AErr%3A%20(111)%20Connection%20refused%0D%0ATimeStamp%3A%20Mon,%2004%20May%202015%2017%3A47%3A42%20GMT%0D%0A%0D%0AClientIP%3A%20130.14.12.27%0D%0AServerIP%3A%20127.0.0.1%0D%0A%0D%0AHTTP%20Request%3A%0D%0AGET%20%2F%20HTTP%2F1.1%0AUser-Agent%3A%20libwww-perl%2F6.13%0D%0AConnection%3A%20close,%20Te%0D%0ATE%3A%20trailers%0D%0AReferer%3A%20http%3A%2F%2Flocalhost%3A50822%2F%0D%0AHost%3A%20localhost%3A50822%0D%0A%0D%0A%0D%0A">systems@ncbi.nlm.nih.gov</a>.</p>
# 
# <br>
# </div>
# 
# <hr>
# <div id="footer">
# <p>Generated Mon, 04 May 2015 17:47:42 GMT by calamari2 (squid/3.1.10)</p>
# <!-- ERR_CONNECT_FAIL -->
# </div>
# </body></html>
# '
#     expected: ''

#   Failed test 'valid callback'
#   at t/response_content_cb.t line 70.
#                   ''
#     doesn't match '(?^:<p>blahblahblha</p>)'

#   Failed test 'is_success when client died'
#   at t/response_content_cb.t line 75.

#   Failed test '$ua->cookie_jar set when client died'
#   at t/response_content_cb.t line 76.
#                   ''
#     doesn't match '(?^:test=abc)'

#   Failed test 'empty content when client died'
#   at t/response_content_cb.t line 77.
#          got: '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
# <html><head>
# <meta http-equiv="Content-Type" CONTENT="text/html; charset=utf-8">
# <title>ERROR: The requested URL could not be retrieved</title>
# <style type="text/css"><!-- 
#  /*
#  Stylesheet for Squid Error pages
#  Adapted from design by Free CSS Templates
#  http://www.freecsstemplates.org
#  Released for free under a Creative Commons Attribution 2.5 License
# */
# 
# /* Page basics */
# * {
# 	font-family: verdana, sans-serif;
# }
# 
# html body {
# 	margin: 0;
# 	padding: 0;
# 	background: #efefef;
# 	font-size: 12px;
# 	color: #1e1e1e;
# }
# 
# /* Page displayed title area */
# #titles {
# 	margin-left: 15px;
# 	padding: 10px;
# 	padding-left: 100px;
# 	background: url('http://www.squid-cache.org/Artwork/SN.png') no-repeat left;
# }
# 
# /* initial title */
# #titles h1 {
# 	color: #000000;
# }
# #titles h2 {
# 	color: #000000;
# }
# 
# /* special event: FTP success page titles */
# #titles ftpsuccess {
# 	background-color:#00ff00;
# 	width:100%;
# }
# 
# /* Page displayed body content area */
# #content {
# 	padding: 10px;
# 	background: #ffffff;
# }
# 
# /* General text */
# p {
# }
# 
# /* error brief description */
# #error p {
# }
# 
# /* some data which may have caused the problem */
# #data {
# }
# 
# /* the error message received from the system or other software */
# #sysmsg {
# }
# 
# pre {
#     font-family:sans-serif;
# }
# 
# /* special event: FTP / Gopher directory listing */
# #dirmsg {
#     font-family: courier;
#     color: black;
#     font-size: 10pt;
# }
# #dirlisting {
#     margin-left: 2%;
#     margin-right: 2%;
# }
# #dirlisting tr.entry td.icon,td.filename,td.size,td.date {
#     border-bottom: groove;
# }
# #dirlisting td.size {
#     width: 50px;
#     text-align: right;
#     padding-right: 5px;
# }
# 
# /* horizontal lines */
# hr {
# 	margin: 0;
# }
# 
# /* page displayed footer area */
# #footer {
# 	font-size: 9px;
# 	padding-left: 10px;
# }
# 
# 
# body
# :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
# :lang(he) { direction: rtl; float: right; }
#  --></style>
# </head><body>
# <div id="titles">
# <h1>ERROR</h1>
# <h2>The requested URL could not be retrieved</h2>
# </div>
# <hr>
# 
# <div id="content">
# <p>The following error was encountered while trying to retrieve the URL: <a href="http://localhost.ncbi.nlm.nih.gov:50822/">http://localhost.ncbi.nlm.nih.gov:50822/</a></p>
# 
# <blockquote id="error">
# <p><b>Connection to 127.0.0.1 failed.</b></p>
# </blockquote>
# 
# <p id="sysmsg">The system returned: <i>(111) Connection refused</i></p>
# 
# <p>The remote host or network may be down. Please try the request again.</p>
# 
# <p>Your cache administrator is <a href="mailto:systems@ncbi.nlm.nih.gov?subject=CacheErrorInfo%20-%20ERR_CONNECT_FAIL&amp;body=CacheHost%3A%20calamari2%0D%0AErrPage%3A%20ERR_CONNECT_FAIL%0D%0AErr%3A%20(111)%20Connection%20refused%0D%0ATimeStamp%3A%20Mon,%2004%20May%202015%2017%3A47%3A42%20GMT%0D%0A%0D%0AClientIP%3A%20130.14.12.27%0D%0AServerIP%3A%20127.0.0.1%0D%0A%0D%0AHTTP%20Request%3A%0D%0AGET%20%2F%20HTTP%2F1.1%0AUser-Agent%3A%20libwww-perl%2F6.13%0D%0AConnection%3A%20close,%20Te%0D%0ATE%3A%20trailers%0D%0AReferer%3A%20http%3A%2F%2Flocalhost%3A50822%2F%0D%0AHost%3A%20localhost%3A50822%0D%0A%0D%0A%0D%0A">systems@ncbi.nlm.nih.gov</a>.</p>
# 
# <br>
# </div>
# 
# <hr>
# <div id="footer">
# <p>Generated Mon, 04 May 2015 17:47:42 GMT by calamari2 (squid/3.1.10)</p>
# <!-- ERR_CONNECT_FAIL -->
# </div>
# </body></html>
# '
#     expected: ''

#   Failed test 'X-Died: when client died'
#   at t/response_content_cb.t line 78.
#                   undef
#     doesn't match '(?^:Died by client)'

#   Failed test 'Client-Aborted: when client died'
#   at t/response_content_cb.t line 79.
#                   undef
#     doesn't match '(?^:die)'

#   Failed test 'content when error'
#   at t/response_content_cb.t line 87.
#          got: '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
# <html><head>
# <meta http-equiv="Content-Type" CONTENT="text/html; charset=utf-8">
# <title>ERROR: The requested URL could not be retrieved</title>
# <style type="text/css"><!-- 
#  /*
#  Stylesheet for Squid Error pages
#  Adapted from design by Free CSS Templates
#  http://www.freecsstemplates.org
#  Released for free under a Creative Commons Attribution 2.5 License
# */
# 
# /* Page basics */
# * {
# 	font-family: verdana, sans-serif;
# }
# 
# html body {
# 	margin: 0;
# 	padding: 0;
# 	background: #efefef;
# 	font-size: 12px;
# 	color: #1e1e1e;
# }
# 
# /* Page displayed title area */
# #titles {
# 	margin-left: 15px;
# 	padding: 10px;
# 	padding-left: 100px;
# 	background: url('http://www.squid-cache.org/Artwork/SN.png') no-repeat left;
# }
# 
# /* initial title */
# #titles h1 {
# 	color: #000000;
# }
# #titles h2 {
# 	color: #000000;
# }
# 
# /* special event: FTP success page titles */
# #titles ftpsuccess {
# 	background-color:#00ff00;
# 	width:100%;
# }
# 
# /* Page displayed body content area */
# #content {
# 	padding: 10px;
# 	background: #ffffff;
# }
# 
# /* General text */
# p {
# }
# 
# /* error brief description */
# #error p {
# }
# 
# /* some data which may have caused the problem */
# #data {
# }
# 
# /* the error message received from the system or other software */
# #sysmsg {
# }
# 
# pre {
#     font-family:sans-serif;
# }
# 
# /* special event: FTP / Gopher directory listing */
# #dirmsg {
#     font-family: courier;
#     color: black;
#     font-size: 10pt;
# }
# #dirlisting {
#     margin-left: 2%;
#     margin-right: 2%;
# }
# #dirlisting tr.entry td.icon,td.filename,td.size,td.date {
#     border-bottom: groove;
# }
# #dirlisting td.size {
#     width: 50px;
#     text-align: right;
#     padding-right: 5px;
# }
# 
# /* horizontal lines */
# hr {
# 	margin: 0;
# }
# 
# /* page displayed footer area */
# #footer {
# 	font-size: 9px;
# 	padding-left: 10px;
# }
# 
# 
# body
# :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
# :lang(he) { direction: rtl; float: right; }
#  --></style>
# </head><body>
# <div id="titles">
# <h1>ERROR</h1>
# <h2>The requested URL could not be retrieved</h2>
# </div>
# <hr>
# 
# <div id="content">
# <p>The following error was encountered while trying to retrieve the URL: <a href="http://localhost.ncbi.nlm.nih.gov:50822/error">http://localhost.ncbi.nlm.nih.gov:50822/error</a></p>
# 
# <blockquote id="error">
# <p><b>Connection to 127.0.0.1 failed.</b></p>
# </blockquote>
# 
# <p id="sysmsg">The system returned: <i>(111) Connection refused</i></p>
# 
# <p>The remote host or network may be down. Please try the request again.</p>
# 
# <p>Your cache administrator is <a href="mailto:systems@ncbi.nlm.nih.gov?subject=CacheErrorInfo%20-%20ERR_CONNECT_FAIL&amp;body=CacheHost%3A%20calamari2%0D%0AErrPage%3A%20ERR_CONNECT_FAIL%0D%0AErr%3A%20(111)%20Connection%20refused%0D%0ATimeStamp%3A%20Mon,%2004%20May%202015%2017%3A47%3A43%20GMT%0D%0A%0D%0AClientIP%3A%20130.14.12.27%0D%0AServerIP%3A%20127.0.0.1%0D%0A%0D%0AHTTP%20Request%3A%0D%0AGET%20%2Ferror%20HTTP%2F1.1%0AUser-Agent%3A%20libwww-perl%2F6.13%0D%0AConnection%3A%20close,%20Te%0D%0ATE%3A%20trailers%0D%0AReferer%3A%20http%3A%2F%2Flocalhost%3A50822%2Ferror%0D%0AHost%3A%20localhost%3A50822%0D%0A%0D%0A%0D%0A">systems@ncbi.nlm.nih.gov</a>.</p>
# 
# <br>
# </div>
# 
# <hr>
# <div id="footer">
# <p>Generated Mon, 04 May 2015 17:47:43 GMT by calamari2 (squid/3.1.10)</p>
# <!-- ERR_CONNECT_FAIL -->
# </div>
# </body></html>
# '
#     expected: '404 Not found'
# Looks like you failed 10 tests of 12.
t/response_content_cb.t .... 
Dubious, test returned 10 (wstat 2560, 0xa00)
Failed 10/12 subtests 

#   Failed test 'is_success'
#   at t/response_content_file.t line 68.

#   Failed test '$ua->cookie_jar set'
#   at t/response_content_file.t line 69.
#                   ''
#     doesn't match '(?^:test=abc)'

#   Failed test 'empty content'
#   at t/response_content_file.t line 70.
#          got: '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
# <html><head>
# <meta http-equiv="Content-Type" CONTENT="text/html; charset=utf-8">
# <title>ERROR: The requested URL could not be retrieved</title>
# <style type="text/css"><!-- 
#  /*
#  Stylesheet for Squid Error pages
#  Adapted from design by Free CSS Templates
#  http://www.freecsstemplates.org
#  Released for free under a Creative Commons Attribution 2.5 License
# */
# 
# /* Page basics */
# * {
# 	font-family: verdana, sans-serif;
# }
# 
# html body {
# 	margin: 0;
# 	padding: 0;
# 	background: #efefef;
# 	font-size: 12px;
# 	color: #1e1e1e;
# }
# 
# /* Page displayed title area */
# #titles {
# 	margin-left: 15px;
# 	padding: 10px;
# 	padding-left: 100px;
# 	background: url('http://www.squid-cache.org/Artwork/SN.png') no-repeat left;
# }
# 
# /* initial title */
# #titles h1 {
# 	color: #000000;
# }
# #titles h2 {
# 	color: #000000;
# }
# 
# /* special event: FTP success page titles */
# #titles ftpsuccess {
# 	background-color:#00ff00;
# 	width:100%;
# }
# 
# /* Page displayed body content area */
# #content {
# 	padding: 10px;
# 	background: #ffffff;
# }
# 
# /* General text */
# p {
# }
# 
# /* error brief description */
# #error p {
# }
# 
# /* some data which may have caused the problem */
# #data {
# }
# 
# /* the error message received from the system or other software */
# #sysmsg {
# }
# 
# pre {
#     font-family:sans-serif;
# }
# 
# /* special event: FTP / Gopher directory listing */
# #dirmsg {
#     font-family: courier;
#     color: black;
#     font-size: 10pt;
# }
# #dirlisting {
#     margin-left: 2%;
#     margin-right: 2%;
# }
# #dirlisting tr.entry td.icon,td.filename,td.size,td.date {
#     border-bottom: groove;
# }
# #dirlisting td.size {
#     width: 50px;
#     text-align: right;
#     padding-right: 5px;
# }
# 
# /* horizontal lines */
# hr {
# 	margin: 0;
# }
# 
# /* page displayed footer area */
# #footer {
# 	font-size: 9px;
# 	padding-left: 10px;
# }
# 
# 
# body
# :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
# :lang(he) { direction: rtl; float: right; }
#  --></style>
# </head><body>
# <div id="titles">
# <h1>ERROR</h1>
# <h2>The requested URL could not be retrieved</h2>
# </div>
# <hr>
# 
# <div id="content">
# <p>The following error was encountered while trying to retrieve the URL: <a href="http://localhost.ncbi.nlm.nih.gov:51315/">http://localhost.ncbi.nlm.nih.gov:51315/</a></p>
# 
# <blockquote id="error">
# <p><b>Connection to 127.0.0.1 failed.</b></p>
# </blockquote>
# 
# <p id="sysmsg">The system returned: <i>(111) Connection refused</i></p>
# 
# <p>The remote host or network may be down. Please try the request again.</p>
# 
# <p>Your cache administrator is <a href="mailto:systems@ncbi.nlm.nih.gov?subject=CacheErrorInfo%20-%20ERR_CONNECT_FAIL&amp;body=CacheHost%3A%20calamari2%0D%0AErrPage%3A%20ERR_CONNECT_FAIL%0D%0AErr%3A%20(111)%20Connection%20refused%0D%0ATimeStamp%3A%20Mon,%2004%20May%202015%2017%3A47%3A43%20GMT%0D%0A%0D%0AClientIP%3A%20130.14.12.27%0D%0AServerIP%3A%20127.0.0.1%0D%0A%0D%0AHTTP%20Request%3A%0D%0AGET%20%2F%20HTTP%2F1.1%0AUser-Agent%3A%20libwww-perl%2F6.13%0D%0AConnection%3A%20close,%20Te%0D%0ATE%3A%20trailers%0D%0AReferer%3A%20http%3A%2F%2Flocalhost%3A51315%2F%0D%0AHost%3A%20localhost%3A51315%0D%0A%0D%0A%0D%0A">systems@ncbi.nlm.nih.gov</a>.</p>
# 
# <br>
# </div>
# 
# <hr>
# <div id="footer">
# <p>Generated Mon, 04 May 2015 17:47:43 GMT by calamari2 (squid/3.1.10)</p>
# <!-- ERR_CONNECT_FAIL -->
# </div>
# </body></html>
# '
#     expected: ''

#   Failed test 'valid file'
#   at t/response_content_file.t line 74.
#                   ''
#     doesn't match '(?^:<p>blahblahblha</p>)'

#   Failed test 'content when error'
#   at t/response_content_file.t line 83.
#          got: '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
# <html><head>
# <meta http-equiv="Content-Type" CONTENT="text/html; charset=utf-8">
# <title>ERROR: The requested URL could not be retrieved</title>
# <style type="text/css"><!-- 
#  /*
#  Stylesheet for Squid Error pages
#  Adapted from design by Free CSS Templates
#  http://www.freecsstemplates.org
#  Released for free under a Creative Commons Attribution 2.5 License
# */
# 
# /* Page basics */
# * {
# 	font-family: verdana, sans-serif;
# }
# 
# html body {
# 	margin: 0;
# 	padding: 0;
# 	background: #efefef;
# 	font-size: 12px;
# 	color: #1e1e1e;
# }
# 
# /* Page displayed title area */
# #titles {
# 	margin-left: 15px;
# 	padding: 10px;
# 	padding-left: 100px;
# 	background: url('http://www.squid-cache.org/Artwork/SN.png') no-repeat left;
# }
# 
# /* initial title */
# #titles h1 {
# 	color: #000000;
# }
# #titles h2 {
# 	color: #000000;
# }
# 
# /* special event: FTP success page titles */
# #titles ftpsuccess {
# 	background-color:#00ff00;
# 	width:100%;
# }
# 
# /* Page displayed body content area */
# #content {
# 	padding: 10px;
# 	background: #ffffff;
# }
# 
# /* General text */
# p {
# }
# 
# /* error brief description */
# #error p {
# }
# 
# /* some data which may have caused the problem */
# #data {
# }
# 
# /* the error message received from the system or other software */
# #sysmsg {
# }
# 
# pre {
#     font-family:sans-serif;
# }
# 
# /* special event: FTP / Gopher directory listing */
# #dirmsg {
#     font-family: courier;
#     color: black;
#     font-size: 10pt;
# }
# #dirlisting {
#     margin-left: 2%;
#     margin-right: 2%;
# }
# #dirlisting tr.entry td.icon,td.filename,td.size,td.date {
#     border-bottom: groove;
# }
# #dirlisting td.size {
#     width: 50px;
#     text-align: right;
#     padding-right: 5px;
# }
# 
# /* horizontal lines */
# hr {
# 	margin: 0;
# }
# 
# /* page displayed footer area */
# #footer {
# 	font-size: 9px;
# 	padding-left: 10px;
# }
# 
# 
# body
# :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
# :lang(he) { direction: rtl; float: right; }
#  --></style>
# </head><body>
# <div id="titles">
# <h1>ERROR</h1>
# <h2>The requested URL could not be retrieved</h2>
# </div>
# <hr>
# 
# <div id="content">
# <p>The following error was encountered while trying to retrieve the URL: <a href="http://localhost.ncbi.nlm.nih.gov:51315/error">http://localhost.ncbi.nlm.nih.gov:51315/error</a></p>
# 
# <blockquote id="error">
# <p><b>Connection to 127.0.0.1 failed.</b></p>
# </blockquote>
# 
# <p id="sysmsg">The system returned: <i>(111) Connection refused</i></p>
# 
# <p>The remote host or network may be down. Please try the request again.</p>
# 
# <p>Your cache administrator is <a href="mailto:systems@ncbi.nlm.nih.gov?subject=CacheErrorInfo%20-%20ERR_CONNECT_FAIL&amp;body=CacheHost%3A%20calamari2%0D%0AErrPage%3A%20ERR_CONNECT_FAIL%0D%0AErr%3A%20(111)%20Connection%20refused%0D%0ATimeStamp%3A%20Mon,%2004%20May%202015%2017%3A47%3A43%20GMT%0D%0A%0D%0AClientIP%3A%20130.14.12.27%0D%0AServerIP%3A%20127.0.0.1%0D%0A%0D%0AHTTP%20Request%3A%0D%0AGET%20%2Ferror%20HTTP%2F1.1%0AUser-Agent%3A%20libwww-perl%2F6.13%0D%0AConnection%3A%20close,%20Te%0D%0ATE%3A%20trailers%0D%0AReferer%3A%20http%3A%2F%2Flocalhost%3A51315%2Ferror%0D%0AHost%3A%20localhost%3A51315%0D%0A%0D%0A%0D%0A">systems@ncbi.nlm.nih.gov</a>.</p>
# 
# <br>
# </div>
# 
# <hr>
# <div id="footer">
# <p>Generated Mon, 04 May 2015 17:47:43 GMT by calamari2 (squid/3.1.10)</p>
# <!-- ERR_CONNECT_FAIL -->
# </div>
# </body></html>
# '
#     expected: '404 Not found'
# Looks like you failed 5 tests of 7.
t/response_content_file.t .. 
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/7 subtests 

Test Summary Report
-------------------
t/async.t                (Wstat: 3584 Tests: 14 Failed: 14)
  Failed tests:  1-14
  Non-zero exit status: 14
t/callbacks.t            (Wstat: 768 Tests: 3 Failed: 3)
  Failed tests:  1-3
  Non-zero exit status: 3
t/request_content_ref.t  (Wstat: 1024 Tests: 4 Failed: 4)
  Failed tests:  1-4
  Non-zero exit status: 4
t/response_content_cb.t  (Wstat: 2560 Tests: 12 Failed: 10)
  Failed tests:  1-9, 12
  Non-zero exit status: 10
t/response_content_file.t (Wstat: 1280 Tests: 7 Failed: 5)
  Failed tests:  1-4, 6
  Non-zero exit status: 5
Files=8, Tests=42,  2 wallclock secs ( 0.03 usr  0.02 sys +  0.65 cusr  0.30 csys =  1.00 CPU)
Result: FAIL
Failed 5/8 test programs. 36/42 subtests failed.
make: *** [test_dynamic] Error 5

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

Prerequisite modules loaded:

requires:

    Module                Need  Have    
    --------------------- ----- --------
    AnyEvent              5     7.09    
    AnyEvent::HTTP        2.1   2.21    
    HTTP::Headers::Util   0     6.03    
    HTTP::Request::Common 0     6.04    
    HTTP::Response        0     6.04    
    LWP::UserAgent        5.815 6.13    
    parent                0     0.225   
    strict                0     1.04    
    warnings              0     1.12    

build_requires:

    Module                Need  Have    
    --------------------- ----- --------
    File::Temp            0     0.22    
    Test::More            0     1.001014

configure_requires:

    Module                Need  Have    
    --------------------- ----- --------
    ExtUtils::MakeMaker   6.30  7.04    


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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_US.UTF-8
    LC_ALL = POSIX
    LD_LIBRARY_PATH = :/net/traces01.be-md.ncbi.nlm.nih.gov/trace_software/vdb/mac/release/x86_64/lib
    PATH = /Users/hornenj/perl5/perlbrew/bin:/Users/hornenj/perl5/perlbrew/perls/perl-5.14.3/bin:/Users/hornenj/perl5/perlbrew/bin:/Users/hornenj/perl5/perlbrew/perls/perl-5.21.10/bin:/Users/hornenj/bin:/sw/lib/perl5/ExtUtils:/sw/bin:/am/ncbiapdata/bin:/usr/bin:/bin:/usr/X11R6/bin:/netopt/ncbi_tools/bin:/usr/local/ncbi/blast/bin:/net/traces01.be-md.ncbi.nlm.nih.gov/trace_software/vdb/mac/release/x86_64/bin
    PERL5LIB = /Users/hornenj/.cpan/build/AnyEvent-HTTP-2.21-Nfh03r/blib/arch:/Users/hornenj/.cpan/build/AnyEvent-HTTP-2.21-Nfh03r/blib/lib:/Users/hornenj/.cpan/build/common-sense-3.73-PfEmQI/blib/arch:/Users/hornenj/.cpan/build/common-sense-3.73-PfEmQI/blib/lib:/Users/hornenj/.cpan/build/HTTP-Server-Simple-0.50-5CYTjD/blib/arch:/Users/hornenj/.cpan/build/HTTP-Server-Simple-0.50-5CYTjD/blib/lib:/Users/hornenj/.cpan/build/Test-TCP-2.11-k4gH0T/blib/arch:/Users/hornenj/.cpan/build/Test-TCP-2.11-k4gH0T/blib/lib:/Users/hornenj/.cpan/build/Test-SharedFork-0.31-eTKulI/blib/arch:/Users/hornenj/.cpan/build/Test-SharedFork-0.31-eTKulI/blib/lib:/Users/hornenj/.cpan/build/IO-Socket-IP-0.37-ZMtMOF/blib/arch:/Users/hornenj/.cpan/build/IO-Socket-IP-0.37-ZMtMOF/blib/lib:/Users/hornenj/.cpan/build/Socket-2.019-VZdU5A/blib/arch:/Users/hornenj/.cpan/build/Socket-2.019-VZdU5A/blib/lib:/Users/hornenj/.cpan/build/Module-AnyEvent-Helper-v0.0.5-mxR8qf/blib/arch:/Users/hornenj/.cpan/build/Module-AnyEvent-Helper-v0.0.5-mxR8qf/blib/lib:/Users/hornenj/.cpan/build/Filter-PPI-Transform-v0.0.2-LaNgW8/blib/arch:/Users/hornenj/.cpan/build/Filter-PPI-Transform-v0.0.2-LaNgW8/blib/lib:/Users/hornenj/.cpan/build/PPI-Transform-Sequence-v0.0.3-D3sEOu/blib/arch:/Users/hornenj/.cpan/build/PPI-Transform-Sequence-v0.0.3-D3sEOu/blib/lib:/Users/hornenj/.cpan/build/Data-Stream-Bulk-AnyEvent-v0.0.2-prp6sl/blib/arch:/Users/hornenj/.cpan/build/Data-Stream-Bulk-AnyEvent-v0.0.2-prp6sl/blib/lib:/Users/hornenj/.cpan/build/filtered-v0.0.7-qqTnU4/blib/arch:/Users/hornenj/.cpan/build/filtered-v0.0.7-qqTnU4/blib/lib:/Users/hornenj/.cpan/build/DateTime-Format-ISO8601-0.08-ziD9bJ/blib/arch:/Users/hornenj/.cpan/build/DateTime-Format-ISO8601-0.08-ziD9bJ/blib/lib:/Users/hornenj/.cpan/build/MIME-Types-2.09-gpf4xh/blib/arch:/Users/hornenj/.cpan/build/MIME-Types-2.09-gpf4xh/blib/lib:/Users/hornenj/.cpan/build/MooseX-Types-DateTime-MoreCoercions-0.14-sUsQ9G/blib/arch:/Users/hornenj/.cpan/build/MooseX-Types-DateTime-MoreCoercions-0.14-sUsQ9G/blib/lib:/Users/hornenj/.cpan/build/DateTimeX-Easy-0.089-jZLwMy/blib/arch:/Users/hornenj/.cpan/build/DateTimeX-Easy-0.089-jZLwMy/blib/lib:/Users/hornenj/.cpan/build/TimeDate-2.30-OFn3xH/blib/arch:/Users/hornenj/.cpan/build/TimeDate-2.30-OFn3xH/blib/lib:/Users/hornenj/.cpan/build/DateTime-Format-ICal-0.09-_lxNJ6/blib/arch:/Users/hornenj/.cpan/build/DateTime-Format-ICal-0.09-_lxNJ6/blib/lib:/Users/hornenj/.cpan/build/DateTime-Event-ICal-0.12-Vyo98h/blib/arch:/Users/hornenj/.cpan/build/DateTime-Event-ICal-0.12-Vyo98h/blib/lib:/Users/hornenj/.cpan/build/DateTime-Event-Recurrence-0.16-v3Mh0i/blib/arch:/Users/hornenj/.cpan/build/DateTime-Event-Recurrence-0.16-v3Mh0i/blib/lib:/Users/hornenj/.cpan/build/DateTime-Set-0.3400-N8Far_/blib/arch:/Users/hornenj/.cpan/build/DateTime-Set-0.3400-N8Far_/blib/lib:/Users/hornenj/.cpan/build/Set-Infinite-0.65-LstCTe/blib/arch:/Users/hornenj/.cpan/build/Set-Infinite-0.65-LstCTe/blib/lib:/Users/hornenj/.cpan/build/DateTime-Format-Natural-1.02-wkksaH/blib/arch:/Users/hornenj/.cpan/build/DateTime-Format-Natural-1.02-wkksaH/blib/lib:/Users/hornenj/.cpan/build/Module-Util-1.09-Xlkfk8/blib/arch:/Users/hornenj/.cpan/build/Module-Util-1.09-Xlkfk8/blib/lib:/Users/hornenj/.cpan/build/boolean-0.45-UJlzAn/blib/arch:/Users/hornenj/.cpan/build/boolean-0.45-UJlzAn/blib/lib:/Users/hornenj/.cpan/build/DateTime-Format-Flexible-0.26-Q8KLQE/blib/arch:/Users/hornenj/.cpan/build/DateTime-Format-Flexible-0.26-Q8KLQE/blib/lib:/Users/hornenj/.cpan/build/DateTime-Format-Builder-0.81-OfZZeb/blib/arch:/Users/hornenj/.cpan/build/DateTime-Format-Builder-0.81-OfZZeb/blib/lib:/Users/hornenj/.cpan/build/Class-Factory-Util-1.7-HRZtcx/blib/arch:/Users/hornenj/.cpan/build/Class-Factory-Util-1.7-HRZtcx/blib/lib:/Users/hornenj/.cpan/build/DateTime-Format-Strptime-1.56-0YMf5c/blib/arch:/Users/hornenj/.cpan/build/DateTime-Format-Strptime-1.56-0YMf5c/blib/lib:/Users/hornenj/.cpan/build/Test-MockTime-0.13-dknNnF/blib/arch:/Users/hornenj/.cpan/build/Test-MockTime-0.13-dknNnF/blib/lib:/Users/hornenj/.cpan/build/Time-Duration-Parse-0.11-Xh3H7x/blib/arch:/Users/hornenj/.cpan/build/Time-Duration-Parse-0.11-Xh3H7x/blib/lib:/Users/hornenj/.cpan/build/Exporter-Lite-0.06-cSPoSP/blib/arch:/Users/hornenj/.cpan/build/Exporter-Lite-0.06-cSPoSP/blib/lib:/Users/hornenj/.cpan/build/MooseX-Types-DateTime-0.10-7alYkT/blib/arch:/Users/hornenj/.cpan/build/MooseX-Types-DateTime-0.10-7alYkT/blib/lib:/Users/hornenj/.cpan/build/Data-Stream-Bulk-0.11-bCN7Is/blib/arch:/Users/hornenj/.cpan/build/Data-Stream-Bulk-0.11-bCN7Is/blib/lib:/Users/hornenj/.cpan/build/Regexp-Common-2013031301-B0rASq/blib/arch:/Users/hornenj/.cpan/build/Regexp-Common-2013031301-B0rASq/blib/lib:/Users/hornenj/.cpan/build/MooseX-StrictConstructor-0.19-X9iei_/blib/arch:/Users/hornenj/.cpan/build/MooseX-StrictConstructor-0.19-X9iei_/blib/lib:/Users/hornenj/.cpan/build/Digest-MD5-File-0.08-bpcp4R/blib/arch:/Users/hornenj/.cpan/build/Digest-MD5-File-0.08-bpcp4R/blib/lib:/Users/hornenj/.cpan/build/LWP-UserAgent-Determined-1.07-WPUYTv/blib/arch:/Users/hornenj/.cpan/build/LWP-UserAgent-Determined-1.07-WPUYTv/blib/lib:/Users/hornenj/.cpan/build/Term-ProgressBar-Simple-0.03-gUv8pK/blib/arch:/Users/hornenj/.cpan/build/Term-ProgressBar-Simple-0.03-gUv8pK/blib/lib:/Users/hornenj/.cpan/build/Term-ProgressBar-Quiet-0.31-bbHhV2/blib/arch:/Users/hornenj/.cpan/build/Term-ProgressBar-Quiet-0.31-bbHhV2/blib/lib:/Users/hornenj/.cpan/build/IO-Interactive-0.0.6-vAMxGD/blib/arch:/Users/hornenj/.cpan/build/IO-Interactive-0.0.6-vAMxGD/blib/lib:/Users/hornenj/.cpan/build/Term-ProgressBar-2.17-J37KDb/blib/arch:/Users/hornenj/.cpan/build/Term-ProgressBar-2.17-J37KDb/blib/lib:/Users/hornenj/.cpan/build/TermReadKey-2.32-I5cNqR/blib/arch:/Users/hornenj/.cpan/build/TermReadKey-2.32-I5cNqR/blib/lib:/Users/hornenj/.cpan/build/Class-MethodMaker-2.24-RrXjri/blib/arch:/Users/hornenj/.cpan/build/Class-MethodMaker-2.24-RrXjri/blib/lib:/Users/hornenj/.cpan/build/Test-MockObject-1.20140408-UApeFv/blib/arch:/Users/hornenj/.cpan/build/Test-MockObject-1.20140408-UApeFv/blib/lib:/Users/hornenj/.cpan/build/UNIVERSAL-can-1.20140328-Rt3vs2/blib/arch:/Users/hornenj/.cpan/build/UNIVERSAL-can-1.20140328-Rt3vs2/blib/lib:/Users/hornenj/.cpan/build/UNIVERSAL-isa-1.20140927-qUbZSB/blib/arch:/Users/hornenj/.cpan/build/UNIVERSAL-isa-1.20140927-qUbZSB/blib/lib:/Users/hornenj/.cpan/build/Term-Encoding-0.02-gdjEWy/blib/arch:/Users/hornenj/.cpan/build/Term-Encoding-0.02-gdjEWy/blib/lib:/Users/hornenj/.cpan/build/DateTime-Format-HTTP-0.42-Q_WJiN/blib/arch:/Users/hornenj/.cpan/build/DateTime-Format-HTTP-0.42-Q_WJiN/blib/lib:/Users/hornenj/.cpan/build/AnyEvent-7.09-4OOMcV/blib/arch:/Users/hornenj/.cpan/build/AnyEvent-7.09-4OOMcV/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 22818
    PERL5_CPAN_IS_RUNNING = 22818
    PERL5_MINISMOKEBOX = 0.58
    PERLBREW_BASHRC_VERSION = 0.73
    PERLBREW_HOME = /Users/hornenj/.perlbrew
    PERLBREW_LIB = 
    PERLBREW_MANPATH = /Users/hornenj/perl5/perlbrew/perls/perl-5.14.3/man
    PERLBREW_PATH = /Users/hornenj/perl5/perlbrew/bin:/Users/hornenj/perl5/perlbrew/perls/perl-5.14.3/bin
    PERLBREW_PERL = perl-5.14.3
    PERLBREW_ROOT = /Users/hornenj/perl5/perlbrew
    PERLBREW_VERSION = 0.73
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_LOCAL_LIB_ROOT = 
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = xterm-256color
    TMPDIR = /var/folders/pz/pd7y1qjs6s3cbk170cw50fjc000c61/T/
    VERSIONER_PERL_PREFER_32_BIT = no
    VERSIONER_PERL_VERSION = 5.18
    ac_cv_path_INTLTOOL_PERL = /usr/bin/perl

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

    $^X = /Users/hornenj/perl5/perlbrew/perls/perl-5.14.3/bin/perl5.14.3
    $UID/$EUID = 12481 / 12481
    $GID = 14 14 5344 527 241
    $EGID = 14 14 5344 527 241

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.10    
    CPAN::Meta          2.150001
    Cwd                 3.47    
    ExtUtils::CBuilder  0.280220
    ExtUtils::Command   1.17    
    ExtUtils::Install   1.56    
    ExtUtils::MakeMaker 7.04    
    ExtUtils::Manifest  1.65    
    ExtUtils::ParseXS   2.2210  
    File::Spec          3.47    
    JSON                2.90    
    JSON::PP            2.27203 
    Module::Build       0.4211  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4414  
    Test::Harness       3.35    
    Test::More          1.001014
    YAML                1.15    
    YAML::Syck          1.29    
    version             0.88    


--

Summary of my perl5 (revision 5 version 14 subversion 3) configuration:
   
  Platform:
    osname=darwin, osvers=14.3.0, archname=darwin-thread-multi-2level
    uname='darwin ncbimac2027.ncbi.nlm.nih.gov 14.3.0 darwin kernel version 14.3.0: mon mar 23 11:59:05 pdt 2015; root:xnu-2782.20.48~5release_x86_64 x86_64 '
    config_args='-de -Dprefix=/Users/hornenj/perl5/perlbrew/perls/perl-5.14.3 -Duseithreads -Dusemultiplicity -Dusedevel -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.14.3/bin'
    hint=recommended, useposix=true, d_sigaction=define
    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 6.0 (clang-600.0.56)', 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 =' -fstack-protector -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 -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
                        PERL_PRESERVE_IVUV PERL_USE_DEVEL USE_64_BIT_ALL
                        USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
                        USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API
  Locally applied patches:
	Devel::PatchPerl 1.30
  Built under darwin
  Compiled at Apr 20 2015 10:10:59
  %ENV:
    PERL5LIB="/Users/hornenj/.cpan/build/AnyEvent-HTTP-2.21-Nfh03r/blib/arch:/Users/hornenj/.cpan/build/AnyEvent-HTTP-2.21-Nfh03r/blib/lib:/Users/hornenj/.cpan/build/common-sense-3.73-PfEmQI/blib/arch:/Users/hornenj/.cpan/build/common-sense-3.73-PfEmQI/blib/lib:/Users/hornenj/.cpan/build/HTTP-Server-Simple-0.50-5CYTjD/blib/arch:/Users/hornenj/.cpan/build/HTTP-Server-Simple-0.50-5CYTjD/blib/lib:/Users/hornenj/.cpan/build/Test-TCP-2.11-k4gH0T/blib/arch:/Users/hornenj/.cpan/build/Test-TCP-2.11-k4gH0T/blib/lib:/Users/hornenj/.cpan/build/Test-SharedFork-0.31-eTKulI/blib/arch:/Users/hornenj/.cpan/build/Test-SharedFork-0.31-eTKulI/blib/lib:/Users/hornenj/.cpan/build/IO-Socket-IP-0.37-ZMtMOF/blib/arch:/Users/hornenj/.cpan/build/IO-Socket-IP-0.37-ZMtMOF/blib/lib:/Users/hornenj/.cpan/build/Socket-2.019-VZdU5A/blib/arch:/Users/hornenj/.cpan/build/Socket-2.019-VZdU5A/blib/lib:/Users/hornenj/.cpan/build/Module-AnyEvent-Helper-v0.0.5-mxR8qf/blib/arch:/Users/hornenj/.cpan/build/Module-AnyEvent-Helper-v0.0.5-mxR8qf/blib/lib:/Users/hornenj/.cpan/build/Filter-PPI-Transform-v0.0.2-LaNgW8/blib/arch:/Users/hornenj/.cpan/build/Filter-PPI-Transform-v0.0.2-LaNgW8/blib/lib:/Users/hornenj/.cpan/build/PPI-Transform-Sequence-v0.0.3-D3sEOu/blib/arch:/Users/hornenj/.cpan/build/PPI-Transform-Sequence-v0.0.3-D3sEOu/blib/lib:/Users/hornenj/.cpan/build/Data-Stream-Bulk-AnyEvent-v0.0.2-prp6sl/blib/arch:/Users/hornenj/.cpan/build/Data-Stream-Bulk-AnyEvent-v0.0.2-prp6sl/blib/lib:/Users/hornenj/.cpan/build/filtered-v0.0.7-qqTnU4/blib/arch:/Users/hornenj/.cpan/build/filtered-v0.0.7-qqTnU4/blib/lib:/Users/hornenj/.cpan/build/DateTime-Format-ISO8601-0.08-ziD9bJ/blib/arch:/Users/hornenj/.cpan/build/DateTime-Format-ISO8601-0.08-ziD9bJ/blib/lib:/Users/hornenj/.cpan/build/MIME-Types-2.09-gpf4xh/blib/arch:/Users/hornenj/.cpan/build/MIME-Types-2.09-gpf4xh/blib/lib:/Users/hornenj/.cpan/build/MooseX-Types-DateTime-MoreCoercions-0.14-sUsQ9G/blib/arch:/Users/hornenj/.cpan/build/MooseX-Types-DateTime-MoreCoercions-0.14-sUsQ9G/blib/lib:/Users/hornenj/.cpan/build/DateTimeX-Easy-0.089-jZLwMy/blib/arch:/Users/hornenj/.cpan/build/DateTimeX-Easy-0.089-jZLwMy/blib/lib:/Users/hornenj/.cpan/build/TimeDate-2.30-OFn3xH/blib/arch:/Users/hornenj/.cpan/build/TimeDate-2.30-OFn3xH/blib/lib:/Users/hornenj/.cpan/build/DateTime-Format-ICal-0.09-_lxNJ6/blib/arch:/Users/hornenj/.cpan/build/DateTime-Format-ICal-0.09-_lxNJ6/blib/lib:/Users/hornenj/.cpan/build/DateTime-Event-ICal-0.12-Vyo98h/blib/arch:/Users/hornenj/.cpan/build/DateTime-Event-ICal-0.12-Vyo98h/blib/lib:/Users/hornenj/.cpan/build/DateTime-Event-Recurrence-0.16-v3Mh0i/blib/arch:/Users/hornenj/.cpan/build/DateTime-Event-Recurrence-0.16-v3Mh0i/blib/lib:/Users/hornenj/.cpan/build/DateTime-Set-0.3400-N8Far_/blib/arch:/Users/hornenj/.cpan/build/DateTime-Set-0.3400-N8Far_/blib/lib:/Users/hornenj/.cpan/build/Set-Infinite-0.65-LstCTe/blib/arch:/Users/hornenj/.cpan/build/Set-Infinite-0.65-LstCTe/blib/lib:/Users/hornenj/.cpan/build/DateTime-Format-Natural-1.02-wkksaH/blib/arch:/Users/hornenj/.cpan/build/DateTime-Format-Natural-1.02-wkksaH/blib/lib:/Users/hornenj/.cpan/build/Module-Util-1.09-Xlkfk8/blib/arch:/Users/hornenj/.cpan/build/Module-Util-1.09-Xlkfk8/blib/lib:/Users/hornenj/.cpan/build/boolean-0.45-UJlzAn/blib/arch:/Users/hornenj/.cpan/build/boolean-0.45-UJlzAn/blib/lib:/Users/hornenj/.cpan/build/DateTime-Format-Flexible-0.26-Q8KLQE/blib/arch:/Users/hornenj/.cpan/build/DateTime-Format-Flexible-0.26-Q8KLQE/blib/lib:/Users/hornenj/.cpan/build/DateTime-Format-Builder-0.81-OfZZeb/blib/arch:/Users/hornenj/.cpan/build/DateTime-Format-Builder-0.81-OfZZeb/blib/lib:/Users/hornenj/.cpan/build/Class-Factory-Util-1.7-HRZtcx/blib/arch:/Users/hornenj/.cpan/build/Class-Factory-Util-1.7-HRZtcx/blib/lib:/Users/hornenj/.cpan/build/DateTime-Format-Strptime-1.56-0YMf5c/blib/arch:/Users/hornenj/.cpan/build/DateTime-Format-Strptime-1.56-0YMf5c/blib/lib:/Users/hornenj/.cpan/build/Test-MockTime-0.13-dknNnF/blib/arch:/Users/hornenj/.cpan/build/Test-MockTime-0.13-dknNnF/blib/lib:/Users/hornenj/.cpan/build/Time-Duration-Parse-0.11-Xh3H7x/blib/arch:/Users/hornenj/.cpan/build/Time-Duration-Parse-0.11-Xh3H7x/blib/lib:/Users/hornenj/.cpan/build/Exporter-Lite-0.06-cSPoSP/blib/arch:/Users/hornenj/.cpan/build/Exporter-Lite-0.06-cSPoSP/blib/lib:/Users/hornenj/.cpan/build/MooseX-Types-DateTime-0.10-7alYkT/blib/arch:/Users/hornenj/.cpan/build/MooseX-Types-DateTime-0.10-7alYkT/blib/lib:/Users/hornenj/.cpan/build/Data-Stream-Bulk-0.11-bCN7Is/blib/arch:/Users/hornenj/.cpan/build/Data-Stream-Bulk-0.11-bCN7Is/blib/lib:/Users/hornenj/.cpan/build/Regexp-Common-2013031301-B0rASq/blib/arch:/Users/hornenj/.cpan/build/Regexp-Common-2013031301-B0rASq/blib/lib:/Users/hornenj/.cpan/build/MooseX-StrictConstructor-0.19-X9iei_/blib/arch:/Users/hornenj/.cpan/build/MooseX-StrictConstructor-0.19-X9iei_/blib/lib:/Users/hornenj/.cpan/build/Digest-MD5-File-0.08-bpcp4R/blib/arch:/Users/hornenj/.cpan/build/Digest-MD5-File-0.08-bpcp4R/blib/lib:/Users/hornenj/.cpan/build/LWP-UserAgent-Determined-1.07-WPUYTv/blib/arch:/Users/hornenj/.cpan/build/LWP-UserAgent-Determined-1.07-WPUYTv/blib/lib:/Users/hornenj/.cpan/build/Term-ProgressBar-Simple-0.03-gUv8pK/blib/arch:/Users/hornenj/.cpan/build/Term-ProgressBar-Simple-0.03-gUv8pK/blib/lib:/Users/hornenj/.cpan/build/Term-ProgressBar-Quiet-0.31-bbHhV2/blib/arch:/Users/hornenj/.cpan/build/Term-ProgressBar-Quiet-0.31-bbHhV2/blib/lib:/Users/hornenj/.cpan/build/IO-Interactive-0.0.6-vAMxGD/blib/arch:/Users/hornenj/.cpan/build/IO-Interactive-0.0.6-vAMxGD/blib/lib:/Users/hornenj/.cpan/build/Term-ProgressBar-2.17-J37KDb/blib/arch:/Users/hornenj/.cpan/build/Term-ProgressBar-2.17-J37KDb/blib/lib:/Users/hornenj/.cpan/build/TermReadKey-2.32-I5cNqR/blib/arch:/Users/hornenj/.cpan/build/TermReadKey-2.32-I5cNqR/blib/lib:/Users/hornenj/.cpan/build/Class-MethodMaker-2.24-RrXjri/blib/arch:/Users/hornenj/.cpan/build/Class-MethodMaker-2.24-RrXjri/blib/lib:/Users/hornenj/.cpan/build/Test-MockObject-1.20140408-UApeFv/blib/arch:/Users/hornenj/.cpan/build/Test-MockObject-1.20140408-UApeFv/blib/lib:/Users/hornenj/.cpan/build/UNIVERSAL-can-1.20140328-Rt3vs2/blib/arch:/Users/hornenj/.cpan/build/UNIVERSAL-can-1.20140328-Rt3vs2/blib/lib:/Users/hornenj/.cpan/build/UNIVERSAL-isa-1.20140927-qUbZSB/blib/arch:/Users/hornenj/.cpan/build/UNIVERSAL-isa-1.20140927-qUbZSB/blib/lib:/Users/hornenj/.cpan/build/Term-Encoding-0.02-gdjEWy/blib/arch:/Users/hornenj/.cpan/build/Term-Encoding-0.02-gdjEWy/blib/lib:/Users/hornenj/.cpan/build/DateTime-Format-HTTP-0.42-Q_WJiN/blib/arch:/Users/hornenj/.cpan/build/DateTime-Format-HTTP-0.42-Q_WJiN/blib/lib:/Users/hornenj/.cpan/build/AnyEvent-7.09-4OOMcV/blib/arch:/Users/hornenj/.cpan/build/AnyEvent-7.09-4OOMcV/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="22818"
    PERL5_CPAN_IS_RUNNING="22818"
    PERL5_MINISMOKEBOX="0.58"
    PERLBREW_BASHRC_VERSION="0.73"
    PERLBREW_HOME="/Users/hornenj/.perlbrew"
    PERLBREW_LIB=""
    PERLBREW_MANPATH="/Users/hornenj/perl5/perlbrew/perls/perl-5.14.3/man"
    PERLBREW_PATH="/Users/hornenj/perl5/perlbrew/bin:/Users/hornenj/perl5/perlbrew/perls/perl-5.14.3/bin"
    PERLBREW_PERL="perl-5.14.3"
    PERLBREW_ROOT="/Users/hornenj/perl5/perlbrew"
    PERLBREW_VERSION="0.73"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_LOCAL_LIB_ROOT=""
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /Users/hornenj/.cpan/build/AnyEvent-HTTP-2.21-Nfh03r/blib/arch
    /Users/hornenj/.cpan/build/AnyEvent-HTTP-2.21-Nfh03r/blib/lib
    /Users/hornenj/.cpan/build/common-sense-3.73-PfEmQI/blib/arch
    /Users/hornenj/.cpan/build/common-sense-3.73-PfEmQI/blib/lib
    /Users/hornenj/.cpan/build/HTTP-Server-Simple-0.50-5CYTjD/blib/arch
    /Users/hornenj/.cpan/build/HTTP-Server-Simple-0.50-5CYTjD/blib/lib
    /Users/hornenj/.cpan/build/Test-TCP-2.11-k4gH0T/blib/arch
    /Users/hornenj/.cpan/build/Test-TCP-2.11-k4gH0T/blib/lib
    /Users/hornenj/.cpan/build/Test-SharedFork-0.31-eTKulI/blib/arch
    /Users/hornenj/.cpan/build/Test-SharedFork-0.31-eTKulI/blib/lib
    /Users/hornenj/.cpan/build/IO-Socket-IP-0.37-ZMtMOF/blib/arch
    /Users/hornenj/.cpan/build/IO-Socket-IP-0.37-ZMtMOF/blib/lib
    /Users/hornenj/.cpan/build/Socket-2.019-VZdU5A/blib/arch
    /Users/hornenj/.cpan/build/Socket-2.019-VZdU5A/blib/lib
    /Users/hornenj/.cpan/build/Module-AnyEvent-Helper-v0.0.5-mxR8qf/blib/arch
    /Users/hornenj/.cpan/build/Module-AnyEvent-Helper-v0.0.5-mxR8qf/blib/lib
    /Users/hornenj/.cpan/build/Filter-PPI-Transform-v0.0.2-LaNgW8/blib/arch
    /Users/hornenj/.cpan/build/Filter-PPI-Transform-v0.0.2-LaNgW8/blib/lib
    /Users/hornenj/.cpan/build/PPI-Transform-Sequence-v0.0.3-D3sEOu/blib/arch
    /Users/hornenj/.cpan/build/PPI-Transform-Sequence-v0.0.3-D3sEOu/blib/lib
    /Users/hornenj/.cpan/build/Data-Stream-Bulk-AnyEvent-v0.0.2-prp6sl/blib/arch
    /Users/hornenj/.cpan/build/Data-Stream-Bulk-AnyEvent-v0.0.2-prp6sl/blib/lib
    /Users/hornenj/.cpan/build/filtered-v0.0.7-qqTnU4/blib/arch
    /Users/hornenj/.cpan/build/filtered-v0.0.7-qqTnU4/blib/lib
    /Users/hornenj/.cpan/build/DateTime-Format-ISO8601-0.08-ziD9bJ/blib/arch
    /Users/hornenj/.cpan/build/DateTime-Format-ISO8601-0.08-ziD9bJ/blib/lib
    /Users/hornenj/.cpan/build/MIME-Types-2.09-gpf4xh/blib/arch
    /Users/hornenj/.cpan/build/MIME-Types-2.09-gpf4xh/blib/lib
    /Users/hornenj/.cpan/build/MooseX-Types-DateTime-MoreCoercions-0.14-sUsQ9G/blib/arch
    /Users/hornenj/.cpan/build/MooseX-Types-DateTime-MoreCoercions-0.14-sUsQ9G/blib/lib
    /Users/hornenj/.cpan/build/DateTimeX-Easy-0.089-jZLwMy/blib/arch
    /Users/hornenj/.cpan/build/DateTimeX-Easy-0.089-jZLwMy/blib/lib
    /Users/hornenj/.cpan/build/TimeDate-2.30-OFn3xH/blib/arch
    /Users/hornenj/.cpan/build/TimeDate-2.30-OFn3xH/blib/lib
    /Users/hornenj/.cpan/build/DateTime-Format-ICal-0.09-_lxNJ6/blib/arch
    /Users/hornenj/.cpan/build/DateTime-Format-ICal-0.09-_lxNJ6/blib/lib
    /Users/hornenj/.cpan/build/DateTime-Event-ICal-0.12-Vyo98h/blib/arch
    /Users/hornenj/.cpan/build/DateTime-Event-ICal-0.12-Vyo98h/blib/lib
    /Users/hornenj/.cpan/build/DateTime-Event-Recurrence-0.16-v3Mh0i/blib/arch
    /Users/hornenj/.cpan/build/DateTime-Event-Recurrence-0.16-v3Mh0i/blib/lib
    /Users/hornenj/.cpan/build/DateTime-Set-0.3400-N8Far_/blib/arch
    /Users/hornenj/.cpan/build/DateTime-Set-0.3400-N8Far_/blib/lib
    /Users/hornenj/.cpan/build/Set-Infinite-0.65-LstCTe/blib/arch
    /Users/hornenj/.cpan/build/Set-Infinite-0.65-LstCTe/blib/lib
    /Users/hornenj/.cpan/build/DateTime-Format-Natural-1.02-wkksaH/blib/arch
    /Users/hornenj/.cpan/build/DateTime-Format-Natural-1.02-wkksaH/blib/lib
    /Users/hornenj/.cpan/build/Module-Util-1.09-Xlkfk8/blib/arch
    /Users/hornenj/.cpan/build/Module-Util-1.09-Xlkfk8/blib/lib
    /Users/hornenj/.cpan/build/boolean-0.45-UJlzAn/blib/arch
    /Users/hornenj/.cpan/build/boolean-0.45-UJlzAn/blib/lib
    /Users/hornenj/.cpan/build/DateTime-Format-Flexible-0.26-Q8KLQE/blib/arch
    /Users/hornenj/.cpan/build/DateTime-Format-Flexible-0.26-Q8KLQE/blib/lib
    /Users/hornenj/.cpan/build/DateTime-Format-Builder-0.81-OfZZeb/blib/arch
    /Users/hornenj/.cpan/build/DateTime-Format-Builder-0.81-OfZZeb/blib/lib
    /Users/hornenj/.cpan/build/Class-Factory-Util-1.7-HRZtcx/blib/arch
    /Users/hornenj/.cpan/build/Class-Factory-Util-1.7-HRZtcx/blib/lib
    /Users/hornenj/.cpan/build/DateTime-Format-Strptime-1.56-0YMf5c/blib/arch
    /Users/hornenj/.cpan/build/DateTime-Format-Strptime-1.56-0YMf5c/blib/lib
    /Users/hornenj/.cpan/build/Test-MockTime-0.13-dknNnF/blib/arch
    /Users/hornenj/.cpan/build/Test-MockTime-0.13-dknNnF/blib/lib
    /Users/hornenj/.cpan/build/Time-Duration-Parse-0.11-Xh3H7x/blib/arch
    /Users/hornenj/.cpan/build/Time-Duration-Parse-0.11-Xh3H7x/blib/lib
    /Users/hornenj/.cpan/build/Exporter-Lite-0.06-cSPoSP/blib/arch
    /Users/hornenj/.cpan/build/Exporter-Lite-0.06-cSPoSP/blib/lib
    /Users/hornenj/.cpan/build/MooseX-Types-DateTime-0.10-7alYkT/blib/arch
    /Users/hornenj/.cpan/build/MooseX-Types-DateTime-0.10-7alYkT/blib/lib
    /Users/hornenj/.cpan/build/Data-Stream-Bulk-0.11-bCN7Is/blib/arch
    /Users/hornenj/.cpan/build/Data-Stream-Bulk-0.11-bCN7Is/blib/lib
    /Users/hornenj/.cpan/build/Regexp-Common-2013031301-B0rASq/blib/arch
    /Users/hornenj/.cpan/build/Regexp-Common-2013031301-B0rASq/blib/lib
    /Users/hornenj/.cpan/build/MooseX-StrictConstructor-0.19-X9iei_/blib/arch
    /Users/hornenj/.cpan/build/MooseX-StrictConstructor-0.19-X9iei_/blib/lib
    /Users/hornenj/.cpan/build/Digest-MD5-File-0.08-bpcp4R/blib/arch
    /Users/hornenj/.cpan/build/Digest-MD5-File-0.08-bpcp4R/blib/lib
    /Users/hornenj/.cpan/build/LWP-UserAgent-Determined-1.07-WPUYTv/blib/arch
    /Users/hornenj/.cpan/build/LWP-UserAgent-Determined-1.07-WPUYTv/blib/lib
    /Users/hornenj/.cpan/build/Term-ProgressBar-Simple-0.03-gUv8pK/blib/arch
    /Users/hornenj/.cpan/build/Term-ProgressBar-Simple-0.03-gUv8pK/blib/lib
    /Users/hornenj/.cpan/build/Term-ProgressBar-Quiet-0.31-bbHhV2/blib/arch
    /Users/hornenj/.cpan/build/Term-ProgressBar-Quiet-0.31-bbHhV2/blib/lib
    /Users/hornenj/.cpan/build/IO-Interactive-0.0.6-vAMxGD/blib/arch
    /Users/hornenj/.cpan/build/IO-Interactive-0.0.6-vAMxGD/blib/lib
    /Users/hornenj/.cpan/build/Term-ProgressBar-2.17-J37KDb/blib/arch
    /Users/hornenj/.cpan/build/Term-ProgressBar-2.17-J37KDb/blib/lib
    /Users/hornenj/.cpan/build/TermReadKey-2.32-I5cNqR/blib/arch
    /Users/hornenj/.cpan/build/TermReadKey-2.32-I5cNqR/blib/lib
    /Users/hornenj/.cpan/build/Class-MethodMaker-2.24-RrXjri/blib/arch
    /Users/hornenj/.cpan/build/Class-MethodMaker-2.24-RrXjri/blib/lib
    /Users/hornenj/.cpan/build/Test-MockObject-1.20140408-UApeFv/blib/arch
    /Users/hornenj/.cpan/build/Test-MockObject-1.20140408-UApeFv/blib/lib
    /Users/hornenj/.cpan/build/UNIVERSAL-can-1.20140328-Rt3vs2/blib/arch
    /Users/hornenj/.cpan/build/UNIVERSAL-can-1.20140328-Rt3vs2/blib/lib
    /Users/hornenj/.cpan/build/UNIVERSAL-isa-1.20140927-qUbZSB/blib/arch
    /Users/hornenj/.cpan/build/UNIVERSAL-isa-1.20140927-qUbZSB/blib/lib
    /Users/hornenj/.cpan/build/Term-Encoding-0.02-gdjEWy/blib/arch
    /Users/hornenj/.cpan/build/Term-Encoding-0.02-gdjEWy/blib/lib
    /Users/hornenj/.cpan/build/DateTime-Format-HTTP-0.42-Q_WJiN/blib/arch
    /Users/hornenj/.cpan/build/DateTime-Format-HTTP-0.42-Q_WJiN/blib/lib
    /Users/hornenj/.cpan/build/AnyEvent-7.09-4OOMcV/blib/arch
    /Users/hornenj/.cpan/build/AnyEvent-7.09-4OOMcV/blib/lib
    /Users/hornenj/perl5/perlbrew/perls/perl-5.14.3/lib/site_perl/5.14.3/darwin-thread-multi-2level
    /Users/hornenj/perl5/perlbrew/perls/perl-5.14.3/lib/site_perl/5.14.3
    /Users/hornenj/perl5/perlbrew/perls/perl-5.14.3/lib/5.14.3/darwin-thread-multi-2level
    /Users/hornenj/perl5/perlbrew/perls/perl-5.14.3/lib/5.14.3
    .