Report for Devel-RegExp-0.1

Back
From: metabase:user:20a45eae-6c1a-1014-abaf-4bc2b30e56df
Subject: UNKNOWN Devel-RegExp-0.1 v5.25.3 Windows (Cygwin)
Date: 2017-06-23T09:17:11Z

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 Ilya Zakharevich,

This is a computer-generated report for Devel-RegExp-0.1
on perl 5.25.3, created by CPAN-Reporter-1.2018.

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

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

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

Sections of this report:

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

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

Additional comments from tester:

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 RegExp.pm blib/lib/Devel/RegExp.pm
AutoSplitting blib/lib/Devel/RegExp.pm (blib/lib/auto/Devel/RegExp)
Running Mkbootstrap for RegExp ()
chmod 644 "RegExp.bs"
"/cygdrive/f/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/bin/perl.exe" -MExtUtils::Command::MM -e 'cp_nonempty' -- RegExp.bs blib/arch/auto/Devel/RegExp/RegExp.bs 644
"/cygdrive/f/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/bin/perl.exe" "/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/lib/5.25.3/ExtUtils/xsubpp"  -typemap '/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/lib/5.25.3/ExtUtils/typemap' -typemap '/cygdrive/f/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/build/Devel-RegExp-0.1-0/typemap'  RegExp.xs > RegExp.xsc
Please specify prototyping behavior for RegExp.xs (see perlxs manual)
mv RegExp.xsc RegExp.c
gcc -c   -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2 -DUSEIMPORTLIB -O3   -DVERSION=\"0.1\" -DXS_VERSION=\"0.1\"  "-I/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/lib/5.25.3/cygwin-multi/CORE"   RegExp.c
RegExp.xs: In function 'constant':
RegExp.xs:44:3: error: 'sawi' undeclared (first use in this function)
   sawi = TRUE;
   ^
RegExp.xs:44:3: note: each undeclared identifier is reported only once for each function it appears in
In file included from RegExp.xs:5:0:
RegExp.xs: At top level:
/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/lib/5.25.3/cygwin-multi/CORE/perl.h:3531:27: error: expected declaration specifiers or '...' before '(' token
 #    define PERL_GET_THX  ((PerlInterpreter *)PERL_GET_CONTEXT)
                           ^
/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/lib/5.25.3/cygwin-multi/CORE/XSUB.h:495:17: note: in expansion of macro 'PERL_GET_THX'
 #  define aTHX  PERL_GET_THX
                 ^
/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/lib/5.25.3/cygwin-multi/CORE/XSUB.h:496:18: note: in expansion of macro 'aTHX'
 #  define aTHX_  aTHX,
                  ^
/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/lib/5.25.3/cygwin-multi/CORE/embed.h:496:34: note: in expansion of macro 'aTHX_'
 #define regdump(a)  Perl_regdump(aTHX_ a)
                                  ^
RegExp.xs:100:1: note: in expansion of macro 'regdump'
 regdump(r)
 ^
In file included from /opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/lib/5.25.3/cygwin-multi/CORE/perl.h:5613:0,
                 from RegExp.xs:5:
RegExp.xs:100:9: error: unknown type name 'r'
 regdump(r)
         ^
/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/lib/5.25.3/cygwin-multi/CORE/embed.h:496:40: note: in definition of macro 'regdump'
 #define regdump(a)  Perl_regdump(aTHX_ a)
                                        ^
