Test-Class-Moose v0.92 Perl 5 v5.24.3 OpenBSD.amd64-openbsd

Status
Fail
From
Alceu Rodrigues de Freitas Junior
Dist
Test-Class-Moose v0.92
Platform
Perl 5 v5.24.3 OpenBSD.amd64-openbsd
Date
2018-02-16 21:01:36
ID
938abd8e-135c-11e8-bba5-e41543cc1d2e
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 Dave Rolsky,

This is a computer-generated report for Test-Class-Moose-0.92
on perl 5.24.3, 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 "/home/vegeta/perl5/perlbrew/perls/cperl-5.24.3/bin/cperl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# 
# Versions for all modules listed in MYMETA.json (including optional ones):
# 
# === Configure Requires ===
# 
#     Module              Want    Have
#     ------------------- ---- -------
#     ExtUtils::MakeMaker  any 8.30_04
# 
# === Build Requires ===
# 
#     Module              Want    Have
#     ------------------- ---- -------
#     ExtUtils::MakeMaker  any 8.30_04
# 
# === Test Requires ===
# 
#     Module                    Want     Have
#     --------------------- -------- --------
#     ExtUtils::MakeMaker        any  8.30_04
#     File::Spec                 any     3.62
#     File::Temp                 any   0.2304
#     Test2::Tools::Basic        any 0.000097
#     Test2::Tools::Class        any 0.000097
#     Test2::Tools::Compare      any 0.000097
#     Test2::Tools::Subtest      any 0.000097
#     Test2::V0                  any 0.000097
#     Test::Builder              any 1.302122
#     Test::More            1.302015 1.302122
#     Test::Requires             any     0.10
#     Test::Warnings             any    0.026
#     lib                        any     0.63
# 
# === Test Recommends ===
# 
#     Module           Want     Have
#     ------------ -------- --------
#     CPAN::Meta   2.120900 2.150010
#     Test::Output   0.0005    1.031
# 
# === Runtime Requires ===
# 
#     Module                            Want     Have
#     ---------------------------- --------- --------
#     Benchmark                          any     1.22
#     Carp                               any    1.40c
#     Class::MOP                         any   2.2009
#     Exporter                           any     5.72
#     File::Find                         any     1.34
#     File::Spec                         any     3.62
#     Import::Into                       any 1.002005
#     JSON                               any  2.97001
#     List::SomeUtils                    any     0.56
#     List::Util                         any  1.49_10
#     Module::Runtime                    any    0.016
#     Module::Util                       any     1.09
#     Moose                           2.0000   2.2009
#     Moose::Role                     2.0000   2.2009
#     Moose::Util                        any   2.2009
#     Moose::Util::TypeConstraints       any   2.2009
#     MooseX::Getopt                    0.71     0.71
#     MooseX::Getopt::Dashes             any     0.71
#     Package::DeprecationManager       0.16     0.17
#     Parallel::ForkManager              any     1.19
#     Scalar::Util                       any  1.49_10
#     Sub::Attribute                     any     0.06
#     TAP::Formatter::Color             3.29     3.39
#     Test2                        1.1302118 1.302122
#     Test2::API                         any 1.302122
#     Test2::AsyncSubtest           0.000018 0.000097
#     Test2::IPC                         any 1.302122
#     Test2::Tools::AsyncSubtest         any 0.000097
#     Test::Most                         any     0.35
#     Try::Tiny                          any     0.30
#     namespace::autoclean               any     0.28
#     strict                             any    1.10c
#     warnings                           any     1.35
# 
# === Runtime Recommends ===
# 
#     Module                  Want Have
#     --------------------- ------ ----
#     Parallel::ForkManager v0.7.6 1.19
# 
# 
# *** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING ***
# 
# The following REQUIRED prerequisites were not satisfied:
# 
# Carp version '1.40c' cannot be parsed (any version required)
# strict version '1.10c' cannot be parsed (any version required)
# 
t/00-report-prereqs.t .......... ok
t/autouse.t .................... ok
t/bare.t ....................... ok
t/basic.t ...................... ok
t/cli.t ........................ ok
t/environment.t ................ ok
t/executor_roles.t ............. ok
t/include_classes.t ............ ok
t/include_exclude.t ............ ok
t/load.t ....................... ok
t/no_tests_run.t ............... ok
t/non_randomize_classes.t ...... ok
......................XX..t/parallel.t ................... ok
t/parameterized.t .............. ok
t/plans.t ...................... ok
t/process_name.t ............... ok
t/reportpassed.t ............... ok
t/skip.t ....................... ok

