Role-Basic v0.13 Perl 5 v5.27.8 x86_64-linux

Status
Fail
From
Slaven Rezić (SREZIC)
Dist
Role-Basic v0.13
Platform
Perl 5 v5.27.8 x86_64-linux
Date
2018-01-21 23:18:49
ID
6fc64a04-ff01-11e7-943f-9e5a3f5a6b05
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 Curtis 'Ovid' Poe,

This is a computer-generated report for Role-Basic-0.13
on perl 5.27.8, 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':

# Testing Role::Basic 0.13, Perl 5.027008, /opt/perl-5.27.8/bin/perl5.27.8
t/00-load.t .................................... ok

#   Failed test 'My::Example->can('no_conflict')'
#   at t/basic.t line 7.
#     My::Example->can('no_conflict') failed
Can't locate object method "no_conflict" via package "My::Example" at t/basic.t line 8.
# Looks like your test exited with 255 just after 2.
t/basic.t ...................................... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/3 subtests 

#   Failed test 'Foo->can('foo')'
#   at t/bugs.t line 33.
#     Foo->can('foo') failed
Can't locate object method "foo" via package "Foo" at t/bugs.t line 34.
# Looks like your test exited with 255 just after 2.
t/bugs.t ....................................... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 12/13 subtests 

#   Failed test 'My::Class2->can('method2')'
#   at t/composition.t line 62.
#     My::Class2->can('method2') failed
Can't locate object method "method2" via package "My::Class2" at t/composition.t line 63.
# Looks like your test exited with 255 just after 3.
t/composition.t ................................ 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 25/27 subtests 

#   Failed test 'Trying to override methods with roles should die if PERL_ROLE_OVERRIDE_DIE is set'
#   at t/exceptions.t line 67.
#                   ''
#     doesn't match '(?^:Role 'My::Does::Basic' not overriding method 'conflict' in 'My::Bad::Override')'

#   Failed test 'Trying to use multiple roles with the same method should fail'
#   at t/exceptions.t line 84.
#                   ''
#     doesn't match '(?^:Due to a method name conflict in roles 'My::Conflict' and 'My::Does::Basic', the method 'conflict' must be implemented or excluded by 'My::Bad::MethodConflicts')'
# Looks like you failed 2 tests of 12.
t/exceptions.t ................................. 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/12 subtests 

#   Failed test 'Role::Basic->_get_methods should only return methods defined in the package'
#   at t/internals.t line 31.
#     Structures begin differing at:
#          $got->[0] = 'turbo_charger'
#     $expected->[0] = 'foo'
# $VAR1 = [
#           'turbo_charger'
#         ];
# Looks like you failed 1 test of 5.
t/internals.t .................................. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/5 subtests 

#   Failed test '... got the right value of goo'
#   at t/moose/003_apply_role.t line 87.
#          got: 'FooClass::goo'
#     expected: 'FooRole::goo'

#   Failed test '... got the right value of foo'
#   at t/moose/003_apply_role.t line 112.
#          got: 'BarClass::foo'
#     expected: 'FooRole::foo'

#   Failed test '... got the right value of foo'
#   at t/moose/003_apply_role.t line 112.
#          got: 'BarClass::foo'
#     expected: 'FooRole::foo'
# Looks like you failed 3 tests of 51.
t/moose/003_apply_role.t ....................... 
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/51 subtests 
t/moose/004_role_composition_errors.t .......... ok