RegExp.xs:102:1: error: expected identifier or '(' before '{' token
 {
 ^
RegExp.xs: In function 'regprop':
RegExp.xs:168:19: error: 'buf' undeclared (first use in this function)
     (void) strcpy(buf, ":");
                   ^
In file included from RegExp.xs:95:0:
/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/lib/5.25.3/cygwin-multi/CORE/regcomp.h:327:20: error: request for member 'type' in something not a structure or union
 #define OP(p)  ((p)->type)
                    ^
RegExp.xs:170:13: note: in expansion of macro 'OP'
     switch (OP(op)) {
             ^
RegExp.xs:189:10: error: expected expression before 'ANY'
     case ANY:
          ^
RegExp.xs:201:10: error: 'EXACTLY' undeclared (first use in this function)
     case EXACTLY:
          ^
RegExp.xs:207:10: error: 'BACK' undeclared (first use in this function)
     case BACK:
          ^
RegExp.xs:213:10: error: 'ALNUM' undeclared (first use in this function)
     case ALNUM:
          ^
RegExp.xs:216:10: error: 'NALNUM' undeclared (first use in this function)
     case NALNUM:
          ^
RegExp.xs:225:10: error: 'SPACE' undeclared (first use in this function)
     case SPACE:
          ^
RegExp.xs:228:10: error: 'NSPACE' undeclared (first use in this function)
     case NSPACE:
          ^
RegExp.xs:231:10: error: 'DIGIT' undeclared (first use in this function)
     case DIGIT:
          ^
RegExp.xs:234:10: error: 'NDIGIT' undeclared (first use in this function)
     case NDIGIT:
          ^
RegExp.xs:266:10: error: 'GBOL' undeclared (first use in this function)
     case GBOL:
          ^
RegExp.xs:282:2: warning: implicit declaration of function 'FAIL' [-Wimplicit-function-declaration]
  FAIL("corrupted regexp opcode");
  ^
RegExp.xs: In function 'regcomp':
RegExp.xs:306:54: error: macro "pregcomp" passed 3 arguments, but takes just 2
     return pregcomp(exp, exp + strlen(exp), &fakepmop);
                                                      ^
RegExp.xs:306:12: error: 'pregcomp' undeclared (first use in this function)
     return pregcomp(exp, exp + strlen(exp), &fakepmop);
            ^
In file included from /opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/lib/5.25.3/cygwin-multi/CORE/perl.h:5613:0,
                 from RegExp.xs:5:
RegExp.c: In function 'XS_Devel__RegExp_regfree':
RegExp.c:579:10: warning: passing argument 2 of 'Perl_pregfree' from incompatible pointer type [-Wincompatible-pointer-types]
  regfree(r);
          ^
/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/lib/5.25.3/cygwin-multi/CORE/embed.h:468:42: note: in definition of macro 'pregfree'
 #define pregfree(a)  Perl_pregfree(aTHX_ a)
                                          ^
RegExp.c:579:2: note: in expansion of macro 'regfree'
  regfree(r);
  ^
In file included from /opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/lib/5.25.3/cygwin-multi/CORE/perl.h:5578:0,
                 from RegExp.xs:5:
/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/lib/5.25.3/cygwin-multi/CORE/proto.h:2493:20: note: expected 'REGEXP * {aka struct p5rx *}' but argument is of type 'regexp * {aka struct regexp *}'
 PERL_CALLCONV void Perl_pregfree(pTHX_ REGEXP* r);
                    ^
In file included from /opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/lib/5.25.3/cygwin-multi/CORE/perl.h:5613:0,
                 from RegExp.xs:5:
RegExp.c: In function 'XS_Devel__RegExp_regexec':
RegExp.xs:291:19: warning: passing argument 2 of 'Perl_pregexec' from incompatible pointer type [-Wincompatible-pointer-types]
          pregexec((prog), (string), (string) + (len), (string), \
                   ^
/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/lib/5.25.3/cygwin-multi/CORE/embed.h:467:53: note: in definition of macro 'pregexec'
 #define pregexec(a,b,c,d,e,f,g) Perl_pregexec(aTHX_ a,b,c,d,e,f,g)
                                                     ^
RegExp.c:632:11: note: in expansion of macro 'regexec'
  RETVAL = regexec(prog, stringarg, len, minend, safebase);
           ^
In file included from /opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/lib/5.25.3/cygwin-multi/CORE/perl.h:5578:0,
                 from RegExp.xs:5:
/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/lib/5.25.3/cygwin-multi/CORE/proto.h:2490:19: note: expected 'REGEXP * const {aka struct p5rx * const}' but argument is of type 'regexp * {aka struct regexp *}'
 PERL_CALLCONV I32 Perl_pregexec(pTHX_ REGEXP * const prog, char* stringarg, char* strend, char* strbeg, SSize_t minend, SV* screamer, U32 nosave);
                   ^
RegExp.xs: In function 'XS_Devel__RegExp_match':
RegExp.xs:351:15: error: 'regexp {aka struct regexp}' has no member named 'subbase'
   char *s = rx->subbase, *b, *e;
               ^
RegExp.xs:369:13: error: 'regexp {aka struct regexp}' has no member named 'startp'
       b = rx->startp[match];
             ^
RegExp.xs:370:13: error: 'regexp {aka struct regexp}' has no member named 'endp'
       e = rx->endp[match];
             ^
In file included from /opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/lib/5.25.3/cygwin-multi/CORE/perl.h:5558:0,
                 from RegExp.xs:5:
RegExp.xs:375:11: error: 'sv_undef' undeclared (first use in this function)
    PUSHs(&sv_undef);
           ^
/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/lib/5.25.3/cygwin-multi/CORE/pp.h:451:28: note: in definition of macro 'PUSHs'
 #define PUSHs(s) (*++sp = (s))
                            ^
make: *** [Makefile:331: RegExp.o] Error 1

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

Prerequisite modules loaded:

build_requires:

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


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

Environment variables:

    AUTOMATED_TESTING = 1
    COMSPEC = C:\WINDOWS\system32\cmd.exe
    LD_LIBRARY_PATH = 
    NUMBER_OF_PROCESSORS = 8
    PATH = /opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/bin/5.25.3/cygwin-multi:/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/local/bin:/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/bin:/usr/local/bin:/usr/bin
    PERL = /cygdrive/f/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/bin/perl
    PERL5LIB = /opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/build/Log-Topics-0.02-0/blib/arch:/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/build/Log-Topics-0.02-0/blib/lib:/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/build/Xbase-1.07-0/blib/arch:/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/build/Xbase-1.07-0/blib/lib:/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/build/Proc-Forkfunc-96.042201-0/blib/arch:/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/build/Proc-Forkfunc-96.042201-0/blib/lib:/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/build/Tie-Dir-1.02-0/blib/arch:/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/build/Tie-Dir-1.02-0/blib/lib:/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/local/lib/site_perl/5.25.3:/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/local/lib/5.25.3:/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/local/lib/perl5
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 5580
    PERL5_CPAN_IS_RUNNING = 5580
    PERL_CPAN_REPORTER_CONFIG = /opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/reporter/config.ini
    PERL_CPAN_REPORTER_DIR = /opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/reporter
    PERL_EXTUTILS_AUTOINSTALL = 1
    PERL_MM_USE_DEFAULT = 1
    PERL_MY_PREFIX = /opt/perl5
    PERL_MY_SOURCE_DIR = /cygdrive/e/src/perl
    PERL_TEST_CRITIC = 1
    PERL_TEST_CRITIC = 1
    PERL_TEST_POD = 1
    PERL_TEST_POD = 1
    POD_TESTING = 1
    POD_TESTS = 1
    PROCESSOR_IDENTIFIER = Intel64 Family 6 Model 42 Stepping 7, GenuineIntel
    SHELL = /usr/bin/bash
    TEMP = /tmp
    TERM = xterm

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

    $^X = /cygdrive/f/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/bin/perl
    $UID/$EUID = 197609 / 197609
    $GID = 197609 401408 545 4 66049 11 15 68380 113 66048 262180
    $EGID = 197609 401408 545 4 66049 11 15 68380 113 66048 262180

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.16    
    CPAN::Meta          2.150005
    Cwd                 3.64    
    ExtUtils::CBuilder  0.280225
    ExtUtils::Command   7.18    
    ExtUtils::Install   2.04    
    ExtUtils::MakeMaker 7.18    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.33    
    File::Spec          3.64    
    JSON                n/a     
    JSON::PP            2.27400 
    Module::Build       n/a     
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4422  
    Test::Harness       3.36    
    Test::More          1.302045
    YAML                1.23    
    YAML::Syck          n/a     
    version             0.9917  


--

Summary of my perl5 (revision 5 version 25 subversion 3) configuration:
   
  Platform:
    osname=cygwin
    osvers=2.7.0(0.30653)
    archname=cygwin-multi
    uname='cygwin_nt-10.0-wow rigel 2.7.0(0.30653) 2017-02-12 13:13 i686 cygwin '
    config_args='-de -Dmksymlinks -Dusedevel -Dcc=gcc -Dld=g++ -Uinc_version_list -Uinstallusrbinperl -Uusethreads -Dusemultiplicity -Uuse64bitint -Uuselongdouble -Dprefix=/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=undef
    usemultiplicity=define
    use64bitint=undef
    use64bitall=undef
    uselongdouble=undef
    usemymalloc=y
    bincompat5005=undef
  Compiler:
    cc='gcc'
    ccflags ='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_FORTIFY_SOURCE=2'
    optimize='-O3'
    cppflags='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong'
    ccversion=''
    gccversion='5.4.0'
    gccosandvers=''
    intsize=4
    longsize=4
    ptrsize=4
    doublesize=8
    byteorder=1234
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=12
    longdblkind=3
    ivtype='long'
    ivsize=4
    nvtype='double'
    nvsize=8
    Off_t='off_t'
    lseeksize=8
    alignbytes=8
    prototype=define
  Linker and Libraries:
    ld='g++'
    ldflags =' -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--enable-auto-image-base -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/lib /usr/lib/gcc/i686-pc-cygwin/5.4.0/../../../../include/w32api /usr/local/lib /lib
    libs=-lpthread -ldl -lcrypt
    perllibs=-lpthread -ldl -lcrypt
    libc=/usr/lib/libc.a
    so=dll
    useshrplib=true
    libperl=cygperl5_25_3.dll
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=dll
    d_dlsymun=undef
    ccdlflags=' '
    cccdlflags=' '
    lddlflags=' --shared  -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--enable-auto-image-base -L/usr/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_TIMES
    MULTIPLICITY
    MYMALLOC
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
    PERL_IMPLICIT_CONTEXT
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    PERL_USE_DEVEL
    PERL_USE_SAFE_PUTENV
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
  Built under cygwin
  Compiled at Mar  4 2017 11:13:23
  %ENV:
    PERL="/cygdrive/f/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/bin/perl"
    PERL5LIB="/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/build/Log-Topics-0.02-0/blib/arch:/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/build/Log-Topics-0.02-0/blib/lib:/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/build/Xbase-1.07-0/blib/arch:/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/build/Xbase-1.07-0/blib/lib:/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/build/Proc-Forkfunc-96.042201-0/blib/arch:/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/build/Proc-Forkfunc-96.042201-0/blib/lib:/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/build/Tie-Dir-1.02-0/blib/arch:/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/build/Tie-Dir-1.02-0/blib/lib:/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/local/lib/site_perl/5.25.3:/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/local/lib/5.25.3:/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/local/lib/perl5"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="5580"
    PERL5_CPAN_IS_RUNNING="5580"
    PERL_CPAN_REPORTER_CONFIG="/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/reporter/config.ini"
    PERL_CPAN_REPORTER_DIR="/opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/reporter"
    PERL_EXTUTILS_AUTOINSTALL="1"
    PERL_MM_USE_DEFAULT="1"
    PERL_MY_PREFIX="/opt/perl5"
    PERL_MY_SOURCE_DIR="/cygdrive/e/src/perl"
    PERL_TEST_CRITIC="1"
    PERL_TEST_POD="1"
  @INC:
    /opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/build/Log-Topics-0.02-0/blib/arch
    /opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/build/Log-Topics-0.02-0/blib/lib
    /opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/build/Xbase-1.07-0/blib/arch
    /opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/build/Xbase-1.07-0/blib/lib
    /opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/build/Proc-Forkfunc-96.042201-0/blib/arch
    /opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/build/Proc-Forkfunc-96.042201-0/blib/lib
    /opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/build/Tie-Dir-1.02-0/blib/arch
    /opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/cpan/5.25.3/cygwin-multi/build/Tie-Dir-1.02-0/blib/lib
    /opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/local/lib/site_perl/5.25.3/cygwin-multi
    /opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/local/lib/site_perl/5.25.3
    /opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/local/lib/5.25.3/cygwin-multi
    /opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/local/lib/5.25.3
    /opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/local/lib/perl5
    /opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/lib/site_perl/5.25.3/cygwin-multi
    /opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/lib/site_perl/5.25.3
    /opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/lib/5.25.3/cygwin-multi
    /opt/perl5/cygwin_nt-10.0-wow/2.7.0/i686/perl/5.25.3/cygwin-multi/lib/5.25.3
    .