Report for HTML-Embperl-1.3.6

Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN HTML-Embperl-1.3.6 v5.24.1 RC3 FreeBSD
Date: 2016-09-10T10:15:05Z

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 Gerald Richter,

This is a computer-generated report for HTML-Embperl-1.3.6
on perl 5.24.1, created by CPAN-Reporter-1.2018.

Thank you for uploading your work to CPAN.  However, attempting to
test your distribution gave an inconclusive result.

This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed.  You may wish to consult the CPAN Testers Wiki:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

none provided

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

Output from '/usr/bin/make':

cp Intro.pod blib/lib/HTML/Embperl/Intro.pod
cp NEWS.pod blib/lib/HTML/Embperl/NEWS.pod
cp Embperl.pod blib/lib/HTML/Embperl.pod
cp EmbperlD.pod blib/lib/HTML/EmbperlD.pod
cp INSTALL.pod blib/lib/HTML/Embperl/INSTALL.pod
cp IntroD.pod blib/lib/HTML/Embperl/IntroD.pod
cp Changes.pod blib/lib/HTML/Embperl/Changes.pod
cp Faq.pod blib/lib/HTML/Embperl/Faq.pod
cp Embperl/Mail.pm blib/lib/HTML/Embperl/Mail.pm
cp CVS.pod blib/lib/HTML/Embperl/CVS.pod
cp Embperl/Module.pm blib/lib/HTML/Embperl/Module.pm
cp FeaturesD.pod blib/lib/HTML/Embperl/FeaturesD.pod
cp Features.pod blib/lib/HTML/Embperl/Features.pod
cp Embperl/Session.pm blib/lib/HTML/Embperl/Session.pm
cp EmbperlObject.pm blib/lib/HTML/EmbperlObject.pm
cp IntroEmbperlObject.pod blib/lib/HTML/Embperl/IntroEmbperlObject.pod
cp Embperl.pm blib/lib/HTML/Embperl.pm
cp TipsAndTricks.pod blib/lib/HTML/Embperl/TipsAndTricks.pod
Running Mkbootstrap for Embperl ()
Writing Embperl.bs
chmod 644 "Embperl.bs"
"/usr/perl5.24.1-RC3p/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Embperl.bs blib/arch/auto/HTML/Embperl/Embperl.bs 644
"/usr/perl5.24.1-RC3p/bin/perl" "/usr/perl5.24.1-RC3p/lib/5.24.1/ExtUtils/xsubpp"  -typemap '/usr/perl5.24.1-RC3p/lib/5.24.1/ExtUtils/typemap' -typemap '/home/cpansand/.cpan/build/2016091009/HTML-Embperl-1.3.6-1/typemap'  Embperl.xs > Embperl.xsc
Warning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in Embperl.xs, line 397
Warning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in Embperl.xs, line 474
Warning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in Embperl.xs, line 804
mv Embperl.xsc Embperl.c
cc -c  -I/home/cpansand/.cpan/build/2016091009/HTML-Embperl-1.3.6-1/xs  -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_FORTIFY_SOURCE=2 -O2 -pipe    -DVERSION=\"1.3.6\"  -DXS_VERSION=\"1.3.6\" -DPIC -fPIC "-I/usr/perl5.24.1-RC3p/lib/5.24.1/amd64-freebsd/CORE"   -o Embperl.o Embperl.c
Embperl.c:821:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:821:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:821:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:851:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:851:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:851:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:885:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:885:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:885:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:917:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:917:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:917:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:964:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:964:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:964:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:1001:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:1001:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:1001:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:1032:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:1032:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:1032:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:1059:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:1059:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:1059:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:1092:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:1092:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:1092:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:1120:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:1120:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:1120:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:1148:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:1148:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:1148:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:1176:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:1176:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:1176:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:1205:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:1205:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:1205:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:1233:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:1233:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:1233:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:1264:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:1264:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:1264:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:1295:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:1295:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:1295:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:1325:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:1325:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:1325:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:1353:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:1353:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:1353:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:1389:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:1389:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:1389:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:1423:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:1423:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:1423:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:1454:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:1454:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:1454:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:1496:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:1496:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:1496:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:1551:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:1551:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:1551:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:1579:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:1579:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:1579:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:1608:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:1608:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:1608:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:1635:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:1635:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:1635:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:1661:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:1661:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:1661:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:1688:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:1688:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:1688:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:1716:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:1716:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:1716:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.xs:720:78: error: use of undeclared identifier 'PL_sv_objcount'; did you mean 'PL_sv_count'?
    lprintf (r,"[%d]MEM:  %s: SVs: %d OBJs: %d\n", r->nPid, sText, sv_count, sv_objcount) ;
                                                                             ^~~~~~~~~~~
                                                                             PL_sv_count