# Failed test 'Putting test attributes on a test control method should be a fatal error'
# at t/tags.t line 154.
# +-----+----+------------------------------------------------------------+
# | GOT | OP | CHECK                                                      |
# +-----+----+------------------------------------------------------------+
# |     | =~ | (?^:Test control method 'test_setup' may not have a Test a |
# |     |    | ttribute)                                                  |
# +-----+----+------------------------------------------------------------+
# Seeded srand with seed '20180216' from local date.
# Looks like you failed 1 test of 6.
t/tags.t ....................... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/6 subtests 
t/test_class_is_not_loaded.t ... ok
t/test_control_methods.t ....... ok
t/test_control_methods_skip.t .. ok
t/timing.t ..................... ok
t/todo.t ....................... ok

Test Summary Report
-------------------
t/tags.t                     (Wstat: 256 Tests: 6 Failed: 1)
  Failed test:  6
  Non-zero exit status: 1
Files=24, Tests=209, 39 wallclock secs ( 0.19 usr  0.64 sys + 18.46 cusr 11.76 csys = 31.05 CPU)
Result: FAIL
Failed 1/24 test programs. 1/209 subtests failed.
*** Error 255 in /mnt/cpan_build_dir/vegeta/Test-Class-Moose-0.92-1 (Makefile:959 'test_dynamic')

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

Prerequisite modules loaded:

requires:

    Module                       Need      Have    
    ---------------------------- --------- --------
    Benchmark                    0         1.22    
    Carp                         0         1.40c   
    Class::MOP                   0         2.2009  
    Exporter                     0         5.72    
    File::Find                   0         1.34    
    File::Spec                   0         3.62    
    Import::Into                 0         1.002005
    JSON                         0         2.97001 
    List::SomeUtils              0         0.56    
    List::Util                   0         1.49_10 
    Module::Runtime              0         0.016   
    Module::Util                 0         1.09    
    Moose                        2.0000    2.2009  
    Moose::Role                  2.0000    2.2009  
    Moose::Util                  0         2.2009  
    Moose::Util::TypeConstraints 0         2.2009  
    MooseX::Getopt               0.71      0.71    
    MooseX::Getopt::Dashes       0         0.71    
    namespace::autoclean         0         0.28    
    Package::DeprecationManager  0.16      0.17    
    Parallel::ForkManager        0         1.19    
    perl                         5.010000  5.024003
    Scalar::Util                 0         1.49_10 
    strict                       0         1.10c   
    Sub::Attribute               0         0.06    
    TAP::Formatter::Color        3.29      3.39    
    Test2                        1.1302118 1.302122
    Test2::API                   0         1.302122
    Test2::AsyncSubtest          0.000018  0.000097
    Test2::IPC                   0         1.302122
    Test2::Tools::AsyncSubtest   0         0.000097
    Test::Most                   0         0.35    
    Try::Tiny                    0         0.30    
    warnings                     0         1.35    

build_requires:

    Module                       Need      Have    
    ---------------------------- --------- --------
    ExtUtils::MakeMaker          0         8.30_04 
    File::Spec                   0         3.62    
    File::Temp                   0         0.2304  
    lib                          0         0.63    
    Test2::Tools::Basic          0         0.000097
    Test2::Tools::Class          0         0.000097
    Test2::Tools::Compare        0         0.000097
    Test2::Tools::Subtest        0         0.000097
    Test2::V0                    0         0.000097
    Test::Builder                0         1.302122
    Test::More                   1.302015  1.302122
    Test::Requires               0         0.10    
    Test::Warnings               0         0.026   

configure_requires:

    Module                       Need      Have    
    ---------------------------- --------- --------
    ExtUtils::MakeMaker          0         8.30_04 

opt_requires:

    Module                       Need      Have    
    ---------------------------- --------- --------
    Parallel::ForkManager        v0.7.6    1.19    

opt_build_requires:

    Module                       Need      Have    
    ---------------------------- --------- --------
    CPAN::Meta                   2.120900  2.150010
    Test::Output                 0.0005    1.031   


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

