Data-Edit-Xml-Reuse v20191221 Perl 5 v5.28.0 x86_64-linux
- Status
- Fail
- From
- Slaven Rezić (SREZIC)
- Dist
-
Data-Edit-Xml-Reuse v20191221
- Platform
- Perl 5 v5.28.0 x86_64-linux
- Date
- 2019-12-23 17:27:15
- ID
- 7646d4e0-25a9-11ea-91b6-706e1f24ea8f
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.28.0, 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':
10:17:13 Tests started at (eval 116) 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 /home/cpansand/.cpan/build/2019122310/Data-Table-Text-20191221-0/blib/lib/Data/Table/Text.pm line 996.
at /home/cpansand/.cpan/build/2019122310/Data-Table-Text-20191221-0/blib/lib/Data/Table/Text.pm line 3829, <DATA> line 146.
Data::Table::Text::__ANON__("mkdir /home/phil: Permission denied at /home/cpansand/.cpan/b"...) called at /opt/perl-5.28.0/lib/5.28.0/Carp.pm line 291
Carp::croak("mkdir /home/phil: Permission denied") called at /opt/perl-5.28.0/lib/5.28.0/File/Path.pm line 239
File::Path::_mkpath(HASH(0x3275d38), ARRAY(0x3282d48)) called at /opt/perl-5.28.0/lib/5.28.0/File/Path.pm line 195
File::Path::_mkpath(HASH(0x3275d38), ARRAY(0x3282530)) called at /opt/perl-5.28.0/lib/5.28.0/File/Path.pm line 195
File::Path::_mkpath(HASH(0x3275d38), ARRAY(0x3281ff0)) called at /opt/perl-5.28.0/lib/5.28.0/File/Path.pm line 195
File::Path::_mkpath(HASH(0x3275d38), ARRAY(0x3281ab0)) called at /opt/perl-5.28.0/lib/5.28.0/File/Path.pm line 195
File::Path::_mkpath(HASH(0x3275d38), ARRAY(0x32813e8)) called at /opt/perl-5.28.0/lib/5.28.0/File/Path.pm line 195
File::Path::_mkpath(HASH(0x3275d38), ARRAY(0x3280ea8)) called at /opt/perl-5.28.0/lib/5.28.0/File/Path.pm line 195
File::Path::_mkpath(HASH(0x3275d38), ARRAY(0x3280968)) called at /opt/perl-5.28.0/lib/5.28.0/File/Path.pm line 195
File::Path::_mkpath(HASH(0x3275d38), ARRAY(0x3280428)) called at /opt/perl-5.28.0/lib/5.28.0/File/Path.pm line 195
File::Path::_mkpath(HASH(0x3275d38), ARRAY(0x3275de0)) called at /opt/perl-5.28.0/lib/5.28.0/File/Path.pm line 195
File::Path::_mkpath(HASH(0x3275d38), ARRAY(0x3275dc8)) called at /opt/perl-5.28.0/lib/5.28.0/File/Path.pm line 173
File::Path::mkpath("/home/phil/perl/cpan/DataEditXmlReuse/lib/Data/Edit/Xml/tests/in") called at /home/cpansand/.cpan/build/2019122310/Data-Table-Text-20191221-0/blib/lib/Data/Table/Text.pm line 996
eval {...} called at /home/cpansand/.cpan/build/2019122310/Data-Table-Text-20191221-0/blib/lib/Data/Table/Text.pm line 996
Data::Table::Text::makePath("/home/phil/perl/cpan/DataEditXmlReuse/lib/Data/Edit/Xml/tests"...) called at /home/cpansand/.cpan/build/2019122310/Data-Table-Text-20191221-0/blib/lib/Data/Table/Text.pm line 1006
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 116) 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 /home/cpansand/.cpan/build/2019122310/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 /home/cpansand/.cpan/build/2019122310/Data-Table-Text-20191221-0/blib/lib/Data/Table/Text.pm line 998, <DATA> line 146.
Data::Table::Text::makePath("/home/phil/perl/cpan/DataEditXmlReuse/lib/Data/Edit/Xml/tests"...) called at /home/cpansand/.cpan/build/2019122310/Data-Table-Text-20191221-0/blib/lib/Data/Table/Text.pm line 1006
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 116) 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 /home/cpansand/.cpan/build/2019122310/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 /home/cpansand/.cpan/build/2019122310/Data-Table-Text-20191221-0/blib/lib/Data/Table/Text.pm line 3829, <DATA> line 146.
Data::Table::Text::__ANON__("Cannot make path with make_path: because:\x{a}/home/phil/perl/cpa"...) called at /opt/perl-5.28.0/lib/5.28.0/Carp.pm line 292
Carp::confess("Cannot make path with make_path: because:\x{a}/home/phil/perl/cpa"...) called at /home/cpansand/.cpan/build/2019122310/Data-Table-Text-20191221-0/blib/lib/Data/Table/Text.pm line 998
Data::Table::Text::makePath("/home/phil/perl/cpan/DataEditXmlReuse/lib/Data/Edit/Xml/tests"...) called at /home/cpansand/.cpan/build/2019122310/Data-Table-Text-20191221-0/blib/lib/Data/Table/Text.pm line 1006
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 116) 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 /home/cpansand/.cpan/build/2019122310/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 /home/cpansand/.cpan/build/2019122310/Data-Table-Text-20191221-0/blib/lib/Data/Table/Text.pm line 3829, <DATA> line 146.
Data::Table::Text::__ANON__("Cannot make path with make_path: because:\x{a}/home/phil/perl/cpa"...) called at /home/cpansand/.cpan/build/2019122310/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.01 usr 0.01 sys + 0.19 cusr 0.04 csys = 0.25 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 20191121
Data::Edit::Xml::Xref 20191121 20191121
Data::Table::Text 20191204 20191221
Dita::GB::Standard 20190911 20190911
Test2::API 0 1.302140
Test::More 0 1.302140
utf8 0 1.21
configure_requires:
Module Need Have
--------------------- -------- --------
Module::Build 0.4224 0.4224
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = en_US.UTF-8
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/linux-gnu:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
PERL5LIB = /home/cpansand/.cpan/build/2019122310/Data-Edit-Xml-Xref-20191121-0/blib/arch:/home/cpansand/.cpan/build/2019122310/Data-Edit-Xml-Xref-20191121-0/blib/lib:/home/cpansand/.cpan/build/2019122310/Dita-GB-Standard-20190911-0/blib/arch:/home/cpansand/.cpan/build/2019122310/Dita-GB-Standard-20190911-0/blib/lib:/home/cpansand/.cpan/build/2019122310/Data-Edit-Xml-20191121-0/blib/arch:/home/cpansand/.cpan/build/2019122310/Data-Edit-Xml-20191121-0/blib/lib:/home/cpansand/.cpan/build/2019122310/Data-Table-Text-20191221-0/blib/arch:/home/cpansand/.cpan/build/2019122310/Data-Table-Text-20191221-0/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 777883
PERL5_CPAN_IS_RUNNING = 777883
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 476183,777883
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2019122305/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2019122305
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /opt/perl-5.28.0/bin/perl
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.20
CPAN::Meta 2.150010
Cwd 3.74
ExtUtils::CBuilder 0.280230
ExtUtils::Command 7.34
ExtUtils::Install 2.14
ExtUtils::MakeMaker 7.34
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.39
File::Spec 3.74
JSON 4.00
JSON::PP 2.97001
Module::Build 0.4224
Module::Signature 0.83
Parse::CPAN::Meta 2.150010
Test::Harness 3.42
Test::More 1.302140
YAML 1.26
YAML::Syck 1.31
version 0.9923
--
Summary of my perl5 (revision 5 version 28 subversion 0) configuration:
Platform:
osname=linux
osvers=4.18.16-200.fc28.x86_64
archname=x86_64-linux
uname='linux fedora-4gb-hel1-1 4.18.16-200.fc28.x86_64 #1 smp sat oct 20 23:53:47 utc 2018 x86_64 x86_64 x86_64 gnulinux '
config_args='-ds -e -Dprefix=/opt/perl-5.28.0 -Dcf_email=srezic@cpan.org'
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 ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
optimize='-O2'
cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='8.2.1 20181011 (Red Hat 8.2.1-4)'
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 =' -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib /lib/../lib64 /usr/lib/../lib64 /lib /lib64 /usr/lib64 /usr/local/lib64
libs=-lpthread -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
libc=libc-2.27.so
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version='2.27'
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-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 linux
Compiled at Oct 30 2018 22:13:32
%ENV:
PERL5LIB="/home/cpansand/.cpan/build/2019122310/Data-Edit-Xml-Xref-20191121-0/blib/arch:/home/cpansand/.cpan/build/2019122310/Data-Edit-Xml-Xref-20191121-0/blib/lib:/home/cpansand/.cpan/build/2019122310/Dita-GB-Standard-20190911-0/blib/arch:/home/cpansand/.cpan/build/2019122310/Dita-GB-Standard-20190911-0/blib/lib:/home/cpansand/.cpan/build/2019122310/Data-Edit-Xml-20191121-0/blib/arch:/home/cpansand/.cpan/build/2019122310/Data-Edit-Xml-20191121-0/blib/lib:/home/cpansand/.cpan/build/2019122310/Data-Table-Text-20191221-0/blib/arch:/home/cpansand/.cpan/build/2019122310/Data-Table-Text-20191221-0/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="777883"
PERL5_CPAN_IS_RUNNING="777883"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="476183,777883"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2019122305/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpansand/.cpan/build/2019122310/Data-Edit-Xml-Xref-20191121-0/blib/arch
/home/cpansand/.cpan/build/2019122310/Data-Edit-Xml-Xref-20191121-0/blib/lib
/home/cpansand/.cpan/build/2019122310/Dita-GB-Standard-20190911-0/blib/arch
/home/cpansand/.cpan/build/2019122310/Dita-GB-Standard-20190911-0/blib/lib
/home/cpansand/.cpan/build/2019122310/Data-Edit-Xml-20191121-0/blib/arch
/home/cpansand/.cpan/build/2019122310/Data-Edit-Xml-20191121-0/blib/lib
/home/cpansand/.cpan/build/2019122310/Data-Table-Text-20191221-0/blib/arch
/home/cpansand/.cpan/build/2019122310/Data-Table-Text-20191221-0/blib/lib
/opt/perl-5.28.0/lib/site_perl/5.28.0/x86_64-linux
/opt/perl-5.28.0/lib/site_perl/5.28.0
/opt/perl-5.28.0/lib/5.28.0/x86_64-linux
/opt/perl-5.28.0/lib/5.28.0
.