#   Failed test '... our mutually recursive roles combine okay'
#   at t/moose/005_role_conflict_detection.t line 38.
#          got: ''Role::Foo' requires the method 'foo' to be implemented by 'My::Test1'
# 'Role::Bar' requires the method 'bar' to be implemented by 'My::Test1' at /home/cpansand/.cpan/build/2018012021/Role-Basic-0.13-2/blib/lib/Role/Basic.pm line 232.
# 	Role::Basic::_check_requirements("Role::Basic", "My::Test1", HASH(0x2e41908)) called at /home/cpansand/.cpan/build/2018012021/Role-Basic-0.13-2/blib/lib/Role/Basic.pm line 178
# 	Role::Basic::apply_roles_to_package("Role::Basic", "My::Test1", "Role::Foo", "Role::Bar") called at /home/cpansand/.cpan/build/2018012021/Role-Basic-0.13-2/blib/lib/Role/Basic.pm line 24
# 	Role::Basic::__ANON__("Role::Foo", "Role::Bar") called at t/moose/005_role_conflict_detection.t line 37
# 	My::Test1::__ANON__() called at t/lib/MyTests.pm line 31
# 	MyTests::__ANON__() called at t/lib/Try/Tiny.pm line 76
# 	eval {...} called at t/lib/Try/Tiny.pm line 69
# 	Try::Tiny::try(CODE(0x2f0c1e0), Try::Tiny::Catch=REF(0x2cd20b0)) called at t/lib/MyTests.pm line 39
# 	MyTests::exception(CODE(0x2f0be50)) called at t/moose/005_role_conflict_detection.t line 38
# '
#     expected: undef

#   Failed test '... our mutually recursive roles combine okay (no matter what order)'
#   at t/moose/005_role_conflict_detection.t line 46.
#          got: ''Role::Foo' requires the method 'foo' to be implemented by 'My::Test2'
# 'Role::Bar' requires the method 'bar' to be implemented by 'My::Test2' at /home/cpansand/.cpan/build/2018012021/Role-Basic-0.13-2/blib/lib/Role/Basic.pm line 232.
# 	Role::Basic::_check_requirements("Role::Basic", "My::Test2", HASH(0x2f18fc0)) called at /home/cpansand/.cpan/build/2018012021/Role-Basic-0.13-2/blib/lib/Role/Basic.pm line 178
# 	Role::Basic::apply_roles_to_package("Role::Basic", "My::Test2", "Role::Bar", "Role::Foo") called at /home/cpansand/.cpan/build/2018012021/Role-Basic-0.13-2/blib/lib/Role/Basic.pm line 24
# 	Role::Basic::__ANON__("Role::Bar", "Role::Foo") called at t/moose/005_role_conflict_detection.t line 45
# 	My::Test2::__ANON__() called at t/lib/MyTests.pm line 31
# 	MyTests::__ANON__() called at t/lib/Try/Tiny.pm line 76
# 	eval {...} called at t/lib/Try/Tiny.pm line 69
# 	Try::Tiny::try(CODE(0x2f10f68), Try::Tiny::Catch=REF(0x2f10e78)) called at t/lib/MyTests.pm line 39
# 	MyTests::exception(CODE(0x2f0c210)) called at t/moose/005_role_conflict_detection.t line 46
# '
#     expected: undef

#   Failed test 'My::Test1->can('foo')'
#   at t/moose/005_role_conflict_detection.t line 55.
#     My::Test1->can('foo') failed

#   Failed test 'My::Test1->can('bar')'
#   at t/moose/005_role_conflict_detection.t line 56.
#     My::Test1->can('bar') failed
Can't locate object method "foo" via package "My::Test1" at t/moose/005_role_conflict_detection.t line 58.
# Looks like your test exited with 255 just after 7.
t/moose/005_role_conflict_detection.t .......... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 35/38 subtests 

#   Failed test 'Class::A->can(...)'
#   at t/moose/011_overriding.t line 42.
#     Class::A->can('foo') failed
#     Class::A->can('bar') failed
#     Class::A->can('xxy') failed
Can't locate object method "foo" via package "Class::A" at t/moose/011_overriding.t line 44.
# Looks like your test exited with 255 just after 3.
t/moose/011_overriding.t ....................... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 27/29 subtests 

#   Failed test 'we have a foo method'
#   at t/moose/012_method_exclusion_in_composition.t line 23.

