Data-Edit-Xml-Reuse v20191221 Perl 5 v5.30.2 amd64-freebsd

Status
Fail
From
Slaven Rezić (SREZIC)
Dist
Data-Edit-Xml-Reuse v20191221
Platform
Perl 5 v5.30.2 amd64-freebsd
Date
2020-05-04 21:56:27
ID
1ae439d2-8e52-11ea-8841-d35f1f24ea8f
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 Philip R Brenan,

This is a computer-generated report for Data-Edit-Xml-Reuse-20191221
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':

21:35:53 Tests started                                                           at (eval 113) line 15
Cannot make path with make_path: because:
/home/phil/perl/cpan/DataEditXmlReuse/lib/Data/Edit/Xml/tests/in
mkdir /home/phil: Permission denied at /usr/perl5.30.2p/lib/site_perl/5.30.2/Data/Table/Text.pm line 948.
 at /usr/perl5.30.2p/lib/site_perl/5.30.2/Data/Table/Text.pm line 4095, <DATA> line 146.
	Data::Table::Text::__ANON__("mkdir /home/phil: Permission denied at /usr/perl5.30.2p/lib/s"...) called at /usr/perl5.30.2p/lib/5.30.2/Carp.pm line 291
	Carp::croak("mkdir /home/phil: Permission denied") called at /usr/perl5.30.2p/lib/5.30.2/File/Path.pm line 239
	File::Path::_mkpath(HASH(0x802dbd6d8), ARRAY(0x802dc2198)) called at /usr/perl5.30.2p/lib/5.30.2/File/Path.pm line 195
	File::Path::_mkpath(HASH(0x802dbd6d8), ARRAY(0x802dc1c30)) called at /usr/perl5.30.2p/lib/5.30.2/File/Path.pm line 195
	File::Path::_mkpath(HASH(0x802dbd6d8), ARRAY(0x802dc16f0)) called at /usr/perl5.30.2p/lib/5.30.2/File/Path.pm line 195
	File::Path::_mkpath(HASH(0x802dbd6d8), ARRAY(0x802dc11b0)) called at /usr/perl5.30.2p/lib/5.30.2/File/Path.pm line 195
	File::Path::_mkpath(HASH(0x802dbd6d8), ARRAY(0x802dc0c48)) called at /usr/perl5.30.2p/lib/5.30.2/File/Path.pm line 195
	File::Path::_mkpath(HASH(0x802dbd6d8), ARRAY(0x802dc0708)) called at /usr/perl5.30.2p/lib/5.30.2/File/Path.pm line 195
	File::Path::_mkpath(HASH(0x802dbd6d8), ARRAY(0x802dc01c8)) called at /usr/perl5.30.2p/lib/5.30.2/File/Path.pm line 195
	File::Path::_mkpath(HASH(0x802dbd6d8), ARRAY(0x802dbdc60)) called at /usr/perl5.30.2p/lib/5.30.2/File/Path.pm line 195
	File::Path::_mkpath(HASH(0x802dbd6d8), ARRAY(0x802dbd810)) called at /usr/perl5.30.2p/lib/5.30.2/File/Path.pm line 195
	File::Path::_mkpath(HASH(0x802dbd6d8), ARRAY(0x802dbd768)) called at /usr/perl5.30.2p/lib/5.30.2/File/Path.pm line 173
	File::Path::mkpath("/home/phil/perl/cpan/DataEditXmlReuse/lib/Data/Edit/Xml/tests/in") called at /usr/perl5.30.2p/lib/site_perl/5.30.2/Data/Table/Text.pm line 948
	eval {...} called at /usr/perl5.30.2p/lib/site_perl/5.30.2/Data/Table/Text.pm line 948
	Data::Table::Text::makePath("/home/phil/perl/cpan/DataEditXmlReuse/lib/Data/Edit/Xml/tests"...) called at /usr/perl5.30.2p/lib/site_perl/5.30.2/Data/Table/Text.pm line 972
	Data::Table::Text::overWriteFile("/home/phil/perl/cpan/DataEditXmlReuse/lib/Data/Edit/Xml/tests"..., "  <concept id=\"c\">\x{a}    <title>Ordering information</title>\x{a}  "...) called at (eval 113) line 29
	eval 'use Test::More;
