Report for Net-Statsd-Server-0.20

Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: FAIL Net-Statsd-Server-0.20 v5.20.0 FreeBSD
Date: 2016-06-01T18:28:26Z

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 Cosimo Streppone,

This is a computer-generated report for Net-Statsd-Server-0.20
on perl 5.20.0, created by CPAN-Reporter-1.2017.

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:

none provided

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/bin/make test':

PERL_DL_NONLAZY=1 "/usr/perl5.20.0/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/integration-tests/*.t
t/000-sanity.t ............................. ok
t/config.t ................................. ok
t/graphite.t ............................... ok
2016-06-01 17:17:54.000000 +0200 note  Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Console backend
2016-06-01 17:17:54.000000 +0200 note  Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Graphite backend
2016-06-01 17:17:54.000000 +0200 info  AnyEvent: Autoloaded model 'AnyEvent::Impl::EV', using it.
Couldn't set SO_RCVBUF: Keine Buffer verfügbar at /usr/home/eserte/.cpan/build/2016060115/Net-Statsd-Server-0.20-lfzo8D/bin/../lib/Net/Statsd/Server.pm line 709.
2016-06-01 17:17:54.324542 +0200 note  Net::Statsd::Server: statsd server started on 0.0.0.0:40001 (v0.17)
2016-06-01 17:17:54.328696 +0200 note  Net::Statsd::Server: manager interface started on 0.0.0.0:40002
2016-06-01 17:17:54.331820 +0200 note  Net::Statsd::Server: metrics flush will happen every 1s
2016-06-01 17:17:55.291275 +0200 note  Net::Statsd::Server: flushing metrics
Flushing stats at Wed Jun  1 17:17:55 2016
{"sets":null,"gauges":{},"counter_rates":{"statsd.packets_received":0,"statsd.bad_lines_seen":0},"counters":{"statsd.packets_received":0,"statsd.bad_lines_seen":0},"pctThreshold":[90],"timers":{},"timer_data":{}}

#   Failed test 'Backend recognised our bad message bumping 'bad_lines_seen''
#   at t/integration-tests/bad-message.t line 31.
#          got: '0'
#     expected: '1'
# Looks like you failed 1 test of 4.
t/integration-tests/bad-message.t .......... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/4 subtests 
2016-06-01 17:17:56.000000 +0200 note  Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Console backend
2016-06-01 17:17:56.000000 +0200 note  Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Graphite backend
2016-06-01 17:17:56.000000 +0200 info  AnyEvent: Autoloaded model 'AnyEvent::Impl::EV', using it.
Couldn't set SO_RCVBUF: Keine Buffer verfügbar at /usr/home/eserte/.cpan/build/2016060115/Net-Statsd-Server-0.20-lfzo8D/bin/../lib/Net/Statsd/Server.pm line 709.
2016-06-01 17:17:56.233606 +0200 note  Net::Statsd::Server: statsd server started on 0.0.0.0:40001 (v0.17)
2016-06-01 17:17:56.234170 +0200 note  Net::Statsd::Server: manager interface started on 0.0.0.0:40002
2016-06-01 17:17:56.234730 +0200 note  Net::Statsd::Server: metrics flush will happen every 1s
2016-06-01 17:17:57.241033 +0200 note  Net::Statsd::Server: flushing metrics
Flushing stats at Wed Jun  1 17:17:57 2016
{"gauges":{},"counter_rates":{"statsd.bad_lines_seen":0,"statsd.packets_received":0},"counters":{"statsd.packets_received":0,"statsd.bad_lines_seen":0},"timer_data":{},"timers":{},"sets":null,"pctThreshold":[90]}
# stats.counters.statsd.packets_received.rate 0.000000 1464794277
# stats.counters.statsd.packets_received.count 0 1464794277
# stats.counters.statsd.bad_lines_seen.rate 0.000000 1464794277
# stats.counters.statsd.bad_lines_seen.count 0 1464794277
# stats.statsd.numStats 2 1464794277
# stats.statsd.graphiteStats.calculationtime 0.089000 1464794277
# stats.statsd.processing_time 0.058 1464794277
# stats.statsd.graphiteStats.last_exception 1099056736 1464794277
# stats.statsd.graphiteStats.last_flush 1099056736 1464794277