Environment variables:

    DBD_MYSQL_TESTDB = test
    DBD_MYSQL_TESTHOST = localhost
    DBD_MYSQL_TESTPASSWORD = 
    DBD_MYSQL_TESTPORT = 3306
    DBD_MYSQL_TESTUSER = vegeta
    EXTENDED_TESTING = 1
    NONINTERACTIVE_TESTING = 1
    PATH = /home/vegeta/perl5/perlbrew/bin:/home/vegeta/perl5/perlbrew/perls/cperl-5.24.3/bin:/home/vegeta/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
    PERL5LIB = /mnt/cpan_build_dir/vegeta/Test-Taint-1.06-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-Taint-1.06-1/blib/lib:/mnt/cpan_build_dir/vegeta/Test-Memory-Cycle-1.06-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-Memory-Cycle-1.06-1/blib/lib:/mnt/cpan_build_dir/vegeta/Test-Differences-0.64-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-Differences-0.64-1/blib/lib:/mnt/cpan_build_dir/vegeta/Test-DatabaseRow-2.04-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-DatabaseRow-2.04-1/blib/lib:/mnt/cpan_build_dir/vegeta/Test-Snapshots-0.02-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-Snapshots-0.02-1/blib/lib:/mnt/cpan_build_dir/vegeta/Test-Distribution-2.00-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-Distribution-2.00-1/blib/lib:/mnt/cpan_build_dir/vegeta/Test-Strict-0.41-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-Strict-0.41-1/blib/lib:/mnt/cpan_build_dir/vegeta/Test-Warn-0.32-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-Warn-0.32-1/blib/lib:/mnt/cpan_build_dir/vegeta/Test-Pod-Coverage-1.10-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-Pod-Coverage-1.10-1/blib/lib:/mnt/cpan_build_dir/vegeta/Test-Pod-1.51-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-Pod-1.51-1/blib/lib:/mnt/cpan_build_dir/vegeta/Test-Perl-Critic-1.03-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-Perl-Critic-1.03-1/blib/lib:/mnt/cpan_build_dir/vegeta/Test-Output-1.031-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-Output-1.031-1/blib/lib:/mnt/cpan_build_dir/vegeta/Test-NoWarnings-1.04-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-NoWarnings-1.04-1/blib/lib:/mnt/cpan_build_dir/vegeta/Test-MockObject-1.20161202-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-MockObject-1.20161202-1/blib/lib:/mnt/cpan_build_dir/vegeta/Test-Most-0.35-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-Most-0.35-1/blib/lib:/mnt/cpan_build_dir/vegeta/File-Which-1.22-1/blib/arch:/mnt/cpan_build_dir/vegeta/File-Which-1.22-1/blib/lib:/mnt/cpan_build_dir/vegeta/CPAN-2.16-0/blib/arch:/mnt/cpan_build_dir/vegeta/CPAN-2.16-0/blib/lib:/mnt/cpan_build_dir/vegeta/Text-Glob-0.11-1/blib/arch:/mnt/cpan_build_dir/vegeta/Text-Glob-0.11-1/blib/lib:/mnt/cpan_build_dir/vegeta/CPAN-Meta-2.150010-1/blib/arch:/mnt/cpan_build_dir/vegeta/CPAN-Meta-2.150010-1/blib/lib:/mnt/cpan_build_dir/vegeta/YAML-1.24-1/blib/arch:/mnt/cpan_build_dir/vegeta/YAML-1.24-1/blib/lib:/mnt/cpan_build_dir/vegeta/Term-ReadLine-Perl-1.0303-1/blib/arch:/mnt/cpan_build_dir/vegeta/Term-ReadLine-Perl-1.0303-1/blib/lib:/mnt/cpan_build_dir/vegeta/TermReadKey-2.37-0/blib/arch:/mnt/cpan_build_dir/vegeta/TermReadKey-2.37-0/blib/lib:/mnt/cpan_build_dir/vegeta/libnet-3.11-0/blib/arch:/mnt/cpan_build_dir/vegeta/libnet-3.11-0/blib/lib:/mnt/cpan_build_dir/vegeta/Archive-Zip-1.60-1/blib/arch:/mnt/cpan_build_dir/vegeta/Archive-Zip-1.60-1/blib/lib:/mnt/cpan_build_dir/vegeta/File-HomeDir-1.002-1/blib/arch:/mnt/cpan_build_dir/vegeta/File-HomeDir-1.002-1/blib/lib:/mnt/cpan_build_dir/vegeta/Digest-SHA-6.01-0/blib/arch:/mnt/cpan_build_dir/vegeta/Digest-SHA-6.01-0/blib/lib:/mnt/cpan_build_dir/vegeta/PathTools-3.62-0/blib/arch:/mnt/cpan_build_dir/vegeta/PathTools-3.62-0/blib/lib:/mnt/cpan_build_dir/vegeta/Module-Build-0.4224-0/blib/arch:/mnt/cpan_build_dir/vegeta/Module-Build-0.4224-0/blib/lib:/mnt/cpan_build_dir/vegeta/Archive-Tar-2.26-0/blib/arch:/mnt/cpan_build_dir/vegeta/Archive-Tar-2.26-0/blib/lib:/mnt/cpan_build_dir/vegeta/IO-Zlib-1.10-0/blib/arch:/mnt/cpan_build_dir/vegeta/IO-Zlib-1.10-0/blib/lib:/mnt/cpan_build_dir/vegeta/Data-Dumper-2.161-0/blib/arch:/mnt/cpan_build_dir/vegeta/Data-Dumper-2.161-0/blib/lib:/mnt/cpan_build_dir/vegeta/Test-Simple-1.302122-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-Simple-1.302122-1/blib/lib:/mnt/cpan_build_dir/vegeta/File-Temp-0.2304-0/blib/arch:/mnt/cpan_build_dir/vegeta/File-Temp-0.2304-0/blib/lib:/mnt/cpan_build_dir/vegeta/ExtUtils-CBuilder-0.280230-0/blib/arch:/mnt/cpan_build_dir/vegeta/ExtUtils-CBuilder-0.280230-0/blib/lib:/mnt/cpan_build_dir/vegeta/CPAN-Meta-Requirements-2.140-0/blib/arch:/mnt/cpan_build_dir/vegeta/CPAN-Meta-Requirements-2.140-0/blib/lib:/mnt/cpan_build_dir/vegeta/Log-Log4perl-1.49-1/blib/arch:/mnt/cpan_build_dir/vegeta/Log-Log4perl-1.49-1/blib/lib:/mnt/cpan_build_dir/vegeta/Module-Version-0.12-0/blib/arch:/mnt/cpan_build_dir/vegeta/Module-Version-0.12-0/blib/lib:/mnt/cpan_build_dir/vegeta/CPAN-SQLite-0.211-1/blib/arch:/mnt/cpan_build_dir/vegeta/CPAN-SQLite-0.211-1/blib/lib:/mnt/cpan_build_dir/vegeta/YAML-LibYAML-0.69-0/blib/arch:/mnt/cpan_build_dir/vegeta/YAML-LibYAML-0.69-0/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 78721
    PERL5_CPAN_IS_RUNNING = 78721
    PERLBREW_HOME = /home/vegeta/.perlbrew
    PERLBREW_MANPATH = /home/vegeta/perl5/perlbrew/perls/cperl-5.24.3/man
    PERLBREW_PATH = /home/vegeta/perl5/perlbrew/bin:/home/vegeta/perl5/perlbrew/perls/cperl-5.24.3/bin
    PERLBREW_PERL = cperl-5.24.3
    PERLBREW_ROOT = /home/vegeta/perl5/perlbrew
    PERLBREW_SHELLRC_VERSION = 0.82
    PERLBREW_VERSION = 0.82
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 1
    SHELL = /usr/local/bin/bash
    TERM = xterm

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

    $^X = /home/vegeta/perl5/perlbrew/perls/cperl-5.24.3/bin/cperl
    $UID/$EUID = 1002 / 1002
    $GID = 1002 1002 1001
    $EGID = 1002 1002 1001