#   Failed test 'we have a baz method'
#   at t/moose/012_method_exclusion_in_composition.t line 23.

#   Failed test 'we have a baz method'
#   at t/moose/012_method_exclusion_in_composition.t line 36.

#   Failed test 'Excluded methods should be required'
#   at t/moose/012_method_exclusion_in_composition.t line 38.

#   Failed test '... composed our roles correctly'
#   at t/moose/012_method_exclusion_in_composition.t line 75.
#                   undef
#     doesn't match '(?^:Due to a method name conflict in roles 'Baz::Role' and 'Foo::Role', the method 'foo' must be implemented or excluded by 'My::Foo::Class::Broken')'

#   Failed test 'My::Foo::Class->can('foo')'
#   at t/moose/012_method_exclusion_in_composition.t line 81.
#     My::Foo::Class->can('foo') failed
Can't locate object method "foo" via package "My::Foo::Class" at t/moose/012_method_exclusion_in_composition.t line 82.
# Looks like your test exited with 255 just after 12.
t/moose/012_method_exclusion_in_composition.t .. 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 13/19 subtests 

#   Failed test '... this succeeds'
#   at t/moose/013_method_aliasing_in_composition.t line 24.
#          got: 'Undefined value assigned to typeglob at lib/Role/Basic.pm line 307.
# '
#     expected: undef

#   Failed test 'we have a foo method'
#   at t/moose/013_method_aliasing_in_composition.t line 36.

#   Failed test 'we have a baz method'
#   at t/moose/013_method_aliasing_in_composition.t line 36.

#   Failed test 'we have a bar method'
#   at t/moose/013_method_aliasing_in_composition.t line 36.

#   Failed test 'we have a role_bar method'
#   at t/moose/013_method_aliasing_in_composition.t line 36.

#   Failed test '... this succeeds'
#   at t/moose/013_method_aliasing_in_composition.t line 44.
#          got: 'Undefined value assigned to typeglob at lib/Role/Basic.pm line 307.
# '
#     expected: undef

#   Failed test 'we have a foo method'
#   at t/moose/013_method_aliasing_in_composition.t line 58.

#   Failed test 'we have a baz method'
#   at t/moose/013_method_aliasing_in_composition.t line 58.

#   Failed test 'we have a role_bar method'
#   at t/moose/013_method_aliasing_in_composition.t line 58.

#   Failed test '... this succeeds'
#   at t/moose/013_method_aliasing_in_composition.t line 71.
#          got: 'Undefined value assigned to typeglob at lib/Role/Basic.pm line 307.
# '
#     expected: undef

#   Failed test 'we have a foo method'
#   at t/moose/013_method_aliasing_in_composition.t line 74.

#   Failed test 'we have a baz method'
#   at t/moose/013_method_aliasing_in_composition.t line 74.

#   Failed test 'we have a role_bar method'
#   at t/moose/013_method_aliasing_in_composition.t line 74.

#   Failed test '... composed our roles correctly'
#   at t/moose/013_method_aliasing_in_composition.t line 101.
#          got: 'Undefined value assigned to typeglob at lib/Role/Basic.pm line 307.
# '
#     expected: undef

#   Failed test '... composed our roles correctly'
#   at t/moose/013_method_aliasing_in_composition.t line 112.
#                   'Undefined value assigned to typeglob at lib/Role/Basic.pm line 307.
# '
#     doesn't match '(?^:Cannot alias 'foo' to 'foo_foo' as a method of that name already exists in My::Foo::Class::Broken)'

#   Failed test 'My::Foo::Class->can('foo')'
#   at t/moose/013_method_aliasing_in_composition.t line 118.
#     My::Foo::Class->can('foo') failed

#   Failed test 'My::Foo::Class->can('foo_foo')'
#   at t/moose/013_method_aliasing_in_composition.t line 118.
#     My::Foo::Class->can('foo_foo') failed