#   Failed test 'Got the one metric that was fired'
#   at t/integration-tests/counts-are-valid.t line 32.
#          got: '2'
#     expected: '3'
Use of uninitialized value in numeric eq (==) at t/integration-tests/counts-are-valid.t line 38.

#   Failed test 'Rate of counter is calculated according to flushInterval'
#   at t/integration-tests/counts-are-valid.t line 38.
Use of uninitialized value in numeric eq (==) at t/integration-tests/counts-are-valid.t line 41.

#   Failed test 'Counter cumulative value should be the sum of all values sent'
#   at t/integration-tests/counts-are-valid.t line 41.
# Looks like you failed 3 tests of 4.
t/integration-tests/counts-are-valid.t ..... 
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/4 subtests 
2016-06-01 17:17:58.000000 +0200 note  Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Graphite backend
2016-06-01 17:17:58.000000 +0200 info  AnyEvent: Autoloaded model 'AnyEvent::Impl::EV', using it.
Couldn't set SO_RCVBUF: Keine Buffer verfügbar at /usr/home/eserte/.cpan/build/2016060115/Net-Statsd-Server-0.20-lfzo8D/bin/../lib/Net/Statsd/Server.pm line 709.
2016-06-01 17:17:58.566557 +0200 note  Net::Statsd::Server: statsd server started on 0.0.0.0:40001 (v0.17)
2016-06-01 17:17:58.567483 +0200 note  Net::Statsd::Server: manager interface started on 0.0.0.0:40002
2016-06-01 17:17:58.568428 +0200 note  Net::Statsd::Server: metrics flush will happen every 1s
2016-06-01 17:17:59.560894 +0200 note  Net::Statsd::Server: flushing metrics
# First flush. Test gauge should be there.
Use of uninitialized value in numeric eq (==) at t/integration-tests/delete-gauges-false.t line 41.

#   Failed test 'Got back the expected gauge value'
#   at t/integration-tests/delete-gauges-false.t line 41.
2016-06-01 17:18:00.570842 +0200 note  Net::Statsd::Server: flushing metrics
# Second flush. deleteGauges=false should keep the test gauge.

#   Failed test 'deleteGauges=false overrides deleteIdleStats=true'
#   at t/integration-tests/delete-gauges-false.t line 51.
# Looks like you failed 2 tests of 4.
t/integration-tests/delete-gauges-false.t .. 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/4 subtests 
2016-06-01 17:18:01.000000 +0200 note  Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Graphite backend
2016-06-01 17:18:01.000000 +0200 info  AnyEvent: Autoloaded model 'AnyEvent::Impl::EV', using it.
Couldn't set SO_RCVBUF: Keine Buffer verfügbar at /usr/home/eserte/.cpan/build/2016060115/Net-Statsd-Server-0.20-lfzo8D/bin/../lib/Net/Statsd/Server.pm line 709.
2016-06-01 17:18:01.220153 +0200 note  Net::Statsd::Server: statsd server started on 0.0.0.0:40001 (v0.17)
2016-06-01 17:18:01.221158 +0200 note  Net::Statsd::Server: manager interface started on 0.0.0.0:40002
2016-06-01 17:18:01.222224 +0200 note  Net::Statsd::Server: metrics flush will happen every 1s
2016-06-01 17:18:02.220901 +0200 note  Net::Statsd::Server: flushing metrics
# First flush. Test gauge should be there.
2016-06-01 17:18:03.220853 +0200 note  Net::Statsd::Server: flushing metrics
# Second flush. deleteIdleStats should have cleared the test gauge.
t/integration-tests/delete-idle-stats.t .... ok
2016-06-01 17:18:04.000000 +0200 note  Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Console backend
2016-06-01 17:18:04.000000 +0200 note  Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Graphite backend
2016-06-01 17:18:04.000000 +0200 info  AnyEvent: Autoloaded model 'AnyEvent::Impl::EV', using it.
Couldn't set SO_RCVBUF: Keine Buffer verfügbar at /usr/home/eserte/.cpan/build/2016060115/Net-Statsd-Server-0.20-lfzo8D/bin/../lib/Net/Statsd/Server.pm line 709.
2016-06-01 17:18:04.078205 +0200 note  Net::Statsd::Server: statsd server started on 0.0.0.0:40001 (v0.17)
2016-06-01 17:18:04.078850 +0200 note  Net::Statsd::Server: manager interface started on 0.0.0.0:40002
2016-06-01 17:18:04.079437 +0200 note  Net::Statsd::Server: metrics flush will happen every 1s
2016-06-01 17:18:05.081077 +0200 note  Net::Statsd::Server: flushing metrics
Flushing stats at Wed Jun  1 17:18:05 2016
{"timers":{},"counters":{"statsd.packets_received":0,"statsd.bad_lines_seen":0},"pctThreshold":[90],"sets":null,"timer_data":{},"counter_rates":{"statsd.packets_received":0,"statsd.bad_lines_seen":0},"gauges":{}}
# stats.counters.statsd.packets_received.rate 0.000000 1464794285
# stats.counters.statsd.packets_received.count 0 1464794285
# stats.counters.statsd.bad_lines_seen.rate 0.000000 1464794285
# stats.counters.statsd.bad_lines_seen.count 0 1464794285
# stats.statsd.numStats 2 1464794285
# stats.statsd.graphiteStats.calculationtime 0.219000 1464794285
# stats.statsd.processing_time 0.065 1464794285
# stats.statsd.graphiteStats.last_exception 1099056736 1464794285
# stats.statsd.graphiteStats.last_flush 1099056736 1464794285

