OpenAPI-Render v0.2.0 Perl 5 v5.14.0 i686-linux-thread-multi-64int
- Status
- Fail
- From
- Chris Williams (BINGOS)
- Dist
-
OpenAPI-Render v0.2.0
- Platform
- Perl 5 v5.14.0 i686-linux-thread-multi-64int
- Date
- 2023-02-03 09:34:18
- ID
- eeb0484e-a3a5-11ed-aba6-9a79f339625c
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 Andrius Merkys,
This is a computer-generated error report created automatically by
CPANPLUS, version 0.9914. Testers personal comments may appear
at the end of this report.
Thank you for uploading your work to CPAN. However, it appears that
there were some problems testing your distribution.
TEST RESULTS:
Below is the error stack from stage 'make test':
PERL_DL_NONLAZY=1 "/home/cpan/pit/rel/perl-5.14.0/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Failed test 'HTML forms generation works'
# at t/htmlforms.t line 14.
# got: '<!DOCTYPE html
# PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
# "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
# <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
# <head>
# <title>RestfulDB API v0.13.0-dev</title>
# <script type="text/javascript">//<![CDATA[
#
#
# function replace_url_parameters( form ) {
# var url = form.getAttribute( "action" );
# var inputs = form.getElementsByTagName( "input" );
# for( var i = 0; i < inputs.length; i++ ) {
# var data_in_path = inputs[i].getAttribute( "data-in-path" );
# if( data_in_path ) {
# url = url.replace( "{" + inputs[i].name + "}", inputs[i].value );
# inputs[i].disabled = "disabled";
# }
# }
# form.setAttribute( "action", url );
# }
#
#
# //]]></script>
# <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
# </head>
# <body>
# <h1>/{table}</h1><form method="get" action="https://solsa.crystallography.net/db/samples/{table}" enctype="multipart/form-data">
# <fieldset><legend>GET: Get list of entries</legend><h3>table</h3><p>Name of the table</p><input placeholder="books" name="table" type="text" required="required" data-in-path="1" /><h3>rows</h3><p>Number of entries per page</p><input name="rows" type="text" /><h3>offset</h3><p>Offset of the first entry</p><input name="offset" type="text" /><h3>filter</h3><p>Filter to select entries to show</p><input placeholder="solsaid STARTS WITH "TEST"" name="filter" type="text" /><h3>columns</h3><p>Comma-separated list of columns that are requested in the output</p><input placeholder="id,SolsaID" name="columns" type="text" /><h3>format</h3><p>Requested return format. 'html' by default</p><select name="format" >
# <option value=""></option>
# <option value="html">html</option>
# <option value="csv">csv</option>
# <option value="xlsx">xlsx</option>
# <option value="json">json</option>
# <option value="jsonapi">jsonapi</option>
# </select><h3>order</h3><p>Database ordering, e.g.: 'order=revision:u,date:d'. Specifies a comma-separated list of database columns, together with a ':' delimited order specifiers ('a' == ascending, asc; 'd' == descending, desc)</p><input placeholder="order=revision:u,date:d" name="order" type="text" /><h3>action</h3><p>Specify the action. Solely used to download templates as of now with 'action=template'.</p><select name="action" >
# <option value=""></option>
# <option value="template">template</option>
# </select><h3>select_column</h3><p>Column to perform the search.</p><input placeholder="SolsaID" name="select_column" type="text" /><h3>select_operator</h3><p>Operator to perform the search with.</p><select name="select_operator" >
# <option value=""></option>
# <option value="eq">eq</option>
# <option value="ne">ne</option>
# <option value="gt">gt</option>
# <option value="lt">lt</option>
# <option value="le">le</option>
# <option value="ge">ge</option>
# <option value="contains">contains</option>
# <option value="starts">starts</option>
# <option value="ends">ends</option>
# <option value="known">known</option>
# <option value="unknown">unknown</option>
# </select><h3>search_value</h3><p>Search value.</p><input placeholder="TEST-XX-0001" name="search_value" type="text" /><h3>select_not_operator</h3><p>Invert the matching.</p><select name="select_not_operator" >
# <option value=""></option>
# <option value="not">not</option>
# </select><h3>select_combining</h3><p>Combination with previously submitted query (conjunction, disjunction or new).</p><select name="select_combining" >
# <option value=""></option>
# <option value="new">new</option>
# <option value="append">append</option>
# <option value="within">within</option>
# </select><h3>include</h3><p>A comma-separated list of tables to be returned in the response. If not provided, all tables are returned. Currently only supported for spreadsheet downloads.</p><input placeholder="sample,experiment" name="include" type="text" /><input type="submit" onclick="replace_url_parameters( this.form )" /></fieldset>
# </form><form method="post" action="https://solsa.crystallography.net/db/samples/{table}" enctype="multipart/form-data">
# <fieldset><legend>POST: Insert or update entry or entries in a table</legend><h3>table</h3><p>Name of the table</p><input placeholder="books" name="table" type="text" required="required" data-in-path="1" /><h3>csvfile</h3><input type="file" name="csvfile" /><h3>jsonfile</h3><input type="file" name="jsonfile" /><h3>odsfile</h3><input type="file" name="odsfile" /><h3>spreadsheet</h3><input type="file" name="spreadsheet" /><h3>xlsfile</h3><input type="file" name="xlsfile" /><h3>xlsxfile</h3><input type="file" name="xlsxfile" /><input type="submit" onclick="replace_url_parameters( this.form )" /></fieldset>
# </form><form method="patch" action="https://solsa.crystallography.net/db/samples/{table}" enctype="multipart/form-data">
# <fieldset><legend>PATCH: Update entry or entries in a table</legend><h3>table</h3><p>Name of the table</p><input placeholder="books" name="table" type="text" required="required" data-in-path="1" /><h3>csvfile</h3><input type="file" name="csvfile" /><h3>jsonfile</h3><input type="file" name="jsonfile" /><h3>odsfile</h3><input type="file" name="odsfile" /><h3>spreadsheet</h3><input type="file" name="spreadsheet" /><h3>xlsfile</h3><input type="file" name="xlsfile" /><h3>xlsxfile</h3><input type="file" name="xlsxfile" /><input type="submit" name="Submit Query (cannot be handled for PATCH)" value="Submit Query (cannot be handled for PATCH)" disabled="disabled" /></fieldset>
# </form><form method="put" action="https://solsa.crystallography.net/db/samples/{table}" enctype="multipart/form-data">
# <fieldset><legend>PUT: Insert entry or entries in a table</legend><h3>table</h3><p>Name of the table</p><input placeholder="books" name="table" type="text" required="required" data-in-path="1" /><h3>csvfile</h3><input type="file" name="csvfile" /><h3>jsonfile</h3><input type="file" name="jsonfile" /><h3>odsfile</h3><input type="file" name="odsfile" /><h3>spreadsheet</h3><input type="file" name="spreadsheet" /><h3>xlsfile</h3><input type="file" name="xlsfile" /><h3>xlsxfile</h3><input type="file" name="xlsxfile" /><input type="submit" name="Submit Query (cannot be handled for PUT)" value="Submit Query (cannot be handled for PUT)" disabled="disabled" /></fieldset>
# </form><h1>/{table}/{id}</h1><form method="get" action="https://solsa.crystallography.net/db/samples/{table}/{id}" enctype="multipart/form-data">
# <fieldset><legend>GET: Get an entry by its ID</legend><h3>table</h3><p>Name of the table</p><input placeholder="books" name="table" type="text" required="required" data-in-path="1" /><h3>id</h3><p>Unique identifier of an entry. ID and UUID are supported. In principle other unique keys should work as well.</p><input placeholder="1" name="id" type="text" required="required" data-in-path="1" /><h3>format</h3><p>Requested return format. 'html' by default</p><select name="format" >
# <option value=""></option>
# <option value="html">html</option>
# <option value="csv">csv</option>
# <option value="xlsx">xlsx</option>
# <option value="json">json</option>
# <option value="jsonapi">jsonapi</option>
# </select><h3>order</h3><p>Database ordering, e.g.: 'order=revision:u,date:d'. Specifies a comma-separated list of database columns, together with a ':' delimited order specifiers ('a' == ascending, asc; 'd' == descending, desc)</p><input placeholder="order=revision:u,date:d" name="order" type="text" /><input type="submit" onclick="replace_url_parameters( this.form )" /></fieldset>
# </form><form method="post" action="https://solsa.crystallography.net/db/samples/{table}/{id}" enctype="multipart/form-data">
# <fieldset><legend>POST: Insert or update an entry</legend><h3>table</h3><p>Name of the table</p><input placeholder="books" name="table" type="text" required="required" data-in-path="1" /><h3>id</h3><p>Unique identifier of an entry. ID and UUID are supported. In principle other unique keys should work as well.</p><input placeholder="1" name="id" type="text" required="required" data-in-path="1" /><h3>csvfile</h3><input type="file" name="csvfile" /><h3>jsonfile</h3><input type="file" name="jsonfile" /><h3>odsfile</h3><input type="file" name="odsfile" /><h3>spreadsheet</h3><input type="file" name="spreadsheet" /><h3>xlsfile</h3><input type="file" name="xlsfile" /><h3>xlsxfile</h3><input type="file" name="xlsxfile" /><input type="submit" onclick="replace_url_parameters( this.form )" /></fieldset>
# </form><form method="patch" action="https://solsa.crystallography.net/db/samples/{table}/{id}" enctype="multipart/form-data">
# <fieldset><legend>PATCH: Update an entry</legend><h3>table</h3><p>Name of the table</p><input placeholder="books" name="table" type="text" required="required" data-in-path="1" /><h3>id</h3><p>Unique identifier of an entry. ID and UUID are supported. In principle other unique keys should work as well.</p><input placeholder="1" name="id" type="text" required="required" data-in-path="1" /><h3>csvfile</h3><input type="file" name="csvfile" /><h3>jsonfile</h3><input type="file" name="jsonfile" /><h3>odsfile</h3><input type="file" name="odsfile" /><h3>spreadsheet</h3><input type="file" name="spreadsheet" /><h3>xlsfile</h3><input type="file" name="xlsfile" /><h3>xlsxfile</h3><input type="file" name="xlsxfile" /><input type="submit" name="Submit Query (cannot be handled for PATCH)" value="Submit Query (cannot be handled for PATCH)" disabled="disabled" /></fieldset>
# </form><form method="put" action="https://solsa.crystallography.net/db/samples/{table}/{id}" enctype="multipart/form-data">
# <fieldset><legend>PUT: Insert an entry to a table</legend><h3>table</h3><p>Name of the table</p><input placeholder="books" name="table" type="text" required="required" data-in-path="1" /><h3>id</h3><p>Unique identifier of an entry. ID and UUID are supported. In principle other unique keys should work as well.</p><input placeholder="1" name="id" type="text" required="required" data-in-path="1" /><h3>csvfile</h3><input type="file" name="csvfile" /><h3>jsonfile</h3><input type="file" name="jsonfile" /><h3>odsfile</h3><input type="file" name="odsfile" /><h3>spreadsheet</h3><input type="file" name="spreadsheet" /><h3>xlsfile</h3><input type="file" name="xlsfile" /><h3>xlsxfile</h3><input type="file" name="xlsxfile" /><input type="submit" name="Submit Query (cannot be handled for PUT)" value="Submit Query (cannot be handled for PUT)" disabled="disabled" /></fieldset>
# </form><form method="delete" action="https://solsa.crystallography.net/db/samples/{table}/{id}" enctype="multipart/form-data">
# <fieldset><legend>DELETE: Delete an entry</legend><h3>table</h3><p>Name of the table</p><input placeholder="books" name="table" type="text" required="required" data-in-path="1" /><h3>id</h3><p>Unique identifier of an entry. ID and UUID are supported. In principle other unique keys should work as well.</p><input placeholder="1" name="id" type="text" required="required" data-in-path="1" /><input type="submit" name="Submit Query (cannot be handled for DELETE)" value="Submit Query (cannot be handled for DELETE)" disabled="disabled" /></fieldset>
# </form><h1>/{table}/{id}/{field}</h1><form method="get" action="https://solsa.crystallography.net/db/samples/{table}/{id}/{field}" enctype="multipart/form-data">
# <fieldset><legend>GET: Get a file stored in entry's field</legend><h3>table</h3><p>Name of the table</p><input placeholder="books" name="table" type="text" required="required" data-in-path="1" /><h3>id</h3><p>Unique identifier of an entry. ID and UUID are supported. In principle other unique keys should work as well.</p><input placeholder="1" name="id" type="text" required="required" data-in-path="1" /><h3>field</h3><input name="field" type="text" required="required" data-in-path="1" /><input type="submit" onclick="replace_url_parameters( this.form )" /></fieldset>
# </form>
# </body>
# </html>
# '
# expected: '<!DOCTYPE html
# PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
# "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
# <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
# <head>
# <title>RestfulDB API v0.13.0-dev</title>
# <script type="text/javascript">//<![CDATA[
#
#
# function replace_url_parameters( form ) {
# var url = form.getAttribute( "action" );
# var inputs = form.getElementsByTagName( "input" );
# for( var i = 0; i < inputs.length; i++ ) {
# var data_in_path = inputs[i].getAttribute( "data-in-path" );
# if( data_in_path ) {
# url = url.replace( "{" + inputs[i].name + "}", inputs[i].value );
# inputs[i].disabled = "disabled";
# }
# }
# form.setAttribute( "action", url );
# }
#
#
# //]]></script>
# <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
# </head>
# <body>
# <h1>/{table}</h1><form method="get" action="https://solsa.crystallography.net/db/samples/{table}" enctype="multipart/form-data"><fieldset><legend>GET: Get list of entries</legend><h3>table</h3><p>Name of the table</p><input data-in-path="1" name="table" placeholder="books" required="required" type="text" /><h3>rows</h3><p>Number of entries per page</p><input name="rows" type="text" /><h3>offset</h3><p>Offset of the first entry</p><input name="offset" type="text" /><h3>filter</h3><p>Filter to select entries to show</p><input name="filter" placeholder="solsaid STARTS WITH "TEST"" type="text" /><h3>columns</h3><p>Comma-separated list of columns that are requested in the output</p><input name="columns" placeholder="id,SolsaID" type="text" /><h3>format</h3><p>Requested return format. 'html' by default</p><select name="format" >
# <option value=""></option>
# <option value="html">html</option>
# <option value="csv">csv</option>
# <option value="xlsx">xlsx</option>
# <option value="json">json</option>
# <option value="jsonapi">jsonapi</option>
# </select><h3>order</h3><p>Database ordering, e.g.: 'order=revision:u,date:d'. Specifies a comma-separated list of database columns, together with a ':' delimited order specifiers ('a' == ascending, asc; 'd' == descending, desc)</p><input name="order" placeholder="order=revision:u,date:d" type="text" /><h3>action</h3><p>Specify the action. Solely used to download templates as of now with 'action=template'.</p><select name="action" >
# <option value=""></option>
# <option value="template">template</option>
# </select><h3>select_column</h3><p>Column to perform the search.</p><input name="select_column" placeholder="SolsaID" type="text" /><h3>select_operator</h3><p>Operator to perform the search with.</p><select name="select_operator" >
# <option value=""></option>
# <option value="eq">eq</option>
# <option value="ne">ne</option>
# <option value="gt">gt</option>
# <option value="lt">lt</option>
# <option value="le">le</option>
# <option value="ge">ge</option>
# <option value="contains">contains</option>
# <option value="starts">starts</option>
# <option value="ends">ends</option>
# <option value="known">known</option>
# <option value="unknown">unknown</option>
# </select><h3>search_value</h3><p>Search value.</p><input name="search_value" placeholder="TEST-XX-0001" type="text" /><h3>select_not_operator</h3><p>Invert the matching.</p><select name="select_not_operator" >
# <option value=""></option>
# <option value="not">not</option>
# </select><h3>select_combining</h3><p>Combination with previously submitted query (conjunction, disjunction or new).</p><select name="select_combining" >
# <option value=""></option>
# <option value="new">new</option>
# <option value="append">append</option>
# <option value="within">within</option>
# </select><h3>include</h3><p>A comma-separated list of tables to be returned in the response. If not provided, all tables are returned. Currently only supported for spreadsheet downloads.</p><input name="include" placeholder="sample,experiment" type="text" /><input type="submit" onclick="replace_url_parameters( this.form )" /></fieldset>
# </form><form method="post" action="https://solsa.crystallography.net/db/samples/{table}" enctype="multipart/form-data"><fieldset><legend>POST: Insert or update entry or entries in a table</legend><h3>table</h3><p>Name of the table</p><input data-in-path="1" name="table" placeholder="books" required="required" type="text" /><h3>csvfile</h3><input type="file" name="csvfile" /><h3>jsonfile</h3><input type="file" name="jsonfile" /><h3>odsfile</h3><input type="file" name="odsfile" /><h3>spreadsheet</h3><input type="file" name="spreadsheet" /><h3>xlsfile</h3><input type="file" name="xlsfile" /><h3>xlsxfile</h3><input type="file" name="xlsxfile" /><input type="submit" onclick="replace_url_parameters( this.form )" /></fieldset>
# </form><form method="patch" action="https://solsa.crystallography.net/db/samples/{table}" enctype="multipart/form-data"><fieldset><legend>PATCH: Update entry or entries in a table</legend><h3>table</h3><p>Name of the table</p><input data-in-path="1" name="table" placeholder="books" required="required" type="text" /><h3>csvfile</h3><input type="file" name="csvfile" /><h3>jsonfile</h3><input type="file" name="jsonfile" /><h3>odsfile</h3><input type="file" name="odsfile" /><h3>spreadsheet</h3><input type="file" name="spreadsheet" /><h3>xlsfile</h3><input type="file" name="xlsfile" /><h3>xlsxfile</h3><input type="file" name="xlsxfile" /><input type="submit" name="Submit Query (cannot be handled for PATCH)" value="Submit Query (cannot be handled for PATCH)" disabled="disabled" /></fieldset>
# </form><form method="put" action="https://solsa.crystallography.net/db/samples/{table}" enctype="multipart/form-data"><fieldset><legend>PUT: Insert entry or entries in a table</legend><h3>table</h3><p>Name of the table</p><input data-in-path="1" name="table" placeholder="books" required="required" type="text" /><h3>csvfile</h3><input type="file" name="csvfile" /><h3>jsonfile</h3><input type="file" name="jsonfile" /><h3>odsfile</h3><input type="file" name="odsfile" /><h3>spreadsheet</h3><input type="file" name="spreadsheet" /><h3>xlsfile</h3><input type="file" name="xlsfile" /><h3>xlsxfile</h3><input type="file" name="xlsxfile" /><input type="submit" name="Submit Query (cannot be handled for PUT)" value="Submit Query (cannot be handled for PUT)" disabled="disabled" /></fieldset>
# </form><h1>/{table}/{id}</h1><form method="get" action="https://solsa.crystallography.net/db/samples/{table}/{id}" enctype="multipart/form-data"><fieldset><legend>GET: Get an entry by its ID</legend><h3>table</h3><p>Name of the table</p><input data-in-path="1" name="table" placeholder="books" required="required" type="text" /><h3>id</h3><p>Unique identifier of an entry. ID and UUID are supported. In principle other unique keys should work as well.</p><input data-in-path="1" name="id" placeholder="1" required="required" type="text" /><h3>format</h3><p>Requested return format. 'html' by default</p><select name="format" >
# <option value=""></option>
# <option value="html">html</option>
# <option value="csv">csv</option>
# <option value="xlsx">xlsx</option>
# <option value="json">json</option>
# <option value="jsonapi">jsonapi</option>
# </select><h3>order</h3><p>Database ordering, e.g.: 'order=revision:u,date:d'. Specifies a comma-separated list of database columns, together with a ':' delimited order specifiers ('a' == ascending, asc; 'd' == descending, desc)</p><input name="order" placeholder="order=revision:u,date:d" type="text" /><input type="submit" onclick="replace_url_parameters( this.form )" /></fieldset>
# </form><form method="post" action="https://solsa.crystallography.net/db/samples/{table}/{id}" enctype="multipart/form-data"><fieldset><legend>POST: Insert or update an entry</legend><h3>table</h3><p>Name of the table</p><input data-in-path="1" name="table" placeholder="books" required="required" type="text" /><h3>id</h3><p>Unique identifier of an entry. ID and UUID are supported. In principle other unique keys should work as well.</p><input data-in-path="1" name="id" placeholder="1" required="required" type="text" /><h3>csvfile</h3><input type="file" name="csvfile" /><h3>jsonfile</h3><input type="file" name="jsonfile" /><h3>odsfile</h3><input type="file" name="odsfile" /><h3>spreadsheet</h3><input type="file" name="spreadsheet" /><h3>xlsfile</h3><input type="file" name="xlsfile" /><h3>xlsxfile</h3><input type="file" name="xlsxfile" /><input type="submit" onclick="replace_url_parameters( this.form )" /></fieldset>
# </form><form method="patch" action="https://solsa.crystallography.net/db/samples/{table}/{id}" enctype="multipart/form-data"><fieldset><legend>PATCH: Update an entry</legend><h3>table</h3><p>Name of the table</p><input data-in-path="1" name="table" placeholder="books" required="required" type="text" /><h3>id</h3><p>Unique identifier of an entry. ID and UUID are supported. In principle other unique keys should work as well.</p><input data-in-path="1" name="id" placeholder="1" required="required" type="text" /><h3>csvfile</h3><input type="file" name="csvfile" /><h3>jsonfile</h3><input type="file" name="jsonfile" /><h3>odsfile</h3><input type="file" name="odsfile" /><h3>spreadsheet</h3><input type="file" name="spreadsheet" /><h3>xlsfile</h3><input type="file" name="xlsfile" /><h3>xlsxfile</h3><input type="file" name="xlsxfile" /><input type="submit" name="Submit Query (cannot be handled for PATCH)" value="Submit Query (cannot be handled for PATCH)" disabled="disabled" /></fieldset>
# </form><form method="put" action="https://solsa.crystallography.net/db/samples/{table}/{id}" enctype="multipart/form-data"><fieldset><legend>PUT: Insert an entry to a table</legend><h3>table</h3><p>Name of the table</p><input data-in-path="1" name="table" placeholder="books" required="required" type="text" /><h3>id</h3><p>Unique identifier of an entry. ID and UUID are supported. In principle other unique keys should work as well.</p><input data-in-path="1" name="id" placeholder="1" required="required" type="text" /><h3>csvfile</h3><input type="file" name="csvfile" /><h3>jsonfile</h3><input type="file" name="jsonfile" /><h3>odsfile</h3><input type="file" name="odsfile" /><h3>spreadsheet</h3><input type="file" name="spreadsheet" /><h3>xlsfile</h3><input type="file" name="xlsfile" /><h3>xlsxfile</h3><input type="file" name="xlsxfile" /><input type="submit" name="Submit Query (cannot be handled for PUT)" value="Submit Query (cannot be handled for PUT)" disabled="disabled" /></fieldset>
# </form><form method="delete" action="https://solsa.crystallography.net/db/samples/{table}/{id}" enctype="multipart/form-data"><fieldset><legend>DELETE: Delete an entry</legend><h3>table</h3><p>Name of the table</p><input data-in-path="1" name="table" placeholder="books" required="required" type="text" /><h3>id</h3><p>Unique identifier of an entry. ID and UUID are supported. In principle other unique keys should work as well.</p><input data-in-path="1" name="id" placeholder="1" required="required" type="text" /><input type="submit" name="Submit Query (cannot be handled for DELETE)" value="Submit Query (cannot be handled for DELETE)" disabled="disabled" /></fieldset>
# </form><h1>/{table}/{id}/{field}</h1><form method="get" action="https://solsa.crystallography.net/db/samples/{table}/{id}/{field}" enctype="multipart/form-data"><fieldset><legend>GET: Get a file stored in entry's field</legend><h3>table</h3><p>Name of the table</p><input data-in-path="1" name="table" placeholder="books" required="required" type="text" /><h3>id</h3><p>Unique identifier of an entry. ID and UUID are supported. In principle other unique keys should work as well.</p><input data-in-path="1" name="id" placeholder="1" required="required" type="text" /><h3>field</h3><input data-in-path="1" name="field" required="required" type="text" /><input type="submit" onclick="replace_url_parameters( this.form )" /></fieldset>
# </form>
# </body>
# </html>
# '
# Looks like you failed 1 test of 1.
t/htmlforms.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
Test Summary Report
-------------------
t/htmlforms.t (Wstat: 256 (exited 1) Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=1, Tests=1, 1 wallclock secs ( 0.01 usr 0.00 sys + 0.07 cusr 0.00 csys = 0.08 CPU)
Result: FAIL
Failed 1/1 test programs. 1/1 subtests failed.
make: *** [Makefile:851: test_dynamic] Error 1
PREREQUISITES:
Here is a list of prerequisites you specified and versions we
managed to load:
Module Name Have Want
CGI 3.52 0
ExtUtils::MakeMaker 7.64 0
File::Basename 2.82 0
Getopt::Long::Descriptive 0.111 0
JSON 4.10 0
Text::ASCIITable 0.22 0
Perl module toolchain versions installed:
Module Name Have
CPANPLUS 0.9914
CPANPLUS::Dist::Build 0.90
Cwd 3.75
ExtUtils::CBuilder 0.280236
ExtUtils::Command 7.64
ExtUtils::Install 2.20
ExtUtils::MakeMaker 7.64
ExtUtils::Manifest 1.73
ExtUtils::ParseXS 3.44
File::Spec 3.75
Module::Build 0.4231
Pod::Parser 1.37
Pod::Simple 3.16
Test2 1.302191
Test::Harness 3.44
Test::More 1.302191
version 0.9929
******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender. As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.
If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally. We appreciate your patience. :)
**********************************************************************
Additional comments:
This report was machine-generated by CPANPLUS::Dist::YACSmoke 1.08.
Powered by minismokebox version 0.68
CPANPLUS is prefering Build.PL
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_GB.UTF-8
LANGUAGE = en_GB:en
NONINTERACTIVE_TESTING = 1
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
PERL5LIB = /home/cpan/pit/jail/Eyis0ZfzfY/lib/perl5:/home/cpan/pit/rel/conf/perl-5.14.0/.cpanplus/5.14.0/build/i0poANpShU/Text-ASCIITable-0.22/blib/lib:/home/cpan/pit/rel/conf/perl-5.14.0/.cpanplus/5.14.0/build/i0poANpShU/Text-ASCIITable-0.22/blib/arch:/home/cpan/pit/rel/conf/perl-5.14.0/.cpanplus/5.14.0/build/X5qv3Hf6YQ/OpenAPI-Render-0.2.0/blib/lib:/home/cpan/pit/rel/conf/perl-5.14.0/.cpanplus/5.14.0/build/X5qv3Hf6YQ/OpenAPI-Render-0.2.0/blib/arch
PERL5_CPANPLUS_IS_RUNNING = 4868
PERL5_CPANPLUS_IS_VERSION = 0.9914
PERL5_MINISMOKEBOX = 0.68
PERL5_YACSMOKE_BASE = /home/cpan/pit/rel/conf/perl-5.14.0
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_LOCAL_LIB_ROOT = /home/cpan/pit/jail/Eyis0ZfzfY
PERL_MB_OPT = --install_base "/home/cpan/pit/jail/Eyis0ZfzfY"
PERL_MM_OPT = INSTALL_BASE=/home/cpan/pit/jail/Eyis0ZfzfY
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /bin/bash
TERM = screen.xterm-256color
Perl special variables (and OS-specific diagnostics, for MSWin32):
Perl: $^X = /home/cpan/pit/rel/perl-5.14.0/bin/perl
UID: $< = 1001
EUID: $> = 1001
GID: $( = 1001 1001
EGID: $) = 1001 1001
-------------------------------
--
Summary of my perl5 (revision 5 version 14 subversion 0) configuration:
Platform:
osname=linux, osvers=5.10.0-12-686, archname=i686-linux-thread-multi-64int
uname='linux dagobah 5.10.0-12-686 #1 smp debian 5.10.103-1 (2022-03-07) i686 gnulinux '
config_args='-des -Dprefix=/home/cpan/pit/rel/perl-5.14.0 -Dusethreads -Duse64bitint'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='10.2.1 20210110', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib/i386-linux-gnu /lib/../lib /usr/lib/i386-linux-gnu /usr/lib/../lib /lib /usr/lib /lib64 /usr/lib64
libs=-lnsl -lgdbm -ldl -lm -lcrypt -lutil -lpthread -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=libc-2.31.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.31'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -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 USE_64_BIT_INT USE_ITHREADS
USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
USE_REENTRANT_API
Locally applied patches:
Devel::PatchPerl 2.08
Built under linux
Compiled at Mar 18 2022 09:50:14
%ENV:
PERL5LIB="/home/cpan/pit/jail/Eyis0ZfzfY/lib/perl5:/home/cpan/pit/rel/conf/perl-5.14.0/.cpanplus/5.14.0/build/i0poANpShU/Text-ASCIITable-0.22/blib/lib:/home/cpan/pit/rel/conf/perl-5.14.0/.cpanplus/5.14.0/build/i0poANpShU/Text-ASCIITable-0.22/blib/arch:/home/cpan/pit/rel/conf/perl-5.14.0/.cpanplus/5.14.0/build/X5qv3Hf6YQ/OpenAPI-Render-0.2.0/blib/lib:/home/cpan/pit/rel/conf/perl-5.14.0/.cpanplus/5.14.0/build/X5qv3Hf6YQ/OpenAPI-Render-0.2.0/blib/arch"
PERL5_CPANPLUS_IS_RUNNING="4868"
PERL5_CPANPLUS_IS_VERSION="0.9914"
PERL5_MINISMOKEBOX="0.68"
PERL5_YACSMOKE_BASE="/home/cpan/pit/rel/conf/perl-5.14.0"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_LOCAL_LIB_ROOT="/home/cpan/pit/jail/Eyis0ZfzfY"
PERL_MB_OPT="--install_base "/home/cpan/pit/jail/Eyis0ZfzfY""
PERL_MM_OPT="INSTALL_BASE=/home/cpan/pit/jail/Eyis0ZfzfY"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpan/pit/jail/Eyis0ZfzfY/lib/perl5/5.14.0/i686-linux-thread-multi-64int
/home/cpan/pit/jail/Eyis0ZfzfY/lib/perl5/5.14.0
/home/cpan/pit/jail/Eyis0ZfzfY/lib/perl5/i686-linux-thread-multi-64int
/home/cpan/pit/jail/Eyis0ZfzfY/lib/perl5
/home/cpan/pit/rel/conf/perl-5.14.0/.cpanplus/5.14.0/build/i0poANpShU/Text-ASCIITable-0.22/blib/lib
/home/cpan/pit/rel/conf/perl-5.14.0/.cpanplus/5.14.0/build/i0poANpShU/Text-ASCIITable-0.22/blib/arch
/home/cpan/pit/rel/conf/perl-5.14.0/.cpanplus/5.14.0/build/X5qv3Hf6YQ/OpenAPI-Render-0.2.0/blib/lib
/home/cpan/pit/rel/conf/perl-5.14.0/.cpanplus/5.14.0/build/X5qv3Hf6YQ/OpenAPI-Render-0.2.0/blib/arch
/home/cpan/pit/rel/perl-5.14.0/lib/site_perl/5.14.0/i686-linux-thread-multi-64int
/home/cpan/pit/rel/perl-5.14.0/lib/site_perl/5.14.0
/home/cpan/pit/rel/perl-5.14.0/lib/5.14.0/i686-linux-thread-multi-64int
/home/cpan/pit/rel/perl-5.14.0/lib/5.14.0
.