/home/cpansand/.cpan/build/2016091009/HTML-Embperl-1.3.6-1/epnames.h:289:21: note: expanded from macro 'sv_objcount'
#define sv_objcount PL_sv_objcount
                    ^
/usr/perl5.24.1-RC3p/lib/5.24.1/amd64-freebsd/CORE/intrpvar.h:129:1: note: 'PL_sv_count' declared here
PERLVAR(I, sv_count,    IV)             /* how many SV* are currently allocated */
^
/usr/perl5.24.1-RC3p/lib/5.24.1/amd64-freebsd/CORE/perl.h:5596:43: note: expanded from macro 'PERLVAR'
#define PERLVAR(prefix,var,type) EXT type PL_##var;
                                          ^
<scratch space>:123:1: note: expanded from here
PL_sv_count
^
Embperl.c:1748:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:1748:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:1748:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:1779:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:1779:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:1779:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:1808:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:1808:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:1808:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
Embperl.c:1835:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if (mg = mg_find (SvRV(ST(0)), '~'))
        ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Embperl.c:1835:12: note: place parentheses around the assignment to silence this warning
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
        (                              )
Embperl.c:1835:12: note: use '==' to turn this assignment into an equality comparison
    if (mg = mg_find (SvRV(ST(0)), '~'))
           ^
           ==
33 warnings and 1 error generated.
*** Error code 1

Stop.
make: stopped in /home/cpansand/.cpan/build/2016091009/HTML-Embperl-1.3.6-1

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

Prerequisite modules loaded:

requires:

    Module              Need Have   
    ------------------- ---- -------
    File::Spec          0.8  3.63_01

build_requires:

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


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

Environment variables:

    LC_ALL = de_DE.ISO8859-1
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd10.1:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
    PERL = /usr/perl5.24.1-RC3p/bin/perl
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 12091
    PERL5_CPAN_IS_RUNNING = 12091
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 11829,12091
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2016091009/cpanreporter_003_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    SHELL = /usr/local/bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023/2016091009

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

    $^X = /usr/perl5.24.1-RC3p/bin/perl
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have      
    ------------------- ----------
    CPAN                2.14      
    CPAN::Meta          2.150010  
    Cwd                 3.63_01   
    ExtUtils::CBuilder  0.280225  
    ExtUtils::Command   7.22      
    ExtUtils::Install   2.04      
    ExtUtils::MakeMaker 7.22      
    ExtUtils::Manifest  1.70      
    ExtUtils::ParseXS   3.31      
    File::Spec          3.63_01   
    JSON                2.90      
    JSON::PP            2.27300_01
    Module::Build       0.4220    
    Module::Signature   0.80      
    Parse::CPAN::Meta   2.150010  
    Test::Harness       3.36_01   
    Test::More          1.302052  
    YAML                1.18      
    YAML::Syck          1.29      
    version             0.9917    


--

Summary of my perl5 (revision 5 version 24 subversion 1) configuration:
   
  Platform:
    osname=freebsd, osvers=10.1-release, archname=amd64-freebsd
    uname='freebsd cvrsnica-freebsd-101.herceg.de 10.1-release freebsd 10.1-release #0 r274401: tue nov 11 21:02:49 utc 2014 root@releng1.nyi.freebsd.org:usrobjusrsrcsysgeneric amd64 '
    config_args='-ds -e -Dprefix=/usr/perl5.24.1-RC3p -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, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_FORTIFY_SOURCE=2',
    optimize='-O2 -pipe',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.2.1 Compatible FreeBSD Clang 3.4.1 (tags/RELEASE_34/dot1-final 208032)', 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 -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib /usr/include/clang/3.4.1 /usr/lib
    libs=-lpthread -lgdbm -lm -lcrypt -lutil -lc
    perllibs=-lpthread -lm -lcrypt -lutil -lc
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fPIC', lddlflags='-shared  -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_COPY_ON_WRITE
                        PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
                        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
  Locally applied patches:
	RC3
  Built under freebsd
  Compiled at Aug 19 2016 19:51:18
  %ENV:
    PERL="/usr/perl5.24.1-RC3p/bin/perl"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="12091"
    PERL5_CPAN_IS_RUNNING="12091"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="11829,12091"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2016091009/cpanreporter_003_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
  @INC:
    /usr/perl5.24.1-RC3p/lib/site_perl/5.24.1/amd64-freebsd
    /usr/perl5.24.1-RC3p/lib/site_perl/5.24.1
    /usr/perl5.24.1-RC3p/lib/5.24.1/amd64-freebsd
    /usr/perl5.24.1-RC3p/lib/5.24.1
    .