#   Failed test 'Counter key name with tags is preserved correctly'
#   at t/integration-tests/keys-with-tags.t line 33.
#          got: undef
#     expected: '100'
# Looks like you failed 1 test of 2.
t/integration-tests/keys-with-tags.t ....... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests 
2016-06-01 17:18:05.000000 +0200 note  Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Graphite backend
2016-06-01 17:18:05.000000 +0200 info  AnyEvent: Autoloaded model 'AnyEvent::Impl::EV', using it.
Couldn't set SO_RCVBUF: Keine Buffer verfügbar at /usr/home/eserte/.cpan/build/2016060115/Net-Statsd-Server-0.20-lfzo8D/bin/../lib/Net/Statsd/Server.pm line 709.
2016-06-01 17:18:05.636986 +0200 note  Net::Statsd::Server: statsd server started on 0.0.0.0:40001 (v0.17)
2016-06-01 17:18:05.637670 +0200 note  Net::Statsd::Server: manager interface started on 0.0.0.0:40002
2016-06-01 17:18:05.638361 +0200 note  Net::Statsd::Server: metrics flush will happen every 1s
# Expected mean value is 2129.97
2016-06-01 17:18:06.641089 +0200 note  Net::Statsd::Server: flushing metrics
# stats.counters.statsd.packets_received.rate 100.000000 1464794286
# stats.counters.statsd.packets_received.count 100 1464794286
# stats.counters.statsd.bad_lines_seen.rate 0.000000 1464794286
# stats.counters.statsd.bad_lines_seen.count 0 1464794286
# stats.timers.read_latency.count_ps 100.000000 1464794286
# stats.timers.read_latency.mean_95 2086.821053 1464794286
# stats.timers.read_latency.mean 2129.970000 1464794286
# stats.timers.read_latency.lower 1023.000000 1464794286
# stats.timers.read_latency.sum_98 207080.000000 1464794286
# stats.timers.read_latency.count_99 99.000000 1464794286
# stats.timers.read_latency.count 100.000000 1464794286
# stats.timers.read_latency.upper_95 2922.000000 1464794286
# stats.timers.read_latency.sum_squares_95 443206514.000000 1464794286
# stats.timers.read_latency.sum_99 210038.000000 1464794286
# stats.timers.read_latency.count_98 98.000000 1464794286
# stats.timers.read_latency.sum_squares_99 477957934.000000 1464794286
# stats.timers.read_latency.mean_99 2121.595960 1464794286
# stats.timers.read_latency.count_95 95.000000 1464794286
# stats.timers.read_latency.median 2233.500000 1464794286
# stats.timers.read_latency.sum_squares 486713615.000000 1464794286
# stats.timers.read_latency.upper 2959.000000 1464794286
# stats.timers.read_latency.sum_95 198248.000000 1464794286
# stats.timers.read_latency.mean_98 2113.061224 1464794286
# stats.timers.read_latency.std 574.772954 1464794286
# stats.timers.read_latency.sum_squares_98 469208170.000000 1464794286
# stats.timers.read_latency.upper_99 2958.000000 1464794286
# stats.timers.read_latency.sum 212997.000000 1464794286
# stats.timers.read_latency.upper_98 2954.000000 1464794286
# stats.statsd.numStats 3 1464794286
# stats.statsd.graphiteStats.calculationtime 0.386000 1464794286
# stats.statsd.processing_time 0.706 1464794286
# stats.statsd.graphiteStats.last_exception 1099056736 1464794286
# stats.statsd.graphiteStats.last_flush 1099056736 1464794286
t/integration-tests/percent-threshold.t .... ok
2016-06-01 17:18:07.000000 +0200 note  Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Console backend
2016-06-01 17:18:07.000000 +0200 note  Net::Statsd::Server: Initializing Net::Statsd::Server::Backend::Graphite backend
2016-06-01 17:18:07.000000 +0200 info  AnyEvent: Autoloaded model 'AnyEvent::Impl::EV', using it.
Couldn't set SO_RCVBUF: Keine Buffer verfügbar at /usr/home/eserte/.cpan/build/2016060115/Net-Statsd-Server-0.20-lfzo8D/bin/../lib/Net/Statsd/Server.pm line 709.
2016-06-01 17:18:07.382812 +0200 note  Net::Statsd::Server: statsd server started on 0.0.0.0:40001 (v0.17)
2016-06-01 17:18:07.383268 +0200 note  Net::Statsd::Server: manager interface started on 0.0.0.0:40002
2016-06-01 17:18:07.383646 +0200 note  Net::Statsd::Server: metrics flush will happen every 1s
2016-06-01 17:18:08.394123 +0200 note  Net::Statsd::Server: flushing metrics
Flushing stats at Wed Jun  1 17:18:08 2016
{"sets":null,"pctThreshold":["90"],"gauges":{},"timers":{"a_test_value":["100"]},"counter_rates":{"statsd.packets_received":1,"statsd.bad_lines_seen":0},"timer_data":{"a_test_value":{"median":"100","count_90":1,"sum_90":"100","sum_squares_90":10000,"mean":100,"sum_squares":10000,"upper":"100","mean_90":"100","sum":"100","lower":"100","std":0,"count":1,"count_ps":1,"upper_90":"100"}},"counters":{"statsd.bad_lines_seen":0,"statsd.packets_received":1}}
# stats.counters.statsd.bad_lines_seen.rate 0.000000 1464794288
# stats.counters.statsd.bad_lines_seen.count 0 1464794288
# stats.counters.statsd.packets_received.rate 1.000000 1464794288
# stats.counters.statsd.packets_received.count 1 1464794288
# stats.timers.a_test_value.median 100.000000 1464794288
# stats.timers.a_test_value.count_90 1.000000 1464794288
# stats.timers.a_test_value.sum_90 100.000000 1464794288
# stats.timers.a_test_value.sum_squares_90 10000.000000 1464794288
# stats.timers.a_test_value.mean 100.000000 1464794288
# stats.timers.a_test_value.sum_squares 10000.000000 1464794288
# stats.timers.a_test_value.upper 100.000000 1464794288
# stats.timers.a_test_value.mean_90 100.000000 1464794288
# stats.timers.a_test_value.sum 100.000000 1464794288
# stats.timers.a_test_value.lower 100.000000 1464794288
# stats.timers.a_test_value.std 0.000000 1464794288
# stats.timers.a_test_value.count 1.000000 1464794288
# stats.timers.a_test_value.count_ps 1.000000 1464794288
# stats.timers.a_test_value.upper_90 100.000000 1464794288
# stats.statsd.numStats 3 1464794288
# stats.statsd.graphiteStats.calculationtime 1.934000 1464794288
# stats.statsd.processing_time 0.832 1464794288
# stats.statsd.graphiteStats.last_exception 1099056736 1464794288
# stats.statsd.graphiteStats.last_flush 1099056736 1464794288
t/integration-tests/timers-are-valid.t ..... ok
t/process-metrics.t ........................ ok
t/trim.t ................................... ok