#   Failed test 'My::Foo::Class->can('bar_foo')'
#   at t/moose/013_method_aliasing_in_composition.t line 118.
#     My::Foo::Class->can('bar_foo') failed
Can't locate object method "foo" via package "My::Foo::Class" at t/moose/013_method_aliasing_in_composition.t line 119.
# Looks like your test exited with 255 just after 24.
t/moose/013_method_aliasing_in_composition.t ... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 40/46 subtests 
	(1 TODO test unexpectedly succeeded)

#   Failed test '... everything works out all right'
#   at t/moose/014_more_alias_and_exclude.t line 53.
#          got: 'Undefined value assigned to typeglob at lib/Role/Basic.pm line 307.
# '
#     expected: undef
Can't locate object method "foo" via package "My::Class" at t/moose/014_more_alias_and_exclude.t line 59.
# Looks like your test exited with 255 just after 2.
t/moose/014_more_alias_and_exclude.t ........... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 8/9 subtests 

#   Failed test 'ClassA has a foo method'
#   at t/moose/032_roles_and_method_cloning.t line 25.

#   Failed test 'ClassA->foo was cloned from Role::Foo->foo'
#   at t/moose/032_roles_and_method_cloning.t line 26.
#          got: undef
#     expected: 'CODE(0x1881078)'
Can't locate object method "foo" via package "ClassA" at t/moose/032_roles_and_method_cloning.t line 61.
# Looks like your test exited with 255 just after 7.
t/moose/032_roles_and_method_cloning.t ......... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 5/10 subtests 
Undefined value assigned to typeglob at lib/Role/Basic.pm line 307.
# Looks like your test exited with 255 before it could output anything.
t/moose/033_role_exclusion_and_alias_bug.t ..... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 17/17 subtests 

#   Failed test at t/moose/043_conflict_many_methods.t line 37.
#                   undef
#     doesn't match '(?^:Due to a method name conflict in roles 'Bomb' and 'Spouse', the method 'fuse' must be implemented or excluded by 'PracticalJoke')'

#   Failed test '... and all methods will be listed in the exception'
#   at t/moose/043_conflict_many_methods.t line 41.
#                   undef
#     doesn't match '(?^:Due to a method name conflict in roles 'Bomb' and 'Spouse', the method 'explode' must be implemented or excluded by 'PracticalJoke')'

#   Failed test at t/moose/043_conflict_many_methods.t line 51.
#                   undef
#     doesn't match '(?^:Due to a method name conflict in roles 'Caninish' and 'Treeve', the method 'bark' must be implemented or excluded by 'PracticalJoke2')'
# Looks like you failed 3 tests of 3.
t/moose/043_conflict_many_methods.t ............ 
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/3 subtests 

Test Summary Report
-------------------
t/basic.t                                    (Wstat: 65280 Tests: 2 Failed: 1)
  Failed test:  2
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 3 tests but ran 2.
t/bugs.t                                     (Wstat: 65280 Tests: 2 Failed: 1)
  Failed test:  2
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 13 tests but ran 2.
t/composition.t                              (Wstat: 65280 Tests: 3 Failed: 1)
  Failed test:  3
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 27 tests but ran 3.
t/exceptions.t                               (Wstat: 512 Tests: 12 Failed: 2)
  Failed tests:  6-7
  Non-zero exit status: 2
t/internals.t                                (Wstat: 256 Tests: 5 Failed: 1)
  Failed test:  5
  Non-zero exit status: 1
t/moose/003_apply_role.t                     (Wstat: 768 Tests: 51 Failed: 3)
  Failed tests:  19, 34, 49
  Non-zero exit status: 3