use warnings FATAL=>qw(all);

use strict;

if ($^O !~ m(bsd|linux)i)
 {plan skip_all => \'Not supported\';
 }

Test::More->builder->output("/dev/null")                                        # Show only errors during testing
  if ((caller(1))[0]//\'Data::Edit::Xml::Reuse\') eq "Data::Edit::Xml::Reuse";

makeDieConfess;

mmm "Tests started";

my $nFiles        = 1e2;
my $testFolder    = temporaryFolder;
   $testFolder    = q(/home/phil/perl/cpan/DataEditXmlReuse/lib/Data/Edit/Xml/tests/);
clearFolder($testFolder, $nFiles);

my $inputFolder   = fpd($testFolder, qw(in));
my $outputFolder  = fpd($testFolder, qw(out));
my $reportsFolder = fpd($testFolder, qw(reports));

my @in = map {fpe($inputFolder, $_, q(xml))} 1..9;

if (1) {                                                                        #Treuse
  owf($in[0], <<END);                                                           # Base file
  <concept id="c">
    <title>Ordering information</title>
    <conbody>
      <p>For further information, please visit our web site or contact your local sales company.</p>
      <p>Made in Sweden</p>
      <table>
        <tbody>
          <row>
            <entry><p>Ice Associates</p></entry>
            <entry><p>North Pole 1</p></entry>
          </row>
        </tbody>
      </table>
      <p>aaa bbb ccc ddd eee</p>
    </conbody>
  </concept>
END

  owf($in[1], <<END);                                                           # Similar file
  <concept id="c">
    <title>Ordering information</title>
    <conbody>
      <p>For further information, please visit our web site or contact your local sales company.</p>
      <p>Copyright © 2018 - 2019. All rights reserved.</p>
      <p>Made in Norway</p>
      <table>
        <tbody>
          <row>
            <entry><p>Ice Associates</p></entry>
            <entry><p>North Pole 1</p></entry>
          </row>
        </tbody>
      </table>
      <p>aaa bbb ccc ddd fff</p>
    </conbody>
  </concept>
END

  my $dictionary  = fpf($outputFolder, qw(dictionary xml));                     # Dictionary file name

  my $r = Data::Edit::Xml::Reuse::reuse
   (dictionary             => $dictionary,                                      # Reuse request
    inputFolder            => $inputFolder,
    matchSimilarTagContent => 0.5,
    outputFolder           => $outputFolder,
    reportsFolder          => $reportsFolder,
    tags                   => {map {$_=>1} qw(p table)},
   );

  ok readFile($dictionary) eq <<END;                                            # Resulting dictionary
<concept id="dictionary">
  <title>Dictionary</title>
  <conbody>
    <p id="GUID-63271233-3e86-9ac1-5fe8-086bc8b37b51">For further information, please visit our web site or contact your local sales company.</p>
    <table id="GUID-e7a012a5-8ff5-6f12-5b96-0137c5c0a0b4">
      <tbody>
        <row>
          <entry>
            <p>Ice Associates</p>
          </entry>
          <entry>
            <p>North Pole 1</p>
          </entry>
        </row>
      </tbody>
    </table>
  </conbody>
</concept>
END

  if (my $h =                                                                   # Similar XML report
    readFile(fpe($reportsFolder, qw(similar tag_blocks_by_vocabulary txt))))
   {ok index($h, <<END) > 0;
   Similar  Tag_Content          Md5Sum
1        2  aaa bbb ccc ddd eee  GUID-3c8810e0-d8aa-0484-84b8-a57230b756de
2           aaa bbb ccc ddd fff  GUID-7472a890-4587-8393-9c34-0aa3859d2e21
END
   }

  ok readFile(fpe($testFolder, qw(out 1 xml))) eq <<END;                        # Deduplicated XML file - Sweden
<concept id="c">
  <title>Ordering information</title>
  <conbody>
    <p conref="dictionary/xml#dictionary/GUID-63271233-3e86-9ac1-5fe8-086bc8b37b51"/>
<!-- For further information, please visit our web site or contact your local sales company. -->
    <p>Made in Sweden</p>
    <table conref="dictionary/xml#dictionary/GUID-e7a012a5-8ff5-6f12-5b96-0137c5c0a0b4"/>
<!-- <tbody><row><entry><p>Ice Associates</p></entry><entry><p>North Pole 1</p></entry></row></tbody> -->
    <p id="GUID-3c8810e0-d8aa-0484-84b8-a57230b756de" xtrf="GUID-7472a890-4587-8393-9c34-0aa3859d2e21">aaa bbb ccc ddd eee</p>
  </conbody>
</concept>
END

  ok readFile(fpe($testFolder, qw(out 2 xml))) eq <<END;                        # Deduplicated XML file - Norway
<concept id="c">
  <title>Ordering information</title>
  <conbody>
    <p conref="dictionary/xml#dictionary/GUID-63271233-3e86-9ac1-5fe8-086bc8b37b51"/>
<!-- For further information, please visit our web site or contact your local sales company. -->
    <p>Copyright © 2018 - 2019. All rights reserved.</p>
    <p>Made in Norway</p>
    <table conref="dictionary/xml#dictionary/GUID-e7a012a5-8ff5-6f12-5b96-0137c5c0a0b4"/>
<!-- <tbody><row><entry><p>Ice Associates</p></entry><entry><p>North Pole 1</p></entry></row></tbody> -->
    <p id="GUID-7472a890-4587-8393-9c34-0aa3859d2e21" xtrf="GUID-3c8810e0-d8aa-0484-84b8-a57230b756de">aaa bbb ccc ddd fff</p>
  </conbody>
</concept>
END

 }

done_testing;

#clearFolder($testFolder, $nFiles);

mmm "Tests finished:";

# owf(q(/home/phil/z/testResults.txt), dump($h));
' called at /usr/home/cpansand/.cpan/build/2020050421/Data-Edit-Xml-Reuse-20191221-0/blib/lib/Data/Edit/Xml/Reuse.pm line 790
	Data::Edit::Xml::Reuse::test() called at test.pl line 10

 at /usr/perl5.30.2p/lib/site_perl/5.30.2/Data/Table/Text.pm line 950, <DATA> line 146.
	Data::Table::Text::makePath("/home/phil/perl/cpan/DataEditXmlReuse/lib/Data/Edit/Xml/tests"...) called at /usr/perl5.30.2p/lib/site_perl/5.30.2/Data/Table/Text.pm line 972
	Data::Table::Text::overWriteFile("/home/phil/perl/cpan/DataEditXmlReuse/lib/Data/Edit/Xml/tests"..., "  <concept id=\"c\">\x{a}    <title>Ordering information</title>\x{a}  "...) called at (eval 113) line 29
	eval 'use Test::More;
use warnings FATAL=>qw(all);

use strict;

if ($^O !~ m(bsd|linux)i)
 {plan skip_all => \'Not supported\';
 }

Test::More->builder->output("/dev/null")                                        # Show only errors during testing
  if ((caller(1))[0]//\'Data::Edit::Xml::Reuse\') eq "Data::Edit::Xml::Reuse";

makeDieConfess;

mmm "Tests started";

my $nFiles        = 1e2;
my $testFolder    = temporaryFolder;
   $testFolder    = q(/home/phil/perl/cpan/DataEditXmlReuse/lib/Data/Edit/Xml/tests/);
clearFolder($testFolder, $nFiles);

my $inputFolder   = fpd($testFolder, qw(in));
my $outputFolder  = fpd($testFolder, qw(out));
my $reportsFolder = fpd($testFolder, qw(reports));

my @in = map {fpe($inputFolder, $_, q(xml))} 1..9;

if (1) {                                                                        #Treuse
  owf($in[0], <<END);                                                           # Base file
  <concept id="c">
    <title>Ordering information</title>
    <conbody>
      <p>For further information, please visit our web site or contact your local sales company.</p>
      <p>Made in Sweden</p>
      <table>
        <tbody>
          <row>
            <entry><p>Ice Associates</p></entry>
            <entry><p>North Pole 1</p></entry>
          </row>
        </tbody>
      </table>
      <p>aaa bbb ccc ddd eee</p>
    </conbody>
  </concept>
END

  owf($in[1], <<END);                                                           # Similar file
  <concept id="c">
    <title>Ordering information</title>
    <conbody>
      <p>For further information, please visit our web site or contact your local sales company.</p>
      <p>Copyright © 2018 - 2019. All rights reserved.</p>
      <p>Made in Norway</p>
      <table>
        <tbody>
          <row>
            <entry><p>Ice Associates</p></entry>
            <entry><p>North Pole 1</p></entry>
          </row>
        </tbody>
      </table>
      <p>aaa bbb ccc ddd fff</p>
    </conbody>
  </concept>
END

  my $dictionary  = fpf($outputFolder, qw(dictionary xml));                     # Dictionary file name

  my $r = Data::Edit::Xml::Reuse::reuse
   (dictionary             => $dictionary,                                      # Reuse request
    inputFolder            => $inputFolder,
    matchSimilarTagContent => 0.5,
    outputFolder           => $outputFolder,
    reportsFolder          => $reportsFolder,
    tags                   => {map {$_=>1} qw(p table)},
   );

  ok readFile($dictionary) eq <<END;                                            # Resulting dictionary
<concept id="dictionary">
  <title>Dictionary</title>
  <conbody>
    <p id="GUID-63271233-3e86-9ac1-5fe8-086bc8b37b51">For further information, please visit our web site or contact your local sales company.</p>
    <table id="GUID-e7a012a5-8ff5-6f12-5b96-0137c5c0a0b4">
      <tbody>
        <row>
          <entry>
            <p>Ice Associates</p>
          </entry>
          <entry>
            <p>North Pole 1</p>
          </entry>
        </row>
      </tbody>
    </table>
  </conbody>
</concept>
END

  if (my $h =                                                                   # Similar XML report
    readFile(fpe($reportsFolder, qw(similar tag_blocks_by_vocabulary txt))))
   {ok index($h, <<END) > 0;
   Similar  Tag_Content          Md5Sum
1        2  aaa bbb ccc ddd eee  GUID-3c8810e0-d8aa-0484-84b8-a57230b756de
2           aaa bbb ccc ddd fff  GUID-7472a890-4587-8393-9c34-0aa3859d2e21
END
   }

  ok readFile(fpe($testFolder, qw(out 1 xml))) eq <<END;                        # Deduplicated XML file - Sweden
<concept id="c">
  <title>Ordering information</title>
  <conbody>
    <p conref="dictionary/xml#dictionary/GUID-63271233-3e86-9ac1-5fe8-086bc8b37b51"/>
<!-- For further information, please visit our web site or contact your local sales company. -->
    <p>Made in Sweden</p>
    <table conref="dictionary/xml#dictionary/GUID-e7a012a5-8ff5-6f12-5b96-0137c5c0a0b4"/>
<!-- <tbody><row><entry><p>Ice Associates</p></entry><entry><p>North Pole 1</p></entry></row></tbody> -->
    <p id="GUID-3c8810e0-d8aa-0484-84b8-a57230b756de" xtrf="GUID-7472a890-4587-8393-9c34-0aa3859d2e21">aaa bbb ccc ddd eee</p>
  </conbody>
</concept>
END

  ok readFile(fpe($testFolder, qw(out 2 xml))) eq <<END;                        # Deduplicated XML file - Norway
<concept id="c">
  <title>Ordering information</title>
  <conbody>
    <p conref="dictionary/xml#dictionary/GUID-63271233-3e86-9ac1-5fe8-086bc8b37b51"/>
<!-- For further information, please visit our web site or contact your local sales company. -->
    <p>Copyright © 2018 - 2019. All rights reserved.</p>
    <p>Made in Norway</p>
    <table conref="dictionary/xml#dictionary/GUID-e7a012a5-8ff5-6f12-5b96-0137c5c0a0b4"/>
<!-- <tbody><row><entry><p>Ice Associates</p></entry><entry><p>North Pole 1</p></entry></row></tbody> -->
    <p id="GUID-7472a890-4587-8393-9c34-0aa3859d2e21" xtrf="GUID-3c8810e0-d8aa-0484-84b8-a57230b756de">aaa bbb ccc ddd fff</p>
  </conbody>
</concept>
END

 }

done_testing;

#clearFolder($testFolder, $nFiles);

mmm "Tests finished:";

# owf(q(/home/phil/z/testResults.txt), dump($h));
' called at /usr/home/cpansand/.cpan/build/2020050421/Data-Edit-Xml-Reuse-20191221-0/blib/lib/Data/Edit/Xml/Reuse.pm line 790
	Data::Edit::Xml::Reuse::test() called at test.pl line 10
 at /usr/perl5.30.2p/lib/site_perl/5.30.2/Data/Table/Text.pm line 4095, <DATA> line 146.
	Data::Table::Text::__ANON__("Cannot make path with make_path: because:\x{a}/home/phil/perl/cpa"...) called at /usr/perl5.30.2p/lib/5.30.2/Carp.pm line 292
	Carp::confess("Cannot make path with make_path: because:\x{a}/home/phil/perl/cpa"...) called at /usr/perl5.30.2p/lib/site_perl/5.30.2/Data/Table/Text.pm line 950
	Data::Table::Text::makePath("/home/phil/perl/cpan/DataEditXmlReuse/lib/Data/Edit/Xml/tests"...) called at /usr/perl5.30.2p/lib/site_perl/5.30.2/Data/Table/Text.pm line 972
	Data::Table::Text::overWriteFile("/home/phil/perl/cpan/DataEditXmlReuse/lib/Data/Edit/Xml/tests"..., "  <concept id=\"c\">\x{a}    <title>Ordering information</title>\x{a}  "...) called at (eval 113) line 29
	eval 'use Test::More;
use warnings FATAL=>qw(all);

use strict;

if ($^O !~ m(bsd|linux)i)
 {plan skip_all => \'Not supported\';
 }

Test::More->builder->output("/dev/null")                                        # Show only errors during testing
  if ((caller(1))[0]//\'Data::Edit::Xml::Reuse\') eq "Data::Edit::Xml::Reuse";

makeDieConfess;

mmm "Tests started";

my $nFiles        = 1e2;
my $testFolder    = temporaryFolder;
   $testFolder    = q(/home/phil/perl/cpan/DataEditXmlReuse/lib/Data/Edit/Xml/tests/);
clearFolder($testFolder, $nFiles);

my $inputFolder   = fpd($testFolder, qw(in));
my $outputFolder  = fpd($testFolder, qw(out));
my $reportsFolder = fpd($testFolder, qw(reports));

my @in = map {fpe($inputFolder, $_, q(xml))} 1..9;

if (1) {                                                                        #Treuse
  owf($in[0], <<END);                                                           # Base file
  <concept id="c">
    <title>Ordering information</title>
    <conbody>
      <p>For further information, please visit our web site or contact your local sales company.</p>
      <p>Made in Sweden</p>
      <table>
        <tbody>
          <row>
            <entry><p>Ice Associates</p></entry>
            <entry><p>North Pole 1</p></entry>
          </row>
        </tbody>
      </table>
      <p>aaa bbb ccc ddd eee</p>
    </conbody>
  </concept>
END

  owf($in[1], <<END);                                                           # Similar file
  <concept id="c">
    <title>Ordering information</title>
    <conbody>
      <p>For further information, please visit our web site or contact your local sales company.</p>
      <p>Copyright © 2018 - 2019. All rights reserved.</p>
      <p>Made in Norway</p>
      <table>
        <tbody>
          <row>
            <entry><p>Ice Associates</p></entry>
            <entry><p>North Pole 1</p></entry>
          </row>
        </tbody>
      </table>
      <p>aaa bbb ccc ddd fff</p>
    </conbody>
  </concept>
END

  my $dictionary  = fpf($outputFolder, qw(dictionary xml));                     # Dictionary file name

  my $r = Data::Edit::Xml::Reuse::reuse
   (dictionary             => $dictionary,                                      # Reuse request
    inputFolder            => $inputFolder,
    matchSimilarTagContent => 0.5,
    outputFolder           => $outputFolder,
    reportsFolder          => $reportsFolder,
    tags                   => {map {$_=>1} qw(p table)},
   );

  ok readFile($dictionary) eq <<END;                                            # Resulting dictionary
<concept id="dictionary">
  <title>Dictionary</title>
  <conbody>
    <p id="GUID-63271233-3e86-9ac1-5fe8-086bc8b37b51">For further information, please visit our web site or contact your local sales company.</p>
    <table id="GUID-e7a012a5-8ff5-6f12-5b96-0137c5c0a0b4">
      <tbody>
        <row>
          <entry>
            <p>Ice Associates</p>
          </entry>
          <entry>
            <p>North Pole 1</p>
          </entry>
        </row>
      </tbody>
    </table>
  </conbody>
</concept>
END

  if (my $h =                                                                   # Similar XML report
    readFile(fpe($reportsFolder, qw(similar tag_blocks_by_vocabulary txt))))
   {ok index($h, <<END) > 0;
   Similar  Tag_Content          Md5Sum
1        2  aaa bbb ccc ddd eee  GUID-3c8810e0-d8aa-0484-84b8-a57230b756de
2           aaa bbb ccc ddd fff  GUID-7472a890-4587-8393-9c34-0aa3859d2e21
END
   }

  ok readFile(fpe($testFolder, qw(out 1 xml))) eq <<END;                        # Deduplicated XML file - Sweden
<concept id="c">
  <title>Ordering information</title>
  <conbody>
    <p conref="dictionary/xml#dictionary/GUID-63271233-3e86-9ac1-5fe8-086bc8b37b51"/>
<!-- For further information, please visit our web site or contact your local sales company. -->
    <p>Made in Sweden</p>
    <table conref="dictionary/xml#dictionary/GUID-e7a012a5-8ff5-6f12-5b96-0137c5c0a0b4"/>
<!-- <tbody><row><entry><p>Ice Associates</p></entry><entry><p>North Pole 1</p></entry></row></tbody> -->
    <p id="GUID-3c8810e0-d8aa-0484-84b8-a57230b756de" xtrf="GUID-7472a890-4587-8393-9c34-0aa3859d2e21">aaa bbb ccc ddd eee</p>
  </conbody>
</concept>
END

  ok readFile(fpe($testFolder, qw(out 2 xml))) eq <<END;                        # Deduplicated XML file - Norway
<concept id="c">
  <title>Ordering information</title>
  <conbody>
    <p conref="dictionary/xml#dictionary/GUID-63271233-3e86-9ac1-5fe8-086bc8b37b51"/>
<!-- For further information, please visit our web site or contact your local sales company. -->
    <p>Copyright © 2018 - 2019. All rights reserved.</p>
    <p>Made in Norway</p>
    <table conref="dictionary/xml#dictionary/GUID-e7a012a5-8ff5-6f12-5b96-0137c5c0a0b4"/>
<!-- <tbody><row><entry><p>Ice Associates</p></entry><entry><p>North Pole 1</p></entry></row></tbody> -->
    <p id="GUID-7472a890-4587-8393-9c34-0aa3859d2e21" xtrf="GUID-3c8810e0-d8aa-0484-84b8-a57230b756de">aaa bbb ccc ddd fff</p>
  </conbody>
</concept>
END

 }

done_testing;

#clearFolder($testFolder, $nFiles);

mmm "Tests finished:";

# owf(q(/home/phil/z/testResults.txt), dump($h));
' called at /usr/home/cpansand/.cpan/build/2020050421/Data-Edit-Xml-Reuse-20191221-0/blib/lib/Data/Edit/Xml/Reuse.pm line 790
	Data::Edit::Xml::Reuse::test() called at test.pl line 10
 at /usr/perl5.30.2p/lib/site_perl/5.30.2/Data/Table/Text.pm line 4095, <DATA> line 146.
	Data::Table::Text::__ANON__("Cannot make path with make_path: because:\x{a}/home/phil/perl/cpa"...) called at /usr/home/cpansand/.cpan/build/2020050421/Data-Edit-Xml-Reuse-20191221-0/blib/lib/Data/Edit/Xml/Reuse.pm line 791
	Data::Edit::Xml::Reuse::test() called at test.pl line 10
test.pl .. 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 

Test Summary Report
-------------------
test.pl (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Files=1, Tests=0,  1 wallclock secs ( 0.02 usr  0.00 sys +  0.17 cusr  0.11 csys =  0.30 CPU)
Result: FAIL
Failed 1/1 test programs. 0/0 subtests failed.

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

Prerequisite modules loaded:

requires:

    Module                Need     Have    
    --------------------- -------- --------
    Carp                  0        1.50    
    Data::Dump            0        1.23    
    Data::Edit::Xml       20191119 20200218
    Data::Edit::Xml::Xref 20191121 20200424
    Data::Table::Text     20191204 20200418
    Dita::GB::Standard    20190911 20190911
    Test2::API            0        1.302173
    Test::More            0        1.302173
    utf8                  0        1.22    

configure_requires:

    Module                Need     Have    
    --------------------- -------- --------
    Module::Build         0.4224   0.4231  


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

Environment variables:

    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd12.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/2020050421/Crypt-RSA-Blind-1.010-0/blib/arch:/home/cpansand/.cpan/build/2020050421/Crypt-RSA-Blind-1.010-0/blib/lib:/home/cpansand/.cpan/build/2020050421/Crypt-FDH-1.010-0/blib/arch:/home/cpansand/.cpan/build/2020050421/Crypt-FDH-1.010-0/blib/lib:/home/cpansand/.cpan/build/2020050421/Test-Fake-HTTPD-0.08-0/blib/arch:/home/cpansand/.cpan/build/2020050421/Test-Fake-HTTPD-0.08-0/blib/lib:/home/cpansand/.cpan/build/2020050421/CPAN-Faker-0.010-0/blib/arch:/home/cpansand/.cpan/build/2020050421/CPAN-Faker-0.010-0/blib/lib:/home/cpansand/.cpan/build/2020050421/Module-Faker-0.022-0/blib/arch:/home/cpansand/.cpan/build/2020050421/Module-Faker-0.022-0/blib/lib:/home/cpansand/.cpan/build/2020050421/Archive-Any-Create-0.03-0/blib/arch:/home/cpansand/.cpan/build/2020050421/Archive-Any-Create-0.03-0/blib/lib:/home/cpansand/.cpan/build/2020050421/CPAN-Checksums-2.12-0/blib/arch:/home/cpansand/.cpan/build/2020050421/CPAN-Checksums-2.12-0/blib/lib:/home/cpansand/.cpan/build/2020050421/Compress-Bzip2-2.26-0/blib/arch:/home/cpansand/.cpan/build/2020050421/Compress-Bzip2-2.26-0/blib/lib:/home/cpansand/.cpan/build/2020050421/TBX-Min-0.08-0/blib/arch:/home/cpansand/.cpan/build/2020050421/TBX-Min-0.08-0/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 37237
    PERL5_CPAN_IS_RUNNING = 37237
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 57551,37237
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2020050420/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/2020050420

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.44    
    ExtUtils::Install   2.14    
    ExtUtils::MakeMaker 7.44    
    ExtUtils::Manifest  1.72    
    ExtUtils::ParseXS   3.40    
    File::Spec          3.78    
    JSON                4.02    
    JSON::PP            4.04    
    Module::Build       0.4231  
    Module::Signature   0.83    
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.42    
    Test::More          1.302173
    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=12.1-stable
    archname=amd64-freebsd
    uname='freebsd cloud1.bbbike.org 12.1-stable freebsd 12.1-stable 300cf9f9b89(stable12) generic 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:35:07
  %ENV:
    PERL5LIB="/home/cpansand/.cpan/build/2020050421/Crypt-RSA-Blind-1.010-0/blib/arch:/home/cpansand/.cpan/build/2020050421/Crypt-RSA-Blind-1.010-0/blib/lib:/home/cpansand/.cpan/build/2020050421/Crypt-FDH-1.010-0/blib/arch:/home/cpansand/.cpan/build/2020050421/Crypt-FDH-1.010-0/blib/lib:/home/cpansand/.cpan/build/2020050421/Test-Fake-HTTPD-0.08-0/blib/arch:/home/cpansand/.cpan/build/2020050421/Test-Fake-HTTPD-0.08-0/blib/lib:/home/cpansand/.cpan/build/2020050421/CPAN-Faker-0.010-0/blib/arch:/home/cpansand/.cpan/build/2020050421/CPAN-Faker-0.010-0/blib/lib:/home/cpansand/.cpan/build/2020050421/Module-Faker-0.022-0/blib/arch:/home/cpansand/.cpan/build/2020050421/Module-Faker-0.022-0/blib/lib:/home/cpansand/.cpan/build/2020050421/Archive-Any-Create-0.03-0/blib/arch:/home/cpansand/.cpan/build/2020050421/Archive-Any-Create-0.03-0/blib/lib:/home/cpansand/.cpan/build/2020050421/CPAN-Checksums-2.12-0/blib/arch:/home/cpansand/.cpan/build/2020050421/CPAN-Checksums-2.12-0/blib/lib:/home/cpansand/.cpan/build/2020050421/Compress-Bzip2-2.26-0/blib/arch:/home/cpansand/.cpan/build/2020050421/Compress-Bzip2-2.26-0/blib/lib:/home/cpansand/.cpan/build/2020050421/TBX-Min-0.08-0/blib/arch:/home/cpansand/.cpan/build/2020050421/TBX-Min-0.08-0/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="37237"
    PERL5_CPAN_IS_RUNNING="37237"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="57551,37237"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2020050420/cpanreporter_000_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /home/cpansand/.cpan/build/2020050421/Crypt-RSA-Blind-1.010-0/blib/arch
    /home/cpansand/.cpan/build/2020050421/Crypt-RSA-Blind-1.010-0/blib/lib
    /home/cpansand/.cpan/build/2020050421/Crypt-FDH-1.010-0/blib/arch
    /home/cpansand/.cpan/build/2020050421/Crypt-FDH-1.010-0/blib/lib
    /home/cpansand/.cpan/build/2020050421/Test-Fake-HTTPD-0.08-0/blib/arch
    /home/cpansand/.cpan/build/2020050421/Test-Fake-HTTPD-0.08-0/blib/lib
    /home/cpansand/.cpan/build/2020050421/CPAN-Faker-0.010-0/blib/arch
    /home/cpansand/.cpan/build/2020050421/CPAN-Faker-0.010-0/blib/lib
    /home/cpansand/.cpan/build/2020050421/Module-Faker-0.022-0/blib/arch
    /home/cpansand/.cpan/build/2020050421/Module-Faker-0.022-0/blib/lib
    /home/cpansand/.cpan/build/2020050421/Archive-Any-Create-0.03-0/blib/arch
    /home/cpansand/.cpan/build/2020050421/Archive-Any-Create-0.03-0/blib/lib
    /home/cpansand/.cpan/build/2020050421/CPAN-Checksums-2.12-0/blib/arch
    /home/cpansand/.cpan/build/2020050421/CPAN-Checksums-2.12-0/blib/lib
    /home/cpansand/.cpan/build/2020050421/Compress-Bzip2-2.26-0/blib/arch
    /home/cpansand/.cpan/build/2020050421/Compress-Bzip2-2.26-0/blib/lib
    /home/cpansand/.cpan/build/2020050421/TBX-Min-0.08-0/blib/arch
    /home/cpansand/.cpan/build/2020050421/TBX-Min-0.08-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
    .