Mojolicious-Plugin-ReplyTable v0.10 Perl 5 v5.30.2 amd64-freebsd
- Status
- Fail
- From
- Slaven Rezić
- Dist
-
Mojolicious-Plugin-ReplyTable v0.10
- Platform
- Perl 5 v5.30.2 amd64-freebsd
- Date
- 2021-03-23 19:56:22
- ID
- d7ac7bd4-8c11-11eb-993d-cd3a1f24ea8f
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 Joel Berger,
This is a computer-generated report for Mojolicious-Plugin-ReplyTable-0.10
on perl 5.30.2, created by CPAN-Reporter-1.2018.
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 './Build test':
# Failed test '200 OK'
# at t/basic.t line 39.
# got: '404'
# expected: '200'
# Failed test 'Content-Type is similar'
# at t/basic.t line 39.
# 'text/html;charset=UTF-8'
# doesn't match '(?^u:application/json)'
# Failed test '200 OK'
# at t/basic.t line 47.
# got: '404'
# expected: '200'
# Failed test '200 OK'
# at t/basic.t line 60.
# got: '404'
# expected: '200'
# Failed test 'Content-Type is similar'
# at t/basic.t line 60.
# 'text/html;charset=UTF-8'
# doesn't match '(?^u:application/json)'
# Failed test 'exact match for JSON Pointer ""'
# at t/basic.t line 60.
# Structures begin differing at:
# $got = undef
# $expected = ARRAY(0x803cc1648)
# Failed test '200 OK'
# at t/basic.t line 67.
# got: '404'
# expected: '200'
# Failed test 'Content-Type is similar'
# at t/basic.t line 67.
# 'text/html;charset=UTF-8'
# doesn't match '(?^u:text/csv)'
# Failed test 'data returned as csv'
# at t/basic.t line 75.
# Structures begin differing at:
# $got->[0][0] = '<!DOCTYPE html>'
# $expected->[0][0] = 'head1'
# Failed test '200 OK'
# at t/basic.t line 80.
# got: '404'
# expected: '200'
# Failed test 'Content-Type is similar'
# at t/basic.t line 80.
# 'text/html;charset=UTF-8'
# doesn't match '(?^u:text/csv)'
# Failed test 'data returned as psv'
# at t/basic.t line 88.
# Structures begin differing at:
# $got->[0][0] = '<!DOCTYPE html>'
# $expected->[0][0] = 'head1'
# Failed test '500 Internal Server Error'
# at t/basic.t line 93.
# got: '404'
# expected: '500'
# Failed test 'similar match for selector "#error"'
# at t/basic.t line 93.
# ''
# doesn't match '(?^ui:unknown attribute)'
# Failed test '200 OK'
# at t/basic.t line 99.
# got: '404'
# expected: '200'
# Failed test 'data returned as html'
# at t/basic.t line 105.
# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = ARRAY(0x800e20c48)
# Failed test '200 OK'
# at t/basic.t line 108.
# got: '404'
# expected: '200'
# Failed test 'correct html table headers'
# at t/basic.t line 114.
# Structures begin differing at:
# $got->[0] = 'Pattern'
# $expected->[0] = 'head1'
# Failed test 'correct html table body'
# at t/basic.t line 116.
# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = ARRAY(0x803683210)
# Failed test '200 OK'
# at t/basic.t line 123.
# got: '404'
# expected: '200'
# Failed test 'Content-Type is similar'
# at t/basic.t line 123.
# 'text/html;charset=UTF-8'
# doesn't match '(?^u:text/plain)'
# Failed test 'text table has correct information'
# at t/basic.t line 130.
Wide character in print at /usr/perl5.30.2p/lib/site_perl/5.30.2/Test2/Formatter/TAP.pm line 125.
# got: '<!DOCTYPE html> <!-- Request ID: LkyEIBOl_z3p --> <html> <head> <title>Page Not Found (development mode)</title> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Expires" content="-1"> <script src="/mojo/jquery/jquery.js"></script> <script src="/mojo/highlight.js/highlight.min.js"></script> <script src="/mojo/highlight.js/mojolicious.min.js"></script> <script src="/mojo/bootstrap/bootstrap.js"></script> <link href="/mojo/bootstrap/bootstrap.css" rel="stylesheet"> <link href="/mojo/highlight.js/highlight-mojo-dark.css" rel="stylesheet"> <link href="/mojo/fontawesome/fontawesome.css" rel="stylesheet"> <link href="/mojo/mojo.css" rel="stylesheet"> <script> hljs.initHighlightingOnLoad(); $(function () { $('[data-toggle="tooltip"]').tooltip() }); </script> </head> <body class="d-flex flex-column h-100"> <header> <nav class="navbar navbar-expand-lg navbar-dark mojobar"> <a href="https://mojolicious.org" id="mojobar-brand" class="navbar-brand"> <picture> <img src="/mojo/logo-white.png" srcset="/mojo/logo-white-2x.png 2x"> </picture> </a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div id="navbarNav" class="collapse navbar-collapse"> <ul class="navbar-nav mr-auto"> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Documentation </a> <div class="dropdown-menu" aria-labelledby="navbarDropdown"> <a class="dropdown-item" href="https://docs.mojolicious.org">Overview</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="https://docs.mojolicious.org/Mojolicious/Guides/Tutorial">Tutorial</a> <a class="dropdown-item" href="https://docs.mojolicious.org/Mojolicious/Guides/Growing">Growing</a> <a class="dropdown-item" href="https://docs.mojolicious.org/Mojolicious/Guides/Routing">Routing</a> <a class="dropdown-item" href="https://docs.mojolicious.org/Mojolicious/Guides/Rendering">Rendering</a> <a class="dropdown-item" href="https://docs.mojolicious.org/Mojolicious/Guides/Testing">Testing</a> <a class="dropdown-item" href="https://docs.mojolicious.org/Mojolicious/Guides/Cookbook">Cookbook</a> <a class="dropdown-item" href="https://docs.mojolicious.org/Mojolicious/Guides/Contributing">Contributing</a> <a class="dropdown-item" href="https://docs.mojolicious.org/Mojolicious/Guides/FAQ">FAQ</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="https://docs.mojolicious.org#API">API</a> </div> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" id="communityDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Community </a> <div class="dropdown-menu" aria-labelledby="communityDropdown"> <a class="dropdown-item" href="https://webchat.freenode.net/#mojo">Chat</a> <a class="dropdown-item" href="https://forum.mojolicious.org">Forum</a> <a class="dropdown-item" href="https://twitter.com/mojolicious_org">Twitter</a> <a class="dropdown-item" href="https://blogs.mojolicious.org">Blogs</a> <a class="dropdown-item" href="https://www.linkedin.com/groups/8963713/">LinkedIn</a> <a class="dropdown-item" href="https://github.com/mojolicious/mojo/wiki">Wiki</a> <a class="dropdown-item" href="https://metacpan.org/release/Mojolicious/">CPAN</a> </div> </li> <li class="nav-item"> <a class="nav-link" href="https://github.com/mojolicious/mojo/">Contribute on GitHub</a> </li> </ul> <form action="https://www.google.com/cse" target="_blank" class="form-inline my-2 my-lg-0"> <input name="cx" type="hidden" value="014527573091551588235:pwfplkjpgbi"> <input name="ie" type="hidden" value="UTF-8"> <input name="q" placeholder="Search..." type="search"> </form> </div> </nav> </header> <script> function mojoDrawer(handle, drawer) { $(handle).on('click', function () { $(drawer).slideToggle('slow'); var text = $(handle + ' div.tap').text(); text = text == "tap for more" ? "tap for less" : "tap for more"; $(handle + ' div.tap').text(text); }); $(drawer).toggle(); } $(function () { mojoDrawer('#trace', '#frames'); mojoDrawer('#more', '#infos'); }); </script> <div class="container flex-grow-1"> <div class="row flex-wrap"> <main class="col-sm-12 col-md-8 col-lg-10 py-md-3 pl-md-5"> <div class="row mojo-divider"> <div class="alert alert-warning wide" role="alert"> <h2>Page Not Found</h2> This application is in <b>development</b> mode and will show internal information to help you with debugging. </div> <div id="routes" class="box no-padding border-radius-both"> <div class="padded-content"> <p> None of these routes could generate a response for your <code>GET</code> request for <code>/table.txt</code>, maybe you need to add a new one? </p> </div> <table class="striped-grey wide"> <thead> <tr> <th>Pattern</th> <th>Methods</th> <th>Name</th> </tr> </thead> <tr data-toggle="tooltip" data-placement="left" data-html="true" title="<b>Regex:</b> <code>^\/table</code>"> <td class="value"> <pre>/table</pre> </td> <td class="value"> <pre>*</pre> </td> <td class="value"> <span class="badge badge-secondary">table</span> </td> </tr> <tr data-toggle="tooltip" data-placement="left" data-html="true" title="<b>Regex:</b> <code>^\/json</code>"> <td class="value"> <pre>/json</pre> </td> <td class="value"> <pre>*</pre> </td> <td class="value"> <span class="badge badge-secondary">json</span> </td> </tr> <tr data-toggle="tooltip" data-placement="left" data-html="true" title="<b>Regex:</b> <code>^\/header</code>"> <td class="value"> <pre>/header</pre> </td> <td class="value"> <pre>*</pre> </td> <td class="value"> <span class="badge badge-secondary">header</span> </td> </tr> <tr data-toggle="tooltip" data-placement="left" data-html="true" title="<b>Regex:</b> <code>^\/override</code>"> <td class="value"> <pre>/override</pre> </td> <td class="value"> <pre>*</pre> </td> <td class="value"> <span class="badge badge-secondary">override</span> </td> </tr> </table> </div> </div> <div class="row mojo-divider"> <div id="request" class="box no-padding no-bottom-border border-radius-top"> <table class="striped fixed-table wide"> <tr> <td class="key text-right">Request ID:</td> <td class="value"><pre>LkyEIBOl_z3p</pre></td> </tr> <tr> <td class="key text-right">Method:</td> <td class="value"><pre>GET</pre></td> </tr> <tr> <td class="key text-right">URL:</td> <td class="value"><pre>/table.txt</pre></td> </tr> <tr> <td class="key text-right">Base URL:</td> <td class="value"><pre>http://127.0.0.1:33667</pre></td> </tr> <tr> <td class="key text-right">Parameters:</td> <td class="value"><pre>{} </pre></td> </tr> <tr> <td class="key text-right">Stash:</td> <td class="value"><pre>{} </pre></td> </tr> <tr> <td class="key text-right">Session:</td> <td class="value"><pre>{} </pre></td> </tr> <tr> <td class="key text-right">Version:</td> <td class="value"><pre>1.1</pre></td> </tr> <tr> <td class="key text-right">Accept-Encoding:</td> <td class="value"><pre>gzip</pre></td> </tr> <tr> <td class="key text-right">Host:</td> <td class="value"><pre>127.0.0.1:33667</pre></td> </tr> <tr> <td class="key text-right">User-Agent:</td> <td class="value"><pre>Mojolicious (Perl)</pre></td> </tr> </table> </div> <div id="more" class="box no-padding more no-top-border border-radius-bottom"> <div id="infos"> <table class="striped fixed-table wide"> <tr> <td class="key text-right">Perl:</td> <td class="value"><pre>v5.30.2 (freebsd)</pre></td> </tr> <tr> <td class="key text-right">Mojolicious:</td> <td class="value"><pre>9.13 (Waffle)</pre></td> </tr> <tr> <td class="key text-right">Home:</td> <td class="value"><pre>/usr/home/cpansand/.cpan/build/2021032318/Mojolicious-Plugin-ReplyTable-0.10-3/t</pre></td> </tr> <tr> <td class="key text-right">Template paths:</td> <td class="value"><pre>[ "/usr/home/cpansand/.cpan/build/2021032318/Mojolicious-Plugin-ReplyTable-0.10-3/t/templates" ] </pre></td> </tr> <tr> <td class="key text-right">Template classes:</td> <td class="value"><pre>[ "main", "Mojolicious::Plugin::ReplyTable" ] </pre></td> </tr> <tr> <td class="key text-right">Static paths:</td> <td class="value"><pre>[ "/usr/home/cpansand/.cpan/build/2021032318/Mojolicious-Plugin-ReplyTable-0.10-3/t/public" ] </pre></td> </tr> <tr> <td class="key text-right">Static classes:</td> <td class="value"><pre>[ "main" ] </pre></td> </tr> <tr> <td class="key text-right">Include:</td> <td class="value"><pre>[ sub { "DUMMY" }, "/usr/home/cpansand/.cpan/build/2021032318/Mojolicious-Plugin-ReplyTable-0.10-3/blib/arch", "/usr/home/cpansand/.cpan/build/2021032318/Mojolicious-Plugin-ReplyTable-0.10-3/blib/lib", "/home/cpansand/.cpan/build/2021032318/Text-CSV-2.00-0/blib/arch", "/home/cpansand/.cpan/build/2021032318/Text-CSV-2.00-0/blib/lib", "/home/cpansand/.cpan/build/2021032318/Test-Without-Module-0.20-1/blib/arch", "/home/cpansand/.cpan/build/2021032318/Test-Without-Module-0.20-1/blib/lib", "/home/cpansand/.cpan/build/2021032318/Mojolicious-9.13-23/blib/arch", "/home/cpansand/.cpan/build/2021032318/Mojolicious-9.13-23/blib/lib", "/home/cpansand/.cpan/build/2021032318/JSON-XS-4.03-0/blib/arch", "/home/cpansand/.cpan/build/2021032318/JSON-XS-4.03-0/blib/lib", "/home/cpansand/.cpan/build/2021032318/Types-Serialiser-1.01-0/blib/arch", "/home/cpansand/.cpan/build/2021032318/Types-Serialiser-1.01-0/blib/lib", "/home/cpansand/.cpan/build/2021032318/common-sense-3.75-0/blib/arch", "/home/cpansand/.cpan/build/2021032318/common-sense-3.75-0/blib/lib", "/home/cpansand/.cpan/build/2021032318/Canary-Stability-2013-0/blib/arch", "/home/cpansand/.cpan/build/2021032318/Canary-Stability-2013-0/blib/lib", "/home/cpansand/.cpan/build/2021032318/JSON-RPC2-v2.1.2-1/blib/arch", "/home/cpansand/.cpan/build/2021032318/JSON-RPC2-v2.1.2-1/blib/lib", "/home/cpansand/.cpan/build/2021032318/Test-Exception-0.43-1/blib/arch", "/home/cpansand/.cpan/build/2021032318/Test-Exception-0.43-1/blib/lib", "/home/cpansand/.cpan/build/2021032318/Sub-Uplevel-0.2800-3/blib/arch", "/home/cpansand/.cpan/build/2021032318/Sub-Uplevel-0.2800-3/blib/lib", "/home/cpansand/.cpan/build/2021032318/JSON-MaybeXS-1.004003-0/blib/arch", "/home/cpansand/.cpan/build/2021032318/JSON-MaybeXS-1.004003-0/blib/lib", "/home/cpansand/.cpan/build/2021032318/Cpanel-JSON-XS-4.25-0/blib/arch", "/home/cpansand/.cpan/build/2021032318/Cpanel-JSON-XS-4.25-0/blib/lib", "/usr/perl5.30.2p/lib/site_perl/5.30.2/amd64-freebsd", "/usr/perl5.30.2p/lib/site_perl/5.30.2", "/usr/perl5.30.2p/lib/5.30.2/amd64-freebsd", "/usr/perl5.30.2p/lib/5.30.2", "." ] </pre></td> </tr> <tr> <td class="key text-right">Config:</td> <td class="value"><pre>{} </pre></td> </tr> <tr> <td class="key text-right">Moniker:</td> <td class="value"><pre>basic</pre></td> </tr> <tr> <td class="key text-right">Name:</td> <td class="value"><pre>t/basic.t</pre></td> </tr> <tr> <td class="key text-right">Executable:</td> <td class="value"><pre>/usr/perl5.30.2p/bin/perl</pre></td> </tr> <tr> <td class="key text-right">PID:</td> <td class="value"><pre>12404</pre></td> </tr> <tr> <td class="key text-right">Time:</td> <td class="value"><pre>Tue Mar 23 18:46:38 2021</pre></td> </tr> </table> </div> <div class="tap tap-border-top">tap for more</div> </div> </div> <div class="row"> <div class="alert alert-warning wide" role="alert"> The application log appears to be empty, perhaps the log level <b>fatal</b> is too high? </div> </div> </main> </div> </div> <footer> <div class="container-fluid p-3 mojo-footer"> <div class="row"> <div class="col-sm align-self-center text-center mojo-free"> <b>Free</b> and <b>Open Source</b>. </div> <div class="col-sm align-self-center text-center mojo-copy"> <i class="far fa-copyright"></i> 2008-2021 Sebastian Riedel and the <a href="https://docs.mojolicious.org/Mojolicious#AUTHORS">Mojolicious contributors</a>. </div> <div class="col-sm align-self-center text-center mojo-social"> <a alt="GitHub" href="https://github.com/mojolicious/mojo"><i class="fab fa-github-alt"></i></a> <a alt="Twitter" href="https://twitter.com/mojolicious_org"><i class="fab fa-twitter"></i></a> <a alt="LinkedIn" href="https://www.linkedin.com/groups/8963713/"><i class="fab fa-linkedin"></i></a> </div> </div> </div> </footer> </body> </html>'
# expected: 'head1 head2 head3 r1c1 r1c2 r1c3 r2c1 r2c2â r2c3'
# Failed test '406 Not Acceptable'
# at t/basic.t line 170.
# got: '404'
# expected: '406'
# Failed test '406 Not Acceptable'
# at t/basic.t line 188.
# got: '404'
# expected: '406'
# Looks like you failed 24 tests of 66.
t/basic.t ..
Dubious, test returned 24 (wstat 6144, 0x1800)
Failed 24/66 subtests
(less 18 skipped subtests: 24 okay)
Test Summary Report
-------------------
t/basic.t (Wstat: 6144 Tests: 66 Failed: 24)
Failed tests: 5-6, 11, 18-20, 22-24, 26-28, 30-31, 33
35, 37, 39-40, 42-44, 56, 62
Non-zero exit status: 24
Files=1, Tests=66, 0 wallclock secs ( 0.05 usr 0.01 sys + 0.65 cusr 0.09 csys = 0.80 CPU)
Result: FAIL
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
--------------------- ----- -----
Mojolicious 5.60 9.13
Text::CSV 0 2.00
build_requires:
Module Need Have
--------------------- ----- -----
Test::Without::Module 0 0.20
configure_requires:
Module Need Have
--------------------- ----- -----
Module::Build::Tiny 0.034 0.039
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd13.0:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/usr/home/eserte/src/srezic-misc/scripts
PERL5LIB = /home/cpansand/.cpan/build/2021032318/Text-CSV-2.00-0/blib/arch:/home/cpansand/.cpan/build/2021032318/Text-CSV-2.00-0/blib/lib:/home/cpansand/.cpan/build/2021032318/Test-Without-Module-0.20-1/blib/arch:/home/cpansand/.cpan/build/2021032318/Test-Without-Module-0.20-1/blib/lib:/home/cpansand/.cpan/build/2021032318/Mojolicious-9.13-23/blib/arch:/home/cpansand/.cpan/build/2021032318/Mojolicious-9.13-23/blib/lib:/home/cpansand/.cpan/build/2021032318/JSON-XS-4.03-0/blib/arch:/home/cpansand/.cpan/build/2021032318/JSON-XS-4.03-0/blib/lib:/home/cpansand/.cpan/build/2021032318/Types-Serialiser-1.01-0/blib/arch:/home/cpansand/.cpan/build/2021032318/Types-Serialiser-1.01-0/blib/lib:/home/cpansand/.cpan/build/2021032318/common-sense-3.75-0/blib/arch:/home/cpansand/.cpan/build/2021032318/common-sense-3.75-0/blib/lib:/home/cpansand/.cpan/build/2021032318/Canary-Stability-2013-0/blib/arch:/home/cpansand/.cpan/build/2021032318/Canary-Stability-2013-0/blib/lib:/home/cpansand/.cpan/build/2021032318/JSON-RPC2-v2.1.2-1/blib/arch:/home/cpansand/.cpan/build/2021032318/JSON-RPC2-v2.1.2-1/blib/lib:/home/cpansand/.cpan/build/2021032318/Test-Exception-0.43-1/blib/arch:/home/cpansand/.cpan/build/2021032318/Test-Exception-0.43-1/blib/lib:/home/cpansand/.cpan/build/2021032318/Sub-Uplevel-0.2800-3/blib/arch:/home/cpansand/.cpan/build/2021032318/Sub-Uplevel-0.2800-3/blib/lib:/home/cpansand/.cpan/build/2021032318/JSON-MaybeXS-1.004003-0/blib/arch:/home/cpansand/.cpan/build/2021032318/JSON-MaybeXS-1.004003-0/blib/lib:/home/cpansand/.cpan/build/2021032318/Cpanel-JSON-XS-4.25-0/blib/arch:/home/cpansand/.cpan/build/2021032318/Cpanel-JSON-XS-4.25-0/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 10404
PERL5_CPAN_IS_RUNNING = 10404
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 4681,10404
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2021032318/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/local/bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2021032318
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /usr/perl5.30.2p/bin/perl5.30.2
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.22
CPAN::Meta 2.150010
Cwd 3.78
ExtUtils::CBuilder 0.280231
ExtUtils::Command 7.34
ExtUtils::Install 2.14
ExtUtils::MakeMaker 7.34
ExtUtils::Manifest 1.72
ExtUtils::ParseXS 3.40
File::Spec 3.78
JSON n/a
JSON::PP 4.02
Module::Build 0.4231
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.42
Test::More 1.302183
YAML 1.30
YAML::Syck 1.32
version 0.9924
--
Summary of my perl5 (revision 5 version 30 subversion 2) configuration:
Platform:
osname=freebsd
osvers=13.0-current
archname=amd64-freebsd
uname='freebsd cloud2.bbbike.org 13.0-current freebsd 13.0-current #14 05d081f5c95-c266832(master): sat feb 22 00:45:50 utc 2020 root@cloud2.bbbike.org:usrobjusrhomeprojectsfreebsdamd64.amd64sysgeneric amd64 '
config_args='-ds -e -Dprefix=/usr/perl5.30.2p -Dcf_email=srezic@cpan.org -Doptimize=-O2 -pipe'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
bincompat5005=undef
Compiler:
cc='cc'
ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
optimize='-O2 -pipe'
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='FreeBSD Clang 9.0.1 (git@github.com:llvm/llvm-project.git c1a0a213378a458fbea1a5c77b315c7dce08fd05)'
gccosandvers=''
intsize=4
longsize=8
ptrsize=8
doublesize=8
byteorder=12345678
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=16
longdblkind=3
ivtype='long'
ivsize=8
nvtype='double'
nvsize=8
Off_t='off_t'
lseeksize=8
alignbytes=8
prototype=define
Linker and Libraries:
ld='cc'
ldflags ='-pthread -Wl,-E -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib /usr/lib/clang/9.0.1/lib /usr/lib
libs=-lpthread -lgdbm -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -ldl -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-strong'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
USE_64_BIT_ALL
USE_64_BIT_INT
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
Built under freebsd
Compiled at Mar 14 2020 21:36:39
%ENV:
PERL5LIB="/home/cpansand/.cpan/build/2021032318/Text-CSV-2.00-0/blib/arch:/home/cpansand/.cpan/build/2021032318/Text-CSV-2.00-0/blib/lib:/home/cpansand/.cpan/build/2021032318/Test-Without-Module-0.20-1/blib/arch:/home/cpansand/.cpan/build/2021032318/Test-Without-Module-0.20-1/blib/lib:/home/cpansand/.cpan/build/2021032318/Mojolicious-9.13-23/blib/arch:/home/cpansand/.cpan/build/2021032318/Mojolicious-9.13-23/blib/lib:/home/cpansand/.cpan/build/2021032318/JSON-XS-4.03-0/blib/arch:/home/cpansand/.cpan/build/2021032318/JSON-XS-4.03-0/blib/lib:/home/cpansand/.cpan/build/2021032318/Types-Serialiser-1.01-0/blib/arch:/home/cpansand/.cpan/build/2021032318/Types-Serialiser-1.01-0/blib/lib:/home/cpansand/.cpan/build/2021032318/common-sense-3.75-0/blib/arch:/home/cpansand/.cpan/build/2021032318/common-sense-3.75-0/blib/lib:/home/cpansand/.cpan/build/2021032318/Canary-Stability-2013-0/blib/arch:/home/cpansand/.cpan/build/2021032318/Canary-Stability-2013-0/blib/lib:/home/cpansand/.cpan/build/2021032318/JSON-RPC2-v2.1.2-1/blib/arch:/home/cpansand/.cpan/build/2021032318/JSON-RPC2-v2.1.2-1/blib/lib:/home/cpansand/.cpan/build/2021032318/Test-Exception-0.43-1/blib/arch:/home/cpansand/.cpan/build/2021032318/Test-Exception-0.43-1/blib/lib:/home/cpansand/.cpan/build/2021032318/Sub-Uplevel-0.2800-3/blib/arch:/home/cpansand/.cpan/build/2021032318/Sub-Uplevel-0.2800-3/blib/lib:/home/cpansand/.cpan/build/2021032318/JSON-MaybeXS-1.004003-0/blib/arch:/home/cpansand/.cpan/build/2021032318/JSON-MaybeXS-1.004003-0/blib/lib:/home/cpansand/.cpan/build/2021032318/Cpanel-JSON-XS-4.25-0/blib/arch:/home/cpansand/.cpan/build/2021032318/Cpanel-JSON-XS-4.25-0/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="10404"
PERL5_CPAN_IS_RUNNING="10404"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="4681,10404"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2021032318/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpansand/.cpan/build/2021032318/Text-CSV-2.00-0/blib/arch
/home/cpansand/.cpan/build/2021032318/Text-CSV-2.00-0/blib/lib
/home/cpansand/.cpan/build/2021032318/Test-Without-Module-0.20-1/blib/arch
/home/cpansand/.cpan/build/2021032318/Test-Without-Module-0.20-1/blib/lib
/home/cpansand/.cpan/build/2021032318/Mojolicious-9.13-23/blib/arch
/home/cpansand/.cpan/build/2021032318/Mojolicious-9.13-23/blib/lib
/home/cpansand/.cpan/build/2021032318/JSON-XS-4.03-0/blib/arch
/home/cpansand/.cpan/build/2021032318/JSON-XS-4.03-0/blib/lib
/home/cpansand/.cpan/build/2021032318/Types-Serialiser-1.01-0/blib/arch
/home/cpansand/.cpan/build/2021032318/Types-Serialiser-1.01-0/blib/lib
/home/cpansand/.cpan/build/2021032318/common-sense-3.75-0/blib/arch
/home/cpansand/.cpan/build/2021032318/common-sense-3.75-0/blib/lib
/home/cpansand/.cpan/build/2021032318/Canary-Stability-2013-0/blib/arch
/home/cpansand/.cpan/build/2021032318/Canary-Stability-2013-0/blib/lib
/home/cpansand/.cpan/build/2021032318/JSON-RPC2-v2.1.2-1/blib/arch
/home/cpansand/.cpan/build/2021032318/JSON-RPC2-v2.1.2-1/blib/lib
/home/cpansand/.cpan/build/2021032318/Test-Exception-0.43-1/blib/arch
/home/cpansand/.cpan/build/2021032318/Test-Exception-0.43-1/blib/lib
/home/cpansand/.cpan/build/2021032318/Sub-Uplevel-0.2800-3/blib/arch
/home/cpansand/.cpan/build/2021032318/Sub-Uplevel-0.2800-3/blib/lib
/home/cpansand/.cpan/build/2021032318/JSON-MaybeXS-1.004003-0/blib/arch
/home/cpansand/.cpan/build/2021032318/JSON-MaybeXS-1.004003-0/blib/lib
/home/cpansand/.cpan/build/2021032318/Cpanel-JSON-XS-4.25-0/blib/arch
/home/cpansand/.cpan/build/2021032318/Cpanel-JSON-XS-4.25-0/blib/lib
/usr/perl5.30.2p/lib/site_perl/5.30.2/amd64-freebsd
/usr/perl5.30.2p/lib/site_perl/5.30.2
/usr/perl5.30.2p/lib/5.30.2/amd64-freebsd
/usr/perl5.30.2p/lib/5.30.2
.