Back
From: metabase:user:0d96120c-29e2-11e5-b049-ede3035d37de
Subject: UNKNOWN Regexp-Fields-0.046 v5.20.2 GNU/Linux
Date: 2015-07-17T15:17:09Z
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 Steve Grazzini,
This is a computer-generated report for Regexp-Fields-0.046
on perl 5.20.2, created by CPAN-Reporter-1.2014.
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:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make':
cp Fields.pm blib/lib/Regexp/Fields.pm
Running Mkbootstrap for Regexp::Fields ()
chmod 644 "Fields.bs"
"/data/perl5/perlbrew/perls/perl-5.20.2/bin/perl" "/home/perltest/perl5/perlbrew/perls/perl-5.20.2/lib/5.20.2/ExtUtils/xsubpp" -typemap "/home/perltest/perl5/perlbrew/perls/perl-5.20.2/lib/5.20.2/ExtUtils/typemap" Fields.xs > Fields.xsc && mv Fields.xsc Fields.c
cc -c -I./include -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.046\" -DXS_VERSION=\"0.046\" -fPIC "-I/home/perltest/perl5/perlbrew/perls/perl-5.20.2/lib/5.20.2/x86_64-linux/CORE" -DRE_FIELDS -DRE_FIELDS_MAGIC -DRE_FIELDS_LEXICAL -DRE_FIELDS_REXC Fields.c
In file included from Fields.xs:6:0:
./include/ppport.h:230:0: warning: "PERL_UNUSED_DECL" redefined
# define PERL_UNUSED_DECL
^
In file included from Fields.xs:3:0:
/home/perltest/perl5/perlbrew/perls/perl-5.20.2/lib/5.20.2/x86_64-linux/CORE/perl.h:302:0: note: this is the location of the previous definition
# define PERL_UNUSED_DECL __attribute__unused__
^
In file included from Fields.xs:7:0:
Fields.xs: In function ârx_destructor_nowâ:
./include/rx_fields.h:36:33: error: âREGEXPâ has no member named âdataâ
#define RxCHECK(rx) (rx && rx->data && rx->data->what[0] == 'x')
^
Fields.xs:58:9: note: in expansion of macro âRxCHECKâ
if (RxCHECK(args->rx) &&
^
./include/rx_fields.h:36:45: error: âREGEXPâ has no member named âdataâ
#define RxCHECK(rx) (rx && rx->data && rx->data->what[0] == 'x')
^
Fields.xs:58:9: note: in expansion of macro âRxCHECKâ
if (RxCHECK(args->rx) &&
^
./include/rx_fields.h:37:42: error: âREGEXPâ has no member named âdataâ
#define RxDATA(rx) ((rx_reg_data*) rx->data->data[0])
^
Fields.xs:59:2: note: in expansion of macro âRxDATAâ
RxDATA(args->rx)->flags & RXf_MATCHED)
^
Fields.xs: In function ârx_mg_getâ:
./include/rx_fields.h:36:33: error: âREGEXPâ has no member named âdataâ
#define RxCHECK(rx) (rx && rx->data && rx->data->what[0] == 'x')
^
Fields.xs:84:10: note: in expansion of macro âRxCHECKâ
if (!RxCHECK(rx) || (RxHINTMY(rx) && !RxMATCHED(rx)))
^
./include/rx_fields.h:36:45: error: âREGEXPâ has no member named âdataâ
#define RxCHECK(rx) (rx && rx->data && rx->data->what[0] == 'x')
^
Fields.xs:84:10: note: in expansion of macro âRxCHECKâ
if (!RxCHECK(rx) || (RxHINTMY(rx) && !RxMATCHED(rx)))
^
./include/rx_fields.h:37:42: error: âREGEXPâ has no member named âdataâ
#define RxDATA(rx) ((rx_reg_data*) rx->data->data[0])
^
./include/rx_fields.h:39:25: note: in expansion of macro âRxDATAâ
#define RxHINTMY(rx) (RxDATA(rx)->flags & RXh_MY)
^
Fields.xs:84:26: note: in expansion of macro âRxHINTMYâ
if (!RxCHECK(rx) || (RxHINTMY(rx) && !RxMATCHED(rx)))
^
./include/rx_fields.h:37:42: error: âREGEXPâ has no member named âdataâ
#define RxDATA(rx) ((rx_reg_data*) rx->data->data[0])
^
./include/rx_fields.h:40:25: note: in expansion of macro âRxDATAâ
#define RxMATCHED(rx) (RxDATA(rx)->flags & RXf_MATCHED)
^
Fields.xs:84:43: note: in expansion of macro âRxMATCHEDâ
if (!RxCHECK(rx) || (RxHINTMY(rx) && !RxMATCHED(rx)))
^
Fields.xs: In function ârx_mg_freeâ:
Fields.xs:99:7: error: âREGEXPâ has no member named ârefcntâ
rx->refcnt--;
^
Fields.xs: In function ârx_digit_varâ:
Fields.xs:147:5: warning: format â%luâ expects argument of type âlong unsigned intâ, but argument 3 has type âI32â [-Wformat=]
STRLEN len = sprintf(buf, "%"UVuf, digit);
^
Fields.xs:156:7: error: âREGEXPâ has no member named ârefcntâ
rx->refcnt++;
^
In file included from Fields.xs:7:0:
Fields.xs: In function ârx_get_namesâ:
./include/rx_fields.h:36:33: error: âREGEXPâ has no member named âdataâ
#define RxCHECK(rx) (rx && rx->data && rx->data->what[0] == 'x')
^
Fields.xs:167:9: note: in expansion of macro âRxCHECKâ
if (RxCHECK(rx)) {
^
./include/rx_fields.h:36:45: error: âREGEXPâ has no member named âdataâ
#define RxCHECK(rx) (rx && rx->data && rx->data->what[0] == 'x')
^
Fields.xs:167:9: note: in expansion of macro âRxCHECKâ
if (RxCHECK(rx)) {
^
./include/rx_fields.h:37:42: error: âREGEXPâ has no member named âdataâ
#define RxDATA(rx) ((rx_reg_data*) rx->data->data[0])
^
./include/rx_fields.h:38:25: note: in expansion of macro âRxDATAâ
#define RxNAMES(rx) (RxDATA(rx)->names)
^
Fields.xs:169:11: note: in expansion of macro âRxNAMESâ
HV *hv = RxNAMES(rx);
^
./include/rx_fields.h:37:42: error: âREGEXPâ has no member named âdataâ
#define RxDATA(rx) ((rx_reg_data*) rx->data->data[0])
^
./include/rx_fields.h:38:25: note: in expansion of macro âRxDATAâ
#define RxNAMES(rx) (RxDATA(rx)->names)
^
Fields.xs:176:6: note: in expansion of macro âRxNAMESâ
RxNAMES(rx) = hv;
^
Fields.xs: In function ârx_regfreeâ:
./include/rx_fields.h:36:33: error: âREGEXPâ has no member named âdataâ
#define RxCHECK(rx) (rx && rx->data && rx->data->what[0] == 'x')
^
Fields.xs:186:9: note: in expansion of macro âRxCHECKâ
if (RxCHECK(rx)) {
^
./include/rx_fields.h:36:45: error: âREGEXPâ has no member named âdataâ
#define RxCHECK(rx) (rx && rx->data && rx->data->what[0] == 'x')
^
Fields.xs:186:9: note: in expansion of macro âRxCHECKâ
if (RxCHECK(rx)) {
^
./include/rx_fields.h:37:42: error: âREGEXPâ has no member named âdataâ
#define RxDATA(rx) ((rx_reg_data*) rx->data->data[0])
^
Fields.xs:187:22: note: in expansion of macro âRxDATAâ
rx_reg_data *data = RxDATA(rx);
^
Fields.xs:191:12: error: âREGEXPâ has no member named ârefcntâ
if (rx->refcnt == 1) {
^
Fields.xs:192:5: error: âREGEXPâ has no member named âdataâ
rx->data->what[0] = 'f';
^
Fields.xs:197:9: error: âREGEXPâ has no member named ârefcntâ
if ((rx->refcnt - HvKEYS(data->names)) == 1) {
^
Fields.xs:202:8: error: âREGEXPâ has no member named âdataâ
rx->data->what[0] = 'f';
^
In file included from Fields.xs:7:0:
Fields.xs: In function ârx_regexec_startâ:
./include/rx_fields.h:36:33: error: âREGEXPâ has no member named âdataâ
#define RxCHECK(rx) (rx && rx->data && rx->data->what[0] == 'x')
^
Fields.xs:211:9: note: in expansion of macro âRxCHECKâ
if (RxCHECK(rx) && !(flags & REXEC_NOT_FIRST)) {
^
./include/rx_fields.h:36:45: error: âREGEXPâ has no member named âdataâ
#define RxCHECK(rx) (rx && rx->data && rx->data->what[0] == 'x')
^
Fields.xs:211:9: note: in expansion of macro âRxCHECKâ
if (RxCHECK(rx) && !(flags & REXEC_NOT_FIRST)) {
^
./include/rx_fields.h:37:42: error: âREGEXPâ has no member named âdataâ
#define RxDATA(rx) ((rx_reg_data*) rx->data->data[0])
^
Fields.xs:216:2: note: in expansion of macro âRxDATAâ
RxDATA(rx)->flags &= ~RXf_MATCHED;
^
Fields.xs:224:39: error: âPL_multilineâ undeclared (first use in this function)
&& PL_savestack[ix-2].any_i32 == PL_multiline)
^
Fields.xs:224:39: note: each undeclared identifier is reported only once for each function it appears in
In file included from Fields.xs:7:0:
Fields.xs: In function ârx_regexec_matchâ:
./include/rx_fields.h:36:33: error: âREGEXPâ has no member named âdataâ
#define RxCHECK(rx) (rx && rx->data && rx->data->what[0] == 'x')
^
Fields.xs:248:9: note: in expansion of macro âRxCHECKâ
if (RxCHECK(rx))
^
./include/rx_fields.h:36:45: error: âREGEXPâ has no member named âdataâ
#define RxCHECK(rx) (rx && rx->data && rx->data->what[0] == 'x')
^
Fields.xs:248:9: note: in expansion of macro âRxCHECKâ
if (RxCHECK(rx))
^
./include/rx_fields.h:37:42: error: âREGEXPâ has no member named âdataâ
#define RxDATA(rx) ((rx_reg_data*) rx->data->data[0])
^
Fields.xs:249:2: note: in expansion of macro âRxDATAâ
RxDATA(rx)->flags |= RXf_MATCHED;
^
Fields.xs: In function ârx_regcomp_startâ:
Fields.xs:257:16: error: âregexpâ has no member named âdataâ
if (RExC_rx->data)
^
In file included from /home/perltest/perl5/perlbrew/perls/perl-5.20.2/lib/5.20.2/x86_64-linux/CORE/perl.h:2368:0,
from Fields.xs:3:
Fields.xs:263:23: error: âregexpâ has no member named âdataâ
Newc(1299, RExC_rx->data, sizeof(*RExC_rx->data), char, struct reg_data);
^
/home/perltest/perl5/perlbrew/perls/perl-5.20.2/lib/5.20.2/x86_64-linux/CORE/handy.h:1889:25: note: in definition of macro âNewxcâ
#define Newxc(v,n,t,c) (v = (MEM_WRAP_CHECK_(n,t) (c*)MEM_LOG_ALLOC(n,t,safemalloc((MEM_SIZE)((n)*sizeof(t))))))
^
Fields.xs:263:5: note: in expansion of macro âNewcâ
Newc(1299, RExC_rx->data, sizeof(*RExC_rx->data), char, struct reg_data);
^
In file included from Fields.xs:3:0:
Fields.xs:263:46: error: âregexpâ has no member named âdataâ
Newc(1299, RExC_rx->data, sizeof(*RExC_rx->data), char, struct reg_data);
^
/home/perltest/perl5/perlbrew/perls/perl-5.20.2/lib/5.20.2/x86_64-linux/CORE/perl.h:3158:62: note: in definition of macro âEXPECTâ
# define EXPECT(expr,val) __builtin_expect(expr,val)
^
/home/perltest/perl5/perlbrew/perls/perl-5.20.2/lib/5.20.2/x86_64-linux/CORE/perl.h:3163:52: note: in expansion of macro âcBOOLâ
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^
/home/perltest/perl5/perlbrew/perls/perl-5.20.2/lib/5.20.2/x86_64-linux/CORE/handy.h:1798:9: note: in expansion of macro âUNLIKELYâ
(void)(UNLIKELY(sizeof(t) > 1 && ((MEM_SIZE)(n)+0.0) > MEM_SIZE_MAX/sizeof(t)) && (croak_memory_wrap(),0))
^
/home/perltest/perl5/perlbrew/perls/perl-5.20.2/lib/5.20.2/x86_64-linux/CORE/handy.h:1801:30: note: in expansion of macro âMEM_WRAP_CHECKâ
#define MEM_WRAP_CHECK_(n,t) MEM_WRAP_CHECK(n,t),
^
/home/perltest/perl5/perlbrew/perls/perl-5.20.2/lib/5.20.2/x86_64-linux/CORE/handy.h:1889:30: note: in expansion of macro âMEM_WRAP_CHECK_â
#define Newxc(v,n,t,c) (v = (MEM_WRAP_CHECK_(n,t) (c*)MEM_LOG_ALLOC(n,t,safemalloc((MEM_SIZE)((n)*sizeof(t))))))
^
/home/perltest/perl5/perlbrew/perls/perl-5.20.2/lib/5.20.2/x86_64-linux/CORE/handy.h:1895:25: note: in expansion of macro âNewxcâ
#define Newc(x,v,n,t,c) Newxc(v,n,t,c)
^
Fields.xs:263:5: note: in expansion of macro âNewcâ
Newc(1299, RExC_rx->data, sizeof(*RExC_rx->data), char, struct reg_data);
^
In file included from /home/perltest/perl5/perlbrew/perls/perl-5.20.2/lib/5.20.2/x86_64-linux/CORE/perl.h:2368:0,
from Fields.xs:3:
Fields.xs:263:46: error: âregexpâ has no member named âdataâ
Newc(1299, RExC_rx->data, sizeof(*RExC_rx->data), char, struct reg_data);
^
/home/perltest/perl5/perlbrew/perls/perl-5.20.2/lib/5.20.2/x86_64-linux/CORE/handy.h:1879:35: note: in definition of macro âMEM_LOG_ALLOCâ
#define MEM_LOG_ALLOC(n,t,a) (a)
^
/home/perltest/perl5/perlbrew/perls/perl-5.20.2/lib/5.20.2/x86_64-linux/CORE/handy.h:1895:25: note: in expansion of macro âNewxcâ
#define Newc(x,v,n,t,c) Newxc(v,n,t,c)
^
Fields.xs:263:5: note: in expansion of macro âNewcâ
Newc(1299, RExC_rx->data, sizeof(*RExC_rx->data), char, struct reg_data);
^
Fields.xs:264:22: error: âregexpâ has no member named âdataâ
New(1299, RExC_rx->data->what, 1, U8);
^
/home/perltest/perl5/perlbrew/perls/perl-5.20.2/lib/5.20.2/x86_64-linux/CORE/handy.h:1888:22: note: in definition of macro âNewxâ
#define Newx(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safemalloc((MEM_SIZE)((n)*sizeof(t))))))
^
Fields.xs:264:5: note: in expansion of macro âNewâ
New(1299, RExC_rx->data->what, 1, U8);
^
Fields.xs:265:12: error: âregexpâ has no member named âdataâ
RExC_rx->data->count = 1;
^
Fields.xs:266:12: error: âregexpâ has no member named âdataâ
RExC_rx->data->what[0] = 'x';
^
Fields.xs:267:12: error: âregexpâ has no member named âdataâ
RExC_rx->data->data[0] = p;
^
In file included from Fields.xs:7:0:
Fields.xs: In function ârx_regcomp_parseâ:
./include/rx_fields.h:100:18: warning: passing argument 1 of ârx_get_namesâ from incompatible pointer type
#define RExC_rx (pRExC_state->rx)
^
Fields.xs:281:29: note: in expansion of macro âRExC_rxâ
hv = rx_get_names(aTHX_ RExC_rx, TRUE);
^
Fields.xs:165:1: note: expected âstruct REGEXP *â but argument is of type âstruct regexp *â
rx_get_names(pTHX_ REGEXP *rx, I32 create)
^
In file included from Fields.xs:7:0:
./include/rx_fields.h:100:18: warning: passing argument 2 of ârx_digit_varâ from incompatible pointer type
#define RExC_rx (pRExC_state->rx)
^
Fields.xs:289:40: note: in expansion of macro âRExC_rxâ
sv = rx_digit_var(aTHX_ RExC_npar, RExC_rx);
^
Fields.xs:144:1: note: expected âstruct REGEXP *â but argument is of type âstruct regexp *â
rx_digit_var(pTHX_ I32 digit, REGEXP *rx)
^
In file included from Fields.xs:7:0:
./include/rx_fields.h:37:42: error: âregexpâ has no member named âdataâ
#define RxDATA(rx) ((rx_reg_data*) rx->data->data[0])
^
./include/rx_fields.h:39:25: note: in expansion of macro âRxDATAâ
#define RxHINTMY(rx) (RxDATA(rx)->flags & RXh_MY)
^
Fields.xs:293:9: note: in expansion of macro âRxHINTMYâ
if (RxHINTMY(RExC_rx))
^
Fields.xs: In function ârx_uninstallâ:
Fields.xs:300:5: error: âPL_regexecpâ undeclared (first use in this function)
PL_regexecp = Perl_regexec_flags;
^
Fields.xs:301:5: error: âPL_regcomppâ undeclared (first use in this function)
PL_regcompp = Perl_pregcomp;
^
Fields.xs:302:5: error: âPL_regint_startâ undeclared (first use in this function)
PL_regint_start = Perl_re_intuit_start;
^
Fields.xs:303:5: error: âPL_regint_stringâ undeclared (first use in this function)
PL_regint_string = Perl_re_intuit_string;
^
Fields.xs:304:5: error: âPL_regfreeâ undeclared (first use in this function)
PL_regfree = Perl_pregfree;
^
Fields.xs: In function ârx_installâ:
Fields.xs:310:5: error: âPL_regexecpâ undeclared (first use in this function)
PL_regexecp = my_regexec;
^
Fields.xs:311:5: error: âPL_regcomppâ undeclared (first use in this function)
PL_regcompp = my_regcomp;
^
Fields.xs:312:5: error: âPL_regint_startâ undeclared (first use in this function)
PL_regint_start = my_re_intuit_start;
^
Fields.xs:313:5: error: âPL_regint_stringâ undeclared (first use in this function)
PL_regint_string = my_re_intuit_string;
^
Fields.xs:314:5: error: âPL_regfreeâ undeclared (first use in this function)
PL_regfree = my_regfree;
^
Makefile:341: recipe for target 'Fields.o' failed
make: *** [Fields.o] Error 1
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
build_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.04
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
NONINTERACTIVE_TESTING = 1
PATH = /home/perltest/perl5/perlbrew/bin:/home/perltest/perl5/perlbrew/perls/perl-5.20.2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
PERL = [undef]
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 30749
PERL5_CPAN_IS_RUNNING = 30749
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 26454,30749
PERLBREW_BASHRC_VERSION = 0.73
PERLBREW_HOME = /home/perltest/.perlbrew
PERLBREW_MANPATH = /home/perltest/perl5/perlbrew/perls/perl-5.20.2/man
PERLBREW_PATH = /home/perltest/perl5/perlbrew/bin:/home/perltest/perl5/perlbrew/perls/perl-5.20.2/bin
PERLBREW_PERL = perl-5.20.2
PERLBREW_ROOT = /home/perltest/perl5/perlbrew
PERLBREW_VERSION = 0.73
PERL_CR_SMOKER_CURRENT = Regexp-Fields-0.046
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /data/perl5/perlbrew/perls/perl-5.20.2/bin/perl
$UID/$EUID = 2000 / 2000
$GID = 2000 2000
$EGID = 2000 2000
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.05
CPAN::Meta 2.150005
Cwd 3.48_01
ExtUtils::CBuilder 0.280217
ExtUtils::Command 1.18
ExtUtils::Install 1.67
ExtUtils::MakeMaker 7.04
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.24
File::Spec 3.48_01
JSON 2.90
JSON::PP 2.27203
Module::Build 0.4214
Module::Signature 0.79
Parse::CPAN::Meta 1.4417
Test::Harness 3.30
Test::More 1.001014
YAML 1.15
YAML::Syck 1.29
version 0.9909
--
Summary of my perl5 (revision 5 version 20 subversion 2) configuration:
Platform:
osname=linux, osvers=3.19.0-18-generic, archname=x86_64-linux
uname='linux perltest 3.19.0-18-generic #18-ubuntu smp tue may 19 18:31:35 utc 2015 x86_64 x86_64 x86_64 gnulinux '
config_args='-de -Dprefix=/home/perltest/perl5/perlbrew/perls/perl-5.20.2 -Aeval:scriptdir=/home/perltest/perl5/perlbrew/perls/perl-5.20.2/bin'
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 ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.9.2', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
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 -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/4.9/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib
libs=-lnsl -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.21.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.21'
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: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
PERL_NEW_COPY_ON_WRITE 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_PERLIO USE_PERL_ATOF
Locally applied patches:
Devel::PatchPerl 1.38
Built under linux
Compiled at Jul 14 2015 18:27:24
%ENV:
PERL=""
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="30749"
PERL5_CPAN_IS_RUNNING="30749"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="26454,30749"
PERLBREW_BASHRC_VERSION="0.73"
PERLBREW_HOME="/home/perltest/.perlbrew"
PERLBREW_MANPATH="/home/perltest/perl5/perlbrew/perls/perl-5.20.2/man"
PERLBREW_PATH="/home/perltest/perl5/perlbrew/bin:/home/perltest/perl5/perlbrew/perls/perl-5.20.2/bin"
PERLBREW_PERL="perl-5.20.2"
PERLBREW_ROOT="/home/perltest/perl5/perlbrew"
PERLBREW_VERSION="0.73"
PERL_CR_SMOKER_CURRENT="Regexp-Fields-0.046"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
/home/perltest/perl5/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/x86_64-linux
/home/perltest/perl5/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2
/home/perltest/perl5/perlbrew/perls/perl-5.20.2/lib/5.20.2/x86_64-linux
/home/perltest/perl5/perlbrew/perls/perl-5.20.2/lib/5.20.2
.