FunctionalPerl v0.72.67-TRIAL Perl 5 v5.34.0 x86_64-linux
- Status
- Fail
- From
- Slaven Rezić
- Dist
-
FunctionalPerl v0.72.67-TRIAL
- Platform
- Perl 5 v5.34.0 x86_64-linux
- Date
- 2021-05-29 07:35:20
- ID
- 6bb57db8-c050-11eb-9215-cd821f24ea8f
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 Christian Jaeger,
This is a computer-generated report for FunctionalPerl-0.72.67-TRIAL
on perl 5.34.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 '/usr/bin/make test':
PERL_DL_NONLAZY=1 "/opt/perl-5.34.0/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/csv_to_xml.t ........................... ok
t/dbi.t .................................. ok
t/examples-csv-to-json.t ................. ok
times for fib: user = 0.15, system = 0, cuser = 0, csystem = 0
times for fibonacci: user = 0.1, system = 0, cuser = 0, csystem = 0
t/examples-fibs.t ........................ ok
t/examples-functional-classes.t .......... ok
not activating since running in test mode at examples//../lib/FP/Repl/Trap.pm line 47.
t/examples-hiring-without-whiteboards.t .. ok
not activating since running in test mode at examples//../lib/FP/Repl/Trap.pm line 47.
t/examples-logic.t ....................... ok
t/examples-perlweekly-111-1.t ............ ok
times: user = 0.02, system = 0, cuser = 0, csystem = 0
times: user = 0.05, system = 0, cuser = 0, csystem = 0
times: user = 0.05, system = 0, cuser = 0, csystem = 0
t/examples-perlweekly-113-1.t ............ ok
t/examples-perlweekly-113-2.t ............ ok
t/examples-primes.t ...................... ok
t/functional_XML-t-div.t ................. ok
t/functional_XML-test.t .................. ok
t/htmlgen.t .............................. skipped: Test requires module 'HTML::TreeBuilder' but it's not found
not activating since running in test mode at intro//../lib/FP/Repl/AutoTrap.pm line 64.
t/intro-basics.t ......................... ok
t/perl-goto-leak.t ....................... ok
t/perl-weaken-coderef-correctness.t ...... ok
t/perl-weaken-coderef.t .................. ok
String found where operator expected at meta/FunctionalPerl/Indexing.pm line 206, near "identifierInfos_by_name ".""
(Do you need to predeclare identifierInfos_by_name?)
Exception: Can't use global $_ in subroutine signature at meta/FunctionalPerl/Indexing.pm line 200, near "($_"
syntax error at meta/FunctionalPerl/Indexing.pm line 206, near "identifierInfos_by_name ".""
Global symbol "$v" requires explicit package name (did you forget to declare "my $v"?) at meta/FunctionalPerl/Indexing.pm line 206.
Type of arg 1 to FP::Lazy::lazy must be block or sub {} (not reference constructor) at meta/FunctionalPerl/Indexing.pm line 207, near "}"
syntax error at meta/FunctionalPerl/Indexing.pm line 207, near "}"
Type of arg 1 to Chj::TEST::TEST must be block or sub {} (not reference constructor) at meta/FunctionalPerl/Indexing.pm line 212, near "];"
Type of arg 1 to Chj::TEST::TEST must be block or sub {} (not reference constructor) at meta/FunctionalPerl/Indexing.pm line 220, near "];"
Type of arg 1 to Chj::TEST::TEST must be block or sub {} (not reference constructor) at meta/FunctionalPerl/Indexing.pm line 222, near "];"
Type of arg 1 to Chj::TEST::TEST must be block or sub {} (not reference constructor) at meta/FunctionalPerl/Indexing.pm line 226, near "];"
Type of arg 1 to Chj::TEST::TEST must be block or sub {} (not reference constructor) at meta/FunctionalPerl/Indexing.pm line 254, near "];"
meta/FunctionalPerl/Indexing.pm has too many errors.
at meta/FunctionalPerl/Indexing.pm line 254.
require FunctionalPerl/Indexing.pm called at meta/FunctionalPerl/Indexing.pm line 17
t_pod_snippets_104::BEGIN() called at meta/FunctionalPerl/Indexing.pm line 254
eval {...} called at meta/FunctionalPerl/Indexing.pm line 254
eval 'package main; package t_pod_snippets_104; use Test::More ;
{
no warnings;
use strict; # things are likely to be sloppy
ok 1 => \'the tests compile\';
#line 16 meta/FunctionalPerl/Indexing.pm
use FunctionalPerl::Indexing qw(
identifierInfos_by_name Subroutine Package);
use FP::Equal qw(is_equal);
;
#line 20 meta/FunctionalPerl/Indexing.pm
my $functional_perl_base_dir = ".";
my $by_name = identifierInfos_by_name(
$functional_perl_base_dir,
# accept all of them:
sub ($info) { 1 });
is_equal($by_name->{first}->[0],
Subroutine(\'first\', \'lib/FP/Array/Mixin.pm\', 153));
is_equal($by_name->{"FP::List"}->[0],
Package(\'FP::List\', \'lib/FP/List.pm\', 127, \'\'));
;
#line 32 meta/FunctionalPerl/Indexing.pm
;
ok 1 => \'we reached the end!\';
}
;
1' called at lib/FP/Repl/WithRepl.pm line 75
FP::Repl::WithRepl::WithRepl_eval("package t_pod_snippets_104; use Test::More ;\x{a}{\x{a}no warnings;\x{a}u"...) called at t/pod_snippets.t line 37
main::myeval("package t_pod_snippets_104; use Test::More ;\x{a}{\x{a}no warnings;\x{a}u"...) called at t/pod_snippets.t line 158
main::__ANON__() called at /opt/perl-5.34.0/lib/5.34.0/Test/Builder.pm line 374
eval {...} called at /opt/perl-5.34.0/lib/5.34.0/Test/Builder.pm line 374
Test::Builder::subtest(Test::Builder=HASH(0x310e568), "pod snippets in FunctionalPerl::Indexing", CODE(0x4683a68)) called at /opt/perl-5.34.0/lib/5.34.0/Test/More.pm line 809
Test::More::subtest("pod snippets in FunctionalPerl::Indexing", CODE(0x4683a68)) called at t/pod_snippets.t line 183
Compilation failed in require at meta/FunctionalPerl/Indexing.pm line 17.
at meta/FunctionalPerl/Indexing.pm line 17.
t_pod_snippets_104::BEGIN() called at meta/FunctionalPerl/Indexing.pm line 17
eval {...} called at meta/FunctionalPerl/Indexing.pm line 17
eval 'package main; package t_pod_snippets_104; use Test::More ;
{
no warnings;
use strict; # things are likely to be sloppy
ok 1 => \'the tests compile\';
#line 16 meta/FunctionalPerl/Indexing.pm
use FunctionalPerl::Indexing qw(
identifierInfos_by_name Subroutine Package);
use FP::Equal qw(is_equal);
;
#line 20 meta/FunctionalPerl/Indexing.pm
my $functional_perl_base_dir = ".";
my $by_name = identifierInfos_by_name(
$functional_perl_base_dir,
# accept all of them:
sub ($info) { 1 });
is_equal($by_name->{first}->[0],
Subroutine(\'first\', \'lib/FP/Array/Mixin.pm\', 153));
is_equal($by_name->{"FP::List"}->[0],
Package(\'FP::List\', \'lib/FP/List.pm\', 127, \'\'));
;
#line 32 meta/FunctionalPerl/Indexing.pm
;
ok 1 => \'we reached the end!\';
}
;
1' called at lib/FP/Repl/WithRepl.pm line 75
FP::Repl::WithRepl::WithRepl_eval("package t_pod_snippets_104; use Test::More ;\x{a}{\x{a}no warnings;\x{a}u"...) called at t/pod_snippets.t line 37
main::myeval("package t_pod_snippets_104; use Test::More ;\x{a}{\x{a}no warnings;\x{a}u"...) called at t/pod_snippets.t line 158
main::__ANON__() called at /opt/perl-5.34.0/lib/5.34.0/Test/Builder.pm line 374
eval {...} called at /opt/perl-5.34.0/lib/5.34.0/Test/Builder.pm line 374
Test::Builder::subtest(Test::Builder=HASH(0x310e568), "pod snippets in FunctionalPerl::Indexing", CODE(0x4683a68)) called at /opt/perl-5.34.0/lib/5.34.0/Test/More.pm line 809
Test::More::subtest("pod snippets in FunctionalPerl::Indexing", CODE(0x4683a68)) called at t/pod_snippets.t line 183
BEGIN failed--compilation aborted at meta/FunctionalPerl/Indexing.pm line 17.
at meta/FunctionalPerl/Indexing.pm line 17.
eval 'package main; package t_pod_snippets_104; use Test::More ;
{
no warnings;
use strict; # things are likely to be sloppy
ok 1 => \'the tests compile\';
#line 16 meta/FunctionalPerl/Indexing.pm
use FunctionalPerl::Indexing qw(
identifierInfos_by_name Subroutine Package);
use FP::Equal qw(is_equal);
;
#line 20 meta/FunctionalPerl/Indexing.pm
my $functional_perl_base_dir = ".";
my $by_name = identifierInfos_by_name(
$functional_perl_base_dir,
# accept all of them:
sub ($info) { 1 });
is_equal($by_name->{first}->[0],
Subroutine(\'first\', \'lib/FP/Array/Mixin.pm\', 153));
is_equal($by_name->{"FP::List"}->[0],
Package(\'FP::List\', \'lib/FP/List.pm\', 127, \'\'));
;
#line 32 meta/FunctionalPerl/Indexing.pm
;
ok 1 => \'we reached the end!\';
}
;
1' called at lib/FP/Repl/WithRepl.pm line 75
FP::Repl::WithRepl::WithRepl_eval("package t_pod_snippets_104; use Test::More ;\x{a}{\x{a}no warnings;\x{a}u"...) called at t/pod_snippets.t line 37
main::myeval("package t_pod_snippets_104; use Test::More ;\x{a}{\x{a}no warnings;\x{a}u"...) called at t/pod_snippets.t line 158
main::__ANON__() called at /opt/perl-5.34.0/lib/5.34.0/Test/Builder.pm line 374
eval {...} called at /opt/perl-5.34.0/lib/5.34.0/Test/Builder.pm line 374
Test::Builder::subtest(Test::Builder=HASH(0x310e568), "pod snippets in FunctionalPerl::Indexing", CODE(0x4683a68)) called at /opt/perl-5.34.0/lib/5.34.0/Test/More.pm line 809
Test::More::subtest("pod snippets in FunctionalPerl::Indexing", CODE(0x4683a68)) called at t/pod_snippets.t line 183
# Failed test 'pod snippets in FunctionalPerl::Indexing'
# at t/pod_snippets.t line 177.
# Looks like you failed 1 test of 1.
# Failed test 'pod snippets in FunctionalPerl::Indexing'
# at t/pod_snippets.t line 183.
# Looks like you failed 1 test of 109.
t/pod_snippets.t .........................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/109 subtests
(less 3 skipped subtests: 105 okay)
t/predicates.t ........................... ok
t/repl.t ................................. ok
String found where operator expected at meta/FunctionalPerl/Indexing.pm line 206, near "identifierInfos_by_name ".""
(Do you need to predeclare identifierInfos_by_name?)
# Failed test 'require FunctionalPerl::Htmlgen::Linking;'
# at t/require_and_run_tests.t line 52.
# Tried to require 'FunctionalPerl::Htmlgen::Linking'.
# Error: Can't use global $_ in subroutine signature at meta/FunctionalPerl/Indexing.pm line 200, near "($_"
# syntax error at meta/FunctionalPerl/Indexing.pm line 206, near "identifierInfos_by_name ".""
# Global symbol "$v" requires explicit package name (did you forget to declare "my $v"?) at meta/FunctionalPerl/Indexing.pm line 206.
# Type of arg 1 to FP::Lazy::lazy must be block or sub {} (not reference constructor) at meta/FunctionalPerl/Indexing.pm line 207, near "}"
# syntax error at meta/FunctionalPerl/Indexing.pm line 207, near "}"
# Type of arg 1 to Chj::TEST::TEST must be block or sub {} (not reference constructor) at meta/FunctionalPerl/Indexing.pm line 212, near "];"
# Type of arg 1 to Chj::TEST::TEST must be block or sub {} (not reference constructor) at meta/FunctionalPerl/Indexing.pm line 220, near "];"
# Type of arg 1 to Chj::TEST::TEST must be block or sub {} (not reference constructor) at meta/FunctionalPerl/Indexing.pm line 222, near "];"
# Type of arg 1 to Chj::TEST::TEST must be block or sub {} (not reference constructor) at meta/FunctionalPerl/Indexing.pm line 226, near "];"
# Type of arg 1 to Chj::TEST::TEST must be block or sub {} (not reference constructor) at meta/FunctionalPerl/Indexing.pm line 254, near "];"
# meta/FunctionalPerl/Indexing.pm has too many errors.
# Compilation failed in require at .htmlgen/FunctionalPerl/Htmlgen/Linking.pm line 73.
# BEGIN failed--compilation aborted at .htmlgen/FunctionalPerl/Htmlgen/Linking.pm line 73.
# Compilation failed in require at (eval 81) line 2.
not activating since running in test mode at lib/FP/Repl/AutoTrap.pm line 64.
not activating since running in test mode at lib/FP/Repl/Trap.pm line 47.
# Failed test 'require FunctionalPerl::Indexing;'
# at t/require_and_run_tests.t line 52.
# Tried to require 'FunctionalPerl::Indexing'.
# Error: Attempt to reload FunctionalPerl/Indexing.pm aborted.
# Compilation failed in require at (eval 351) line 2.
# Looks like you failed 2 tests of 160.
# Failed test 'require'
# at t/require_and_run_tests.t line 55.
Reference is already weak at lib/FP/Stream.pm line 769.
# Looks like you failed 1 test of 2.
t/require_and_run_tests.t ................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
t/skip-internal.t ........................ ok
t/skip-leak.t ............................ ok
t/skip.t ................................. ok
t/testlazy.t ............................. ok
t/testlazy10.t ........................... ok
times for T: user = 0.13, system = 0, cuser = 0, csystem = 0
times for TC: user = 0.1, system = 0, cuser = 0, csystem = 0
t/trampoline-fix.t ....................... ok
Test Summary Report
-------------------
t/pod_snippets.t (Wstat: 256 Tests: 109 Failed: 1)
Failed test: 107
Non-zero exit status: 1
t/require_and_run_tests.t (Wstat: 256 Tests: 2 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=28, Tests=177, 24 wallclock secs ( 0.32 usr 0.09 sys + 20.46 cusr 3.57 csys = 24.44 CPU)
Result: FAIL
Failed 2/28 test programs. 2/177 subtests failed.
make: *** [test_dynamic] Error 255
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- -------- --------
autobox 0 v3.0.1
base 0 2.27
Digest 0 1.19
File::Path 0 2.18
Getopt::Long 0 2.52
Import::Into 0 1.002005
Math::BigInt 0 1.999818
NEXT 0 0.68
overload 0 1.33
perl 5.016004 5.034000
PerlIO::utf8_strict 0 0.008
Safe::Isa 0 1.000010
Scalar::Util 0 1.56
Symbol 0 1.09
Test::More 0.96 1.302183
utf8 0 1.24
warnings 0 1.51
build_requires:
Module Need Have
------------------- -------- --------
BSD::Resource 0 1.2911
Capture::Tiny 0 0.48
DBD::CSV 0 0.58
DBI 0 1.643
ExtUtils::MakeMaker 0 7.62
Sub::Util 0 1.56
Test::Pod::Snippets 0 0.07
Test::Requires 0 0.11
Text::CSV 0 2.00
URI 0 5.09
configure_requires:
Module Need Have
------------------- -------- --------
ExtUtils::MakeMaker 0 7.62
opt_requires:
Module Need Have
------------------- -------- --------
B::Deparse 0 1.56
Clone 0 0.45
Encode 0 3.08
Eval::WithLexicals 0 1.003006
JSON 0 4.03
LWP::UserAgent 0 6.54
Method::Signatures 0 20170211
PadWalker 0 2.5
Term::ReadLine::Gnu 0 1.42
Text::Markdown 0 1.000031
------------------------------
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/2021052812/Eval-WithLexicals-1.003006-1/blib/arch:/home/cpansand/.cpan/build/2021052812/Eval-WithLexicals-1.003006-1/blib/lib:/home/cpansand/.cpan/build/2021052812/Data-Alias-1.25-0/blib/arch:/home/cpansand/.cpan/build/2021052812/Data-Alias-1.25-0/blib/lib:/home/cpansand/.cpan/build/2021052812/Method-Signatures-20170211-0/blib/arch:/home/cpansand/.cpan/build/2021052812/Method-Signatures-20170211-0/blib/lib:/home/cpansand/.cpan/build/2021052812/Lexical-SealRequireHints-0.011-0/blib/arch:/home/cpansand/.cpan/build/2021052812/Lexical-SealRequireHints-0.011-0/blib/lib:/home/cpansand/.cpan/build/2021052812/Devel-Declare-0.006022-0/blib/arch:/home/cpansand/.cpan/build/2021052812/Devel-Declare-0.006022-0/blib/lib:/home/cpansand/.cpan/build/2021052812/Any-Moose-0.27-0/blib/arch:/home/cpansand/.cpan/build/2021052812/Any-Moose-0.27-0/blib/lib:/home/cpansand/.cpan/build/2021052812/Text-Markdown-1.000031-0/blib/arch:/home/cpansand/.cpan/build/2021052812/Text-Markdown-1.000031-0/blib/lib:/home/cpansand/.cpan/build/2021052812/Text-CSV-2.00-0/blib/arch:/home/cpansand/.cpan/build/2021052812/Text-CSV-2.00-0/blib/lib:/home/cpansand/.cpan/build/2021052812/Test-Pod-Snippets-0.07-1/blib/arch:/home/cpansand/.cpan/build/2021052812/Test-Pod-Snippets-0.07-1/blib/lib:/home/cpansand/.cpan/build/2021052812/MooseX-SemiAffordanceAccessor-0.10-0/blib/arch:/home/cpansand/.cpan/build/2021052812/MooseX-SemiAffordanceAccessor-0.10-0/blib/lib:/home/cpansand/.cpan/build/2021052812/Module-Locate-1.80-1/blib/arch:/home/cpansand/.cpan/build/2021052812/Module-Locate-1.80-1/blib/lib:/home/cpansand/.cpan/build/2021052812/Import-Into-1.002005-0/blib/arch:/home/cpansand/.cpan/build/2021052812/Import-Into-1.002005-0/blib/lib:/home/cpansand/.cpan/build/2021052812/BSD-Resource-1.2911-0/blib/arch:/home/cpansand/.cpan/build/2021052812/BSD-Resource-1.2911-0/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 27181
PERL5_CPAN_IS_RUNNING = 27181
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 11190,27181
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2021052812/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2021052812
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /opt/perl-5.34.0/bin/perl
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.28
CPAN::Meta 2.150010
Cwd 3.80
ExtUtils::CBuilder 0.280236
ExtUtils::Command 7.62
ExtUtils::Install 2.20
ExtUtils::MakeMaker 7.62
ExtUtils::Manifest 1.73
ExtUtils::ParseXS 3.43
File::Spec 3.80
JSON 4.03
JSON::PP 4.06
Module::Build 0.4231
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.43
Test::More 1.302183
YAML 1.30
YAML::Syck 1.34
version 0.9928
--
Summary of my perl5 (revision 5 version 34 subversion 0) configuration:
Platform:
osname=linux
osvers=3.10.0-1160.25.1.el7.x86_64
archname=x86_64-linux
uname='linux cloud3.bbbike.org 3.10.0-1160.25.1.el7.x86_64 #1 smp wed apr 28 21:49:45 utc 2021 x86_64 x86_64 x86_64 gnulinux '
config_args='-ds -e -Dprefix=/opt/perl-5.34.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
Compiler:
cc='cc'
ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2'
optimize='-O2'
cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='4.8.5 20150623 (Red Hat 4.8.5-44)'
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 /usr/lib64 /usr/local/lib64
libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.17.so
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version='2.17'
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 May 25 2021 18:34:40
%ENV:
PERL5LIB="/home/cpansand/.cpan/build/2021052812/Eval-WithLexicals-1.003006-1/blib/arch:/home/cpansand/.cpan/build/2021052812/Eval-WithLexicals-1.003006-1/blib/lib:/home/cpansand/.cpan/build/2021052812/Data-Alias-1.25-0/blib/arch:/home/cpansand/.cpan/build/2021052812/Data-Alias-1.25-0/blib/lib:/home/cpansand/.cpan/build/2021052812/Method-Signatures-20170211-0/blib/arch:/home/cpansand/.cpan/build/2021052812/Method-Signatures-20170211-0/blib/lib:/home/cpansand/.cpan/build/2021052812/Lexical-SealRequireHints-0.011-0/blib/arch:/home/cpansand/.cpan/build/2021052812/Lexical-SealRequireHints-0.011-0/blib/lib:/home/cpansand/.cpan/build/2021052812/Devel-Declare-0.006022-0/blib/arch:/home/cpansand/.cpan/build/2021052812/Devel-Declare-0.006022-0/blib/lib:/home/cpansand/.cpan/build/2021052812/Any-Moose-0.27-0/blib/arch:/home/cpansand/.cpan/build/2021052812/Any-Moose-0.27-0/blib/lib:/home/cpansand/.cpan/build/2021052812/Text-Markdown-1.000031-0/blib/arch:/home/cpansand/.cpan/build/2021052812/Text-Markdown-1.000031-0/blib/lib:/home/cpansand/.cpan/build/2021052812/Text-CSV-2.00-0/blib/arch:/home/cpansand/.cpan/build/2021052812/Text-CSV-2.00-0/blib/lib:/home/cpansand/.cpan/build/2021052812/Test-Pod-Snippets-0.07-1/blib/arch:/home/cpansand/.cpan/build/2021052812/Test-Pod-Snippets-0.07-1/blib/lib:/home/cpansand/.cpan/build/2021052812/MooseX-SemiAffordanceAccessor-0.10-0/blib/arch:/home/cpansand/.cpan/build/2021052812/MooseX-SemiAffordanceAccessor-0.10-0/blib/lib:/home/cpansand/.cpan/build/2021052812/Module-Locate-1.80-1/blib/arch:/home/cpansand/.cpan/build/2021052812/Module-Locate-1.80-1/blib/lib:/home/cpansand/.cpan/build/2021052812/Import-Into-1.002005-0/blib/arch:/home/cpansand/.cpan/build/2021052812/Import-Into-1.002005-0/blib/lib:/home/cpansand/.cpan/build/2021052812/BSD-Resource-1.2911-0/blib/arch:/home/cpansand/.cpan/build/2021052812/BSD-Resource-1.2911-0/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="27181"
PERL5_CPAN_IS_RUNNING="27181"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="11190,27181"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2021052812/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpansand/.cpan/build/2021052812/Eval-WithLexicals-1.003006-1/blib/arch
/home/cpansand/.cpan/build/2021052812/Eval-WithLexicals-1.003006-1/blib/lib
/home/cpansand/.cpan/build/2021052812/Data-Alias-1.25-0/blib/arch
/home/cpansand/.cpan/build/2021052812/Data-Alias-1.25-0/blib/lib
/home/cpansand/.cpan/build/2021052812/Method-Signatures-20170211-0/blib/arch
/home/cpansand/.cpan/build/2021052812/Method-Signatures-20170211-0/blib/lib
/home/cpansand/.cpan/build/2021052812/Lexical-SealRequireHints-0.011-0/blib/arch
/home/cpansand/.cpan/build/2021052812/Lexical-SealRequireHints-0.011-0/blib/lib
/home/cpansand/.cpan/build/2021052812/Devel-Declare-0.006022-0/blib/arch
/home/cpansand/.cpan/build/2021052812/Devel-Declare-0.006022-0/blib/lib
/home/cpansand/.cpan/build/2021052812/Any-Moose-0.27-0/blib/arch
/home/cpansand/.cpan/build/2021052812/Any-Moose-0.27-0/blib/lib
/home/cpansand/.cpan/build/2021052812/Text-Markdown-1.000031-0/blib/arch
/home/cpansand/.cpan/build/2021052812/Text-Markdown-1.000031-0/blib/lib
/home/cpansand/.cpan/build/2021052812/Text-CSV-2.00-0/blib/arch
/home/cpansand/.cpan/build/2021052812/Text-CSV-2.00-0/blib/lib
/home/cpansand/.cpan/build/2021052812/Test-Pod-Snippets-0.07-1/blib/arch
/home/cpansand/.cpan/build/2021052812/Test-Pod-Snippets-0.07-1/blib/lib
/home/cpansand/.cpan/build/2021052812/MooseX-SemiAffordanceAccessor-0.10-0/blib/arch
/home/cpansand/.cpan/build/2021052812/MooseX-SemiAffordanceAccessor-0.10-0/blib/lib
/home/cpansand/.cpan/build/2021052812/Module-Locate-1.80-1/blib/arch
/home/cpansand/.cpan/build/2021052812/Module-Locate-1.80-1/blib/lib
/home/cpansand/.cpan/build/2021052812/Import-Into-1.002005-0/blib/arch
/home/cpansand/.cpan/build/2021052812/Import-Into-1.002005-0/blib/lib
/home/cpansand/.cpan/build/2021052812/BSD-Resource-1.2911-0/blib/arch
/home/cpansand/.cpan/build/2021052812/BSD-Resource-1.2911-0/blib/lib
/opt/perl-5.34.0/lib/site_perl/5.34.0/x86_64-linux
/opt/perl-5.34.0/lib/site_perl/5.34.0
/opt/perl-5.34.0/lib/5.34.0/x86_64-linux
/opt/perl-5.34.0/lib/5.34.0
.