Perl module toolchain versions installed:

    Module              Have      
    ------------------- ----------
    CPAN                2.16      
    CPAN::Meta          2.150010  
    Cwd                 3.62      
    ExtUtils::CBuilder  0.280230  
    ExtUtils::Command   7.30      
    ExtUtils::Install   2.14      
    ExtUtils::MakeMaker 8.30_04   
    ExtUtils::Manifest  1.70      
    ExtUtils::ParseXS   3.36_03   
    File::Spec          3.62      
    JSON                2.97001   
    JSON::PP            2.97001_04
    Module::Build       0.4224    
    Module::Signature   n/a       
    Parse::CPAN::Meta   2.150010  
    Test::Harness       3.39_01   
    Test::More          1.302122  
    YAML                1.24      
    YAML::Syck          n/a       
    version             0.9918_02c


--

Summary of my cperl (revision 5 version 24 subversion 3) configuration:
   
  Platform:
    osname=openbsd, osvers=6.2, archname=OpenBSD.amd64-openbsd
    uname='openbsd cpan-smoker-openbsd 6.2 generic.mp#134 amd64 '
    config_args='-de -Dprefix=/home/vegeta/perl5/perlbrew/perls/cperl-5.24.3 -Dusecperl -Aeval:scriptdir=/home/vegeta/perl5/perlbrew/perls/cperl-5.24.3/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 ='-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2',
    optimize='-O2',
    cppflags='-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion='', gccversion='4.2.1 Compatible OpenBSD Clang 4.0.0 (tags/RELEASE_400/final)', 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 ='-Wl,-E  -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lpthread -lm -lutil -lc
    perllibs=-lpthread -lm -lutil -lc
    libc=/usr/lib/libc.so.90.0, 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 -fPIC  -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_HASH_FUNC_FNV1A
                        PERL_MALLOC_WRAP PERL_PERTURB_KEYS_TOP
                        PERL_PRESERVE_IVUV USE_64_BIT_ALL USE_64_BIT_INT
                        USE_CPERL USE_LARGE_FILES USE_LOCALE
                        USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_PERLIO
                        USE_PERL_ATOF
  Built under openbsd
  Compiled at Feb 15 2018 20:07:58
  %ENV:
    PERL5LIB="/mnt/cpan_build_dir/vegeta/Test-Taint-1.06-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-Taint-1.06-1/blib/lib:/mnt/cpan_build_dir/vegeta/Test-Memory-Cycle-1.06-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-Memory-Cycle-1.06-1/blib/lib:/mnt/cpan_build_dir/vegeta/Test-Differences-0.64-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-Differences-0.64-1/blib/lib:/mnt/cpan_build_dir/vegeta/Test-DatabaseRow-2.04-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-DatabaseRow-2.04-1/blib/lib:/mnt/cpan_build_dir/vegeta/Test-Snapshots-0.02-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-Snapshots-0.02-1/blib/lib:/mnt/cpan_build_dir/vegeta/Test-Distribution-2.00-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-Distribution-2.00-1/blib/lib:/mnt/cpan_build_dir/vegeta/Test-Strict-0.41-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-Strict-0.41-1/blib/lib:/mnt/cpan_build_dir/vegeta/Test-Warn-0.32-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-Warn-0.32-1/blib/lib:/mnt/cpan_build_dir/vegeta/Test-Pod-Coverage-1.10-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-Pod-Coverage-1.10-1/blib/lib:/mnt/cpan_build_dir/vegeta/Test-Pod-1.51-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-Pod-1.51-1/blib/lib:/mnt/cpan_build_dir/vegeta/Test-Perl-Critic-1.03-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-Perl-Critic-1.03-1/blib/lib:/mnt/cpan_build_dir/vegeta/Test-Output-1.031-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-Output-1.031-1/blib/lib:/mnt/cpan_build_dir/vegeta/Test-NoWarnings-1.04-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-NoWarnings-1.04-1/blib/lib:/mnt/cpan_build_dir/vegeta/Test-MockObject-1.20161202-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-MockObject-1.20161202-1/blib/lib:/mnt/cpan_build_dir/vegeta/Test-Most-0.35-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-Most-0.35-1/blib/lib:/mnt/cpan_build_dir/vegeta/File-Which-1.22-1/blib/arch:/mnt/cpan_build_dir/vegeta/File-Which-1.22-1/blib/lib:/mnt/cpan_build_dir/vegeta/CPAN-2.16-0/blib/arch:/mnt/cpan_build_dir/vegeta/CPAN-2.16-0/blib/lib:/mnt/cpan_build_dir/vegeta/Text-Glob-0.11-1/blib/arch:/mnt/cpan_build_dir/vegeta/Text-Glob-0.11-1/blib/lib:/mnt/cpan_build_dir/vegeta/CPAN-Meta-2.150010-1/blib/arch:/mnt/cpan_build_dir/vegeta/CPAN-Meta-2.150010-1/blib/lib:/mnt/cpan_build_dir/vegeta/YAML-1.24-1/blib/arch:/mnt/cpan_build_dir/vegeta/YAML-1.24-1/blib/lib:/mnt/cpan_build_dir/vegeta/Term-ReadLine-Perl-1.0303-1/blib/arch:/mnt/cpan_build_dir/vegeta/Term-ReadLine-Perl-1.0303-1/blib/lib:/mnt/cpan_build_dir/vegeta/TermReadKey-2.37-0/blib/arch:/mnt/cpan_build_dir/vegeta/TermReadKey-2.37-0/blib/lib:/mnt/cpan_build_dir/vegeta/libnet-3.11-0/blib/arch:/mnt/cpan_build_dir/vegeta/libnet-3.11-0/blib/lib:/mnt/cpan_build_dir/vegeta/Archive-Zip-1.60-1/blib/arch:/mnt/cpan_build_dir/vegeta/Archive-Zip-1.60-1/blib/lib:/mnt/cpan_build_dir/vegeta/File-HomeDir-1.002-1/blib/arch:/mnt/cpan_build_dir/vegeta/File-HomeDir-1.002-1/blib/lib:/mnt/cpan_build_dir/vegeta/Digest-SHA-6.01-0/blib/arch:/mnt/cpan_build_dir/vegeta/Digest-SHA-6.01-0/blib/lib:/mnt/cpan_build_dir/vegeta/PathTools-3.62-0/blib/arch:/mnt/cpan_build_dir/vegeta/PathTools-3.62-0/blib/lib:/mnt/cpan_build_dir/vegeta/Module-Build-0.4224-0/blib/arch:/mnt/cpan_build_dir/vegeta/Module-Build-0.4224-0/blib/lib:/mnt/cpan_build_dir/vegeta/Archive-Tar-2.26-0/blib/arch:/mnt/cpan_build_dir/vegeta/Archive-Tar-2.26-0/blib/lib:/mnt/cpan_build_dir/vegeta/IO-Zlib-1.10-0/blib/arch:/mnt/cpan_build_dir/vegeta/IO-Zlib-1.10-0/blib/lib:/mnt/cpan_build_dir/vegeta/Data-Dumper-2.161-0/blib/arch:/mnt/cpan_build_dir/vegeta/Data-Dumper-2.161-0/blib/lib:/mnt/cpan_build_dir/vegeta/Test-Simple-1.302122-1/blib/arch:/mnt/cpan_build_dir/vegeta/Test-Simple-1.302122-1/blib/lib:/mnt/cpan_build_dir/vegeta/File-Temp-0.2304-0/blib/arch:/mnt/cpan_build_dir/vegeta/File-Temp-0.2304-0/blib/lib:/mnt/cpan_build_dir/vegeta/ExtUtils-CBuilder-0.280230-0/blib/arch:/mnt/cpan_build_dir/vegeta/ExtUtils-CBuilder-0.280230-0/blib/lib:/mnt/cpan_build_dir/vegeta/CPAN-Meta-Requirements-2.140-0/blib/arch:/mnt/cpan_build_dir/vegeta/CPAN-Meta-Requirements-2.140-0/blib/lib:/mnt/cpan_build_dir/vegeta/Log-Log4perl-1.49-1/blib/arch:/mnt/cpan_build_dir/vegeta/Log-Log4perl-1.49-1/blib/lib:/mnt/cpan_build_dir/vegeta/Module-Version-0.12-0/blib/arch:/mnt/cpan_build_dir/vegeta/Module-Version-0.12-0/blib/lib:/mnt/cpan_build_dir/vegeta/CPAN-SQLite-0.211-1/blib/arch:/mnt/cpan_build_dir/vegeta/CPAN-SQLite-0.211-1/blib/lib:/mnt/cpan_build_dir/vegeta/YAML-LibYAML-0.69-0/blib/arch:/mnt/cpan_build_dir/vegeta/YAML-LibYAML-0.69-0/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="78721"
    PERL5_CPAN_IS_RUNNING="78721"
    PERLBREW_HOME="/home/vegeta/.perlbrew"
    PERLBREW_MANPATH="/home/vegeta/perl5/perlbrew/perls/cperl-5.24.3/man"
    PERLBREW_PATH="/home/vegeta/perl5/perlbrew/bin:/home/vegeta/perl5/perlbrew/perls/cperl-5.24.3/bin"
    PERLBREW_PERL="cperl-5.24.3"
    PERLBREW_ROOT="/home/vegeta/perl5/perlbrew"
    PERLBREW_SHELLRC_VERSION="0.82"
    PERLBREW_VERSION="0.82"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /mnt/cpan_build_dir/vegeta/Test-Taint-1.06-1/blib/arch
    /mnt/cpan_build_dir/vegeta/Test-Taint-1.06-1/blib/lib
    /mnt/cpan_build_dir/vegeta/Test-Memory-Cycle-1.06-1/blib/arch
    /mnt/cpan_build_dir/vegeta/Test-Memory-Cycle-1.06-1/blib/lib
    /mnt/cpan_build_dir/vegeta/Test-Differences-0.64-1/blib/arch
    /mnt/cpan_build_dir/vegeta/Test-Differences-0.64-1/blib/lib
    /mnt/cpan_build_dir/vegeta/Test-DatabaseRow-2.04-1/blib/arch
    /mnt/cpan_build_dir/vegeta/Test-DatabaseRow-2.04-1/blib/lib
    /mnt/cpan_build_dir/vegeta/Test-Snapshots-0.02-1/blib/arch
    /mnt/cpan_build_dir/vegeta/Test-Snapshots-0.02-1/blib/lib
    /mnt/cpan_build_dir/vegeta/Test-Distribution-2.00-1/blib/arch
    /mnt/cpan_build_dir/vegeta/Test-Distribution-2.00-1/blib/lib
    /mnt/cpan_build_dir/vegeta/Test-Strict-0.41-1/blib/arch
    /mnt/cpan_build_dir/vegeta/Test-Strict-0.41-1/blib/lib
    /mnt/cpan_build_dir/vegeta/Test-Warn-0.32-1/blib/arch
    /mnt/cpan_build_dir/vegeta/Test-Warn-0.32-1/blib/lib
    /mnt/cpan_build_dir/vegeta/Test-Pod-Coverage-1.10-1/blib/arch
    /mnt/cpan_build_dir/vegeta/Test-Pod-Coverage-1.10-1/blib/lib
    /mnt/cpan_build_dir/vegeta/Test-Pod-1.51-1/blib/arch
    /mnt/cpan_build_dir/vegeta/Test-Pod-1.51-1/blib/lib
    /mnt/cpan_build_dir/vegeta/Test-Perl-Critic-1.03-1/blib/arch
    /mnt/cpan_build_dir/vegeta/Test-Perl-Critic-1.03-1/blib/lib
    /mnt/cpan_build_dir/vegeta/Test-Output-1.031-1/blib/arch
    /mnt/cpan_build_dir/vegeta/Test-Output-1.031-1/blib/lib
    /mnt/cpan_build_dir/vegeta/Test-NoWarnings-1.04-1/blib/arch
    /mnt/cpan_build_dir/vegeta/Test-NoWarnings-1.04-1/blib/lib
    /mnt/cpan_build_dir/vegeta/Test-MockObject-1.20161202-1/blib/arch
    /mnt/cpan_build_dir/vegeta/Test-MockObject-1.20161202-1/blib/lib
    /mnt/cpan_build_dir/vegeta/Test-Most-0.35-1/blib/arch
    /mnt/cpan_build_dir/vegeta/Test-Most-0.35-1/blib/lib
    /mnt/cpan_build_dir/vegeta/File-Which-1.22-1/blib/arch
    /mnt/cpan_build_dir/vegeta/File-Which-1.22-1/blib/lib
    /mnt/cpan_build_dir/vegeta/CPAN-2.16-0/blib/arch
    /mnt/cpan_build_dir/vegeta/CPAN-2.16-0/blib/lib
    /mnt/cpan_build_dir/vegeta/Text-Glob-0.11-1/blib/arch
    /mnt/cpan_build_dir/vegeta/Text-Glob-0.11-1/blib/lib
    /mnt/cpan_build_dir/vegeta/CPAN-Meta-2.150010-1/blib/arch
    /mnt/cpan_build_dir/vegeta/CPAN-Meta-2.150010-1/blib/lib
    /mnt/cpan_build_dir/vegeta/YAML-1.24-1/blib/arch
    /mnt/cpan_build_dir/vegeta/YAML-1.24-1/blib/lib
    /mnt/cpan_build_dir/vegeta/Term-ReadLine-Perl-1.0303-1/blib/arch
    /mnt/cpan_build_dir/vegeta/Term-ReadLine-Perl-1.0303-1/blib/lib
    /mnt/cpan_build_dir/vegeta/TermReadKey-2.37-0/blib/arch
    /mnt/cpan_build_dir/vegeta/TermReadKey-2.37-0/blib/lib
    /mnt/cpan_build_dir/vegeta/libnet-3.11-0/blib/arch
    /mnt/cpan_build_dir/vegeta/libnet-3.11-0/blib/lib
    /mnt/cpan_build_dir/vegeta/Archive-Zip-1.60-1/blib/arch
    /mnt/cpan_build_dir/vegeta/Archive-Zip-1.60-1/blib/lib
    /mnt/cpan_build_dir/vegeta/File-HomeDir-1.002-1/blib/arch
    /mnt/cpan_build_dir/vegeta/File-HomeDir-1.002-1/blib/lib
    /mnt/cpan_build_dir/vegeta/Digest-SHA-6.01-0/blib/arch
    /mnt/cpan_build_dir/vegeta/Digest-SHA-6.01-0/blib/lib
    /mnt/cpan_build_dir/vegeta/PathTools-3.62-0/blib/arch
    /mnt/cpan_build_dir/vegeta/PathTools-3.62-0/blib/lib
    /mnt/cpan_build_dir/vegeta/Module-Build-0.4224-0/blib/arch
    /mnt/cpan_build_dir/vegeta/Module-Build-0.4224-0/blib/lib
    /mnt/cpan_build_dir/vegeta/Archive-Tar-2.26-0/blib/arch
    /mnt/cpan_build_dir/vegeta/Archive-Tar-2.26-0/blib/lib
    /mnt/cpan_build_dir/vegeta/IO-Zlib-1.10-0/blib/arch
    /mnt/cpan_build_dir/vegeta/IO-Zlib-1.10-0/blib/lib
    /mnt/cpan_build_dir/vegeta/Data-Dumper-2.161-0/blib/arch
    /mnt/cpan_build_dir/vegeta/Data-Dumper-2.161-0/blib/lib
    /mnt/cpan_build_dir/vegeta/Test-Simple-1.302122-1/blib/arch
    /mnt/cpan_build_dir/vegeta/Test-Simple-1.302122-1/blib/lib
    /mnt/cpan_build_dir/vegeta/File-Temp-0.2304-0/blib/arch
    /mnt/cpan_build_dir/vegeta/File-Temp-0.2304-0/blib/lib
    /mnt/cpan_build_dir/vegeta/ExtUtils-CBuilder-0.280230-0/blib/arch
    /mnt/cpan_build_dir/vegeta/ExtUtils-CBuilder-0.280230-0/blib/lib
    /mnt/cpan_build_dir/vegeta/CPAN-Meta-Requirements-2.140-0/blib/arch
    /mnt/cpan_build_dir/vegeta/CPAN-Meta-Requirements-2.140-0/blib/lib
    /mnt/cpan_build_dir/vegeta/Log-Log4perl-1.49-1/blib/arch
    /mnt/cpan_build_dir/vegeta/Log-Log4perl-1.49-1/blib/lib
    /mnt/cpan_build_dir/vegeta/Module-Version-0.12-0/blib/arch
    /mnt/cpan_build_dir/vegeta/Module-Version-0.12-0/blib/lib
    /mnt/cpan_build_dir/vegeta/CPAN-SQLite-0.211-1/blib/arch
    /mnt/cpan_build_dir/vegeta/CPAN-SQLite-0.211-1/blib/lib
    /mnt/cpan_build_dir/vegeta/YAML-LibYAML-0.69-0/blib/arch
    /mnt/cpan_build_dir/vegeta/YAML-LibYAML-0.69-0/blib/lib
    /home/vegeta/perl5/perlbrew/perls/cperl-5.24.3/lib/site_cperl/5.24.3/OpenBSD.amd64-openbsd
    /home/vegeta/perl5/perlbrew/perls/cperl-5.24.3/lib/site_cperl/5.24.3
    /home/vegeta/perl5/perlbrew/perls/cperl-5.24.3/lib/5.24.3/OpenBSD.amd64-openbsd
    /home/vegeta/perl5/perlbrew/perls/cperl-5.24.3/lib/5.24.3
    .