t/moose/005_role_conflict_detection.t        (Wstat: 65280 Tests: 7 Failed: 4)
  Failed tests:  1-2, 6-7
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 38 tests but ran 7.
t/moose/011_overriding.t                     (Wstat: 65280 Tests: 3 Failed: 1)
  Failed test:  3
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 29 tests but ran 3.
t/moose/012_method_exclusion_in_composition.t (Wstat: 65280 Tests: 12 Failed: 6)
  Failed tests:  1-2, 6-7, 10, 12
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 19 tests but ran 12.
t/moose/013_method_aliasing_in_composition.t (Wstat: 65280 Tests: 24 Failed: 18)
  Failed tests:  1, 3-7, 9-11, 14-17, 19-20, 22-24
  TODO passed:   13
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 46 tests but ran 24.
t/moose/014_more_alias_and_exclude.t         (Wstat: 65280 Tests: 2 Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 9 tests but ran 2.
t/moose/032_roles_and_method_cloning.t       (Wstat: 65280 Tests: 7 Failed: 2)
  Failed tests:  1-2
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 10 tests but ran 7.
t/moose/033_role_exclusion_and_alias_bug.t   (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 17 tests but ran 0.
t/moose/043_conflict_many_methods.t          (Wstat: 768 Tests: 3 Failed: 3)
  Failed tests:  1-3
  Non-zero exit status: 3
Files=16, Tests=155,  2 wallclock secs ( 0.06 usr  0.10 sys +  1.17 cusr  0.27 csys =  1.60 CPU)
Result: FAIL
Failed 14/16 test programs. 44/155 subtests failed.

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

Prerequisite modules loaded:

requires:

    Module        Need Have    
    ------------- ---- --------
    Storable      2.15 2.65    

build_requires:

    Module        Need Have    
    ------------- ---- --------
    Test::More    0    1.302120

configure_requires:

    Module        Need Have    
    ------------- ---- --------
    Module::Build 0.36 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 = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 32324
    PERL5_CPAN_IS_RUNNING = 32324
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 25515,32324
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2018012021/cpanreporter_003_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_USE_UNSAFE_INC = 1
    SHELL = /bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023/2018012021

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

    $^X = /opt/perl-5.27.8/bin/perl5.27.8
    $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.72    
    ExtUtils::CBuilder  0.280230
    ExtUtils::Command   7.30    
    ExtUtils::Install   2.14    
    ExtUtils::MakeMaker 7.30    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.36    
    File::Spec          3.72    
    JSON                2.97001 
    JSON::PP            2.97001 
    Module::Build       0.4224  
    Module::Signature   0.81    
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.39    
    Test::More          1.302120
    YAML                1.24    
    YAML::Syck          1.30    
    version             0.9918  


--

Summary of my perl5 (revision 5 version 27 subversion 8) configuration:
   
  Platform:
    osname=linux
    osvers=2.6.32-696.3.1.el6.x86_64
    archname=x86_64-linux
    uname='linux centos6 2.6.32-696.3.1.el6.x86_64 #1 smp tue may 30 19:52:55 utc 2017 x86_64 x86_64 x86_64 gnulinux '
    config_args='-ds -e -Dprefix=/opt/perl-5.27.8 -Dusedevel -Dusemallocwrap=no -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 -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 -I/usr/local/include'
    ccversion=''
    gccversion='4.4.7 20120313 (Red Hat 4.4.7-18)'
    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 -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib /lib/../lib64 /usr/lib/../lib64 /lib /lib64 /usr/lib64 /usr/local/lib64
    libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.12.so
    so=so
    useshrplib=false
    libperl=libperl.a
    gnulibc_version='2.12'
  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_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    PERL_USE_DEVEL
    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 Jan 20 2018 08:22:23
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="32324"
    PERL5_CPAN_IS_RUNNING="32324"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="25515,32324"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2018012021/cpanreporter_003_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /opt/perl-5.27.8/lib/site_perl/5.27.8/x86_64-linux
    /opt/perl-5.27.8/lib/site_perl/5.27.8
    /opt/perl-5.27.8/lib/5.27.8/x86_64-linux
    /opt/perl-5.27.8/lib/5.27.8
    .