Test Summary Report
-------------------
t/integration-tests/bad-message.t        (Wstat: 256 Tests: 4 Failed: 1)
  Failed test:  4
  Non-zero exit status: 1
t/integration-tests/counts-are-valid.t   (Wstat: 768 Tests: 4 Failed: 3)
  Failed tests:  2-4
  Non-zero exit status: 3
t/integration-tests/delete-gauges-false.t (Wstat: 512 Tests: 4 Failed: 2)
  Failed tests:  2, 4
  Non-zero exit status: 2
t/integration-tests/keys-with-tags.t     (Wstat: 256 Tests: 2 Failed: 1)
  Failed test:  2
  Non-zero exit status: 1
Files=12, Tests=92, 20 wallclock secs ( 0.15 usr  0.09 sys +  4.19 cusr  0.76 csys =  5.18 CPU)
Result: FAIL
Failed 4/12 test programs. 7/92 subtests failed.
*** [test_dynamic] Error code 255

Stop in /usr/home/eserte/.cpan/build/2016060115/Net-Statsd-Server-0.20-lfzo8D.

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

Prerequisite modules loaded:

requires:

    Module                Need Have    
    --------------------- ---- --------
    AnyEvent::Handle::UDP 0    0.043   
    IO::Socket::INET      0    1.35    
    JSON::XS              0    3.02    

build_requires:

    Module                Need Have    
    --------------------- ---- --------
    ExtUtils::MakeMaker   0    7.14    
    Test::More            0    1.302022

configure_requires:

    Module                Need Have    
    --------------------- ---- --------
    ExtUtils::MakeMaker   0    7.14    


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

Environment variables:

    LC_ALL = de_DE.ISO8859-1
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd9.3:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/usr/home/eserte/src/srezic-misc/scripts
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 43755
    PERL5_CPAN_IS_RUNNING = 43755
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 43703,43755
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2016060115/cpanreporter_000_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    SHELL = /usr/local/bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023/2016060115

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

    $^X = /usr/perl5.20.0/bin/perl
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.10    
    CPAN::Meta          2.150005
    Cwd                 3.62    
    ExtUtils::CBuilder  0.280223
    ExtUtils::Command   7.14    
    ExtUtils::Install   2.04    
    ExtUtils::MakeMaker 7.14    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.30    
    File::Spec          3.62    
    JSON                2.90    
    JSON::PP            2.27300 
    Module::Build       0.4214  
    Module::Signature   0.79    
    Parse::CPAN::Meta   1.4417  
    Test::Harness       3.35    
    Test::More          1.302022
    YAML                1.15    
    YAML::Syck          1.29    
    version             0.9917  


--

Summary of my perl5 (revision 5 version 20 subversion 0) configuration:
   
  Platform:
    osname=freebsd, osvers=9.2-release-p4, archname=amd64-freebsd
    uname='freebsd cvrsnica-freebsd-92 9.2-release-p4 freebsd 9.2-release-p4 #0: tue apr 8 18:08:22 utc 2014 root@amd64-builder.daemonology.net:usrobjusrsrcsysgeneric amd64 '
    config_args='-ds -e -Dprefix=/usr/perl5.20.0'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
    optimize='-O',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.2.1 20070831 patched [FreeBSD]', 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='cc', ldflags ='-Wl,-E  -fstack-protector -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib /usr/include/gcc/4.2 /usr/lib
    libs=-lgdbm -lm -lcrypt -lutil -lc
    perllibs=-lm -lcrypt -lutil -lc
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fPIC', lddlflags='-shared  -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
                        PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
                        USE_64_BIT_ALL USE_64_BIT_INT USE_LARGE_FILES
                        USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
  Built under freebsd
  Compiled at May 27 2014 13:55:26
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="43755"
    PERL5_CPAN_IS_RUNNING="43755"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="43703,43755"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2016060115/cpanreporter_000_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
  @INC:
    /usr/perl5.20.0/lib/site_perl/5.20.0/amd64-freebsd
    /usr/perl5.20.0/lib/site_perl/5.20.0
    /usr/perl5.20.0/lib/5.20.0/amd64-freebsd
    /usr/perl5.20.0/lib/5.20.0
    .