Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test failure for europe with DST #40

Open
smith153 opened this issue May 1, 2018 · 2 comments
Open

Test failure for europe with DST #40

smith153 opened this issue May 1, 2018 · 2 comments

Comments

@smith153
Copy link
Collaborator

smith153 commented May 1, 2018

OS and perl version:
i386 GNU/Linux and "CEST +0200" is the timezone,
perl 5, version 18, subversion 1 (v5.18.1) built for i586-linux-thread-multi

Install output:

Unpacking Time-Piece-1.3204.tar.gz
Entering Time-Piece-1.3204
Checking configure dependencies from META.json
...skipping...
Entering Time-Piece-1.3204
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Configuring Time-Piece-1.3204
Running Makefile.PL
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Time::Piece
Writing MYMETA.yml and MYMETA.json
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have Exporter 5.57 ... Yes (5.68)
Building and testing Time-Piece-1.3204
cp Seconds.pm blib/lib/Time/Seconds.pm
cp Piece.pm blib/lib/Time/Piece.pm
Running Mkbootstrap for Piece ()
chmod 644 "Piece.bs"
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Piece.bs blib/arch/auto/Time/Piece/Piece.bs 644
"/usr/bin/perl" "/usr/lib/perl5/5.18.1/ExtUtils/xsubpp"  -typemap '/usr/lib/perl5/5.18.1/ExtUtils/typemap'  Piece.xs > Piece.xsc
mv Piece.xsc Piece.c
cc -c   -D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -Wall -pipe   -DVERSION=\"1.3204\" -DXS_VERSION=\"1.3204\" -fPIC "-I/usr/lib/perl5/5.18.1/i586-linux-thread-multi/CORE"   Piece.c
rm -f blib/arch/auto/Time/Piece/Piece.so
cc  -shared -fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -Wall -pipe Piece.o  -o blib/arch/auto/Time/Piece/Piece.so  \
      \
  
chmod 755 blib/arch/auto/Time/Piece/Piece.so
Manifying 2 pod documents
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Piece.bs blib/arch/auto/Time/Piece/Piece.bs 644
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01base.t ...... ok
t/02core.t ...... ok

#   Failed test at t/02core_dst.t line 127.
#          got: '-18000'
#     expected: '-14400'

#   Failed test at t/02core_dst.t line 128.
#          got: '2013-07-09 07:07:11 EST'
#     expected: '2013-07-09 08:07:11 EDT'

#   Failed test at t/02core_dst.t line 129.
#                   '-0500'
#     doesn't match '(?^:-0400|EDT)'
# Looks like you failed 3 tests of 56.
t/02core_dst.t .. 
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/56 subtests 
t/03compare.t ... ok
t/04mjd.t ....... ok
t/05overload.t .. ok
t/06subclass.t .. ok
t/07arith.t ..... ok

@smith153
Copy link
Collaborator Author

And another: http://www.cpantesters.org/cpan/report/a9fe9e58-4abb-11ea-9066-e374b0ba08e8

hank you for uploading your work to CPAN.  However, it appears that
there were some problems testing your distribution.

TEST RESULTS:

Below is the error stack from stage 'make test':

"/home/cpan/pit/bare/perl-5.8.9/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Piece.bs blib/arch/auto/Time/Piece/Piece.bs 644
PERL_DL_NONLAZY=1 "/home/cpan/pit/bare/perl-5.8.9/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01base.t ...... ok
t/02core.t ...... ok

#   Failed test at t/02core_dst.t line 133.
#          got: '-14400'
#     expected: '-18000'

#   Failed test at t/02core_dst.t line 134.
#          got: '2013-01-09 08:07:11 EDT'
#     expected: '2013-01-09 07:07:11 EST'

#   Failed test at t/02core_dst.t line 135.
#                   '-0400'
#     doesn't match '(?-xism:-0500|EST)'
# Looks like you failed 3 tests of 56.
t/02core_dst.t .. 
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/56 subtests 
t/03compare.t ... ok
t/04mjd.t ....... ok
t/05overload.t .. ok
t/06subclass.t .. ok
t/07arith.t ..... ok

Test Summary Report
-------------------
t/02core_dst.t (Wstat: 768 Tests: 56 Failed: 3)
  Failed tests:  53-55
  Non-zero exit status: 3
Files=8, Tests=253,  0 wallclock secs ( 0.04 usr  0.02 sys +  0.30 cusr  0.13 csys =  0.49 CPU)
Result: FAIL
Failed 1/8 test programs. 3/253 subtests failed.
make: *** [Makefile:1011: test_dynamic] Error 255


PREREQUISITES:

Here is a list of prerequisites you specified and versions we
managed to load:

	  Module Name                        Have     Want
	  Exporter                           5.63     5.57
	  ExtUtils::MakeMaker                7.44        0
	  Scalar::Util                       1.54        0

Perl module toolchain versions installed:
	Module Name                        Have
	CPANPLUS                         0.9906
	CPANPLUS::Dist::Build              0.90
	Cwd                                3.75
	ExtUtils::CBuilder             0.280234
	ExtUtils::Command                  7.44
	ExtUtils::Install                  2.14
	ExtUtils::MakeMaker                7.44
	ExtUtils::Manifest                 1.72
	ExtUtils::ParseXS                  3.35
	File::Spec                         3.75
	Module::Build                    0.4231
	Pod::Parser                        1.35
	Pod::Simple                        3.40
	Test2                          1.302171
	Test::Harness                      3.42
	Test::More                     1.302171
	version                          0.9924

******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender.  As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.

If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally.  We appreciate your patience. :)
**********************************************************************

Additional comments:


This report was machine-generated by CPANPLUS::Dist::YACSmoke 1.08.
Powered by minismokebox version 0.68

CPANPLUS is prefering Build.PL

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

Environment variables:

    AUTOMATED_TESTING = 1
    NONINTERACTIVE_TESTING = 1
    PATH = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    PERL5LIB = :/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/t1Eo_Mgktz/Mozilla-CA-20180117/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/t1Eo_Mgktz/Mozilla-CA-20180117/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/s0hptCJoDg/Net-SSLeay-1.88/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/s0hptCJoDg/Net-SSLeay-1.88/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/iRmSiD6Czc/IO-Socket-SSL-2.066/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/iRmSiD6Czc/IO-Socket-SSL-2.066/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/I62mvpluze/Capture-Tiny-0.48/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/I62mvpluze/Capture-Tiny-0.48/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/D1oAFneVcs/Importer-0.025/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/D1oAFneVcs/Importer-0.025/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/QMjYp4TcDC/Scope-Guard-0.21/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/QMjYp4TcDC/Scope-Guard-0.21/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/1HdY2BYPSS/Sub-Info-0.002/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/1HdY2BYPSS/Sub-Info-0.002/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/SeowSaffpw/Term-Table-0.015/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/SeowSaffpw/Term-Table-0.015/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/D3S71ybUyb/Test2-Suite-0.000129/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/D3S71ybUyb/Test2-Suite-0.000129/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/zZNhgQ4j7a/FFI-CheckLib-0.26/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/zZNhgQ4j7a/FFI-CheckLib-0.26/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/F4NOUQqJTc/File-Which-1.23/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/F4NOUQqJTc/File-Which-1.23/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/VqQYMQ9rgT/File-chdir-0.1010/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/VqQYMQ9rgT/File-chdir-0.1010/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/yGwcY4Kznj/Scalar-List-Utils-1.54/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/yGwcY4Kznj/Scalar-List-Utils-1.54/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/koUn1SSZbW/Path-Tiny-0.112/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/koUn1SSZbW/Path-Tiny-0.112/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/IBHMCsvS2p/Alien-Build-2.04/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/IBHMCsvS2p/Alien-Build-2.04/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/DLH1gntrrj/Alien-Libxml2-0.12/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/DLH1gntrrj/Alien-Libxml2-0.12/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/M_X5Swit1J/XML-NamespaceSupport-1.12/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/M_X5Swit1J/XML-NamespaceSupport-1.12/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/2ctuXtaxnA/XML-SAX-Base-1.09/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/2ctuXtaxnA/XML-SAX-Base-1.09/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/O64Kgfr1Oq/XML-SAX-1.02/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/O64Kgfr1Oq/XML-SAX-1.02/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/5VtMXZzfT1/XML-LibXML-2.0202/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/5VtMXZzfT1/XML-LibXML-2.0202/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/r_BuKPClYP/Net-EPP-0.22/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/r_BuKPClYP/Net-EPP-0.22/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/ALAFEyE17d/Carp-1.50/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/ALAFEyE17d/Carp-1.50/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/9tAEWuywY3/Sub-Uplevel-0.2800/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/9tAEWuywY3/Sub-Uplevel-0.2800/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/xEgFcjUjKR/Test-Warn-0.36/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/xEgFcjUjKR/Test-Warn-0.36/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/9pYQKqr0wC/Time-Piece-1.33/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/9pYQKqr0wC/Time-Piece-1.33/blib/arch
    PERL5_CPANPLUS_IS_RUNNING = 23877
    PERL5_CPANPLUS_IS_VERSION = 0.9906
    PERL5_MINISMOKEBOX = 0.68
    PERL5_YACSMOKE_BASE = /home/cpan/pit/bare/conf/perl-5.8.9
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 1
    SHELL = /bin/bash
    TERM = screen

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

    Perl: $^X = /home/cpan/pit/bare/perl-5.8.9/bin/perl
    UID:  $<  = 1001
    EUID: $>  = 1001
    GID:  $(  = 1001 1001
    EGID: $)  = 1001 1001


-------------------------------


--

Summary of my perl5 (revision 5 version 8 subversion 9) configuration:
  Platform:
    osname=linux, osvers=5.4.12-1-lts, archname=x86_64-linux
    uname='linux august 5.4.12-1-lts #2-alpine smp thu, 16 jan 2020 12:53:54 utc x86_64 linux '
    config_args='-des -Dprefix=/home/cpan/pit/bare/perl-5.8.9'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=define uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe'
    ccversion='', gccversion='9.2.0', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib/../lib /usr/lib/../lib /lib /usr/lib
    libs=-lgdbm -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
    perllibs=-ldl -lm -lcrypt -lutil -lc -lgdbm_compat
    libc=/usr/lib/libc.a, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: PERL_MALLOC_WRAP USE_64_BIT_ALL USE_64_BIT_INT
                        USE_FAST_STDIO USE_LARGE_FILES USE_PERLIO
  Locally applied patches:
	Devel::PatchPerl 1.82
  Built under linux
  Compiled at Jan 28 2020 19:00:32
  %ENV:
    PERL5LIB=":/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/t1Eo_Mgktz/Mozilla-CA-20180117/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/t1Eo_Mgktz/Mozilla-CA-20180117/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/s0hptCJoDg/Net-SSLeay-1.88/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/s0hptCJoDg/Net-SSLeay-1.88/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/iRmSiD6Czc/IO-Socket-SSL-2.066/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/iRmSiD6Czc/IO-Socket-SSL-2.066/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/I62mvpluze/Capture-Tiny-0.48/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/I62mvpluze/Capture-Tiny-0.48/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/D1oAFneVcs/Importer-0.025/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/D1oAFneVcs/Importer-0.025/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/QMjYp4TcDC/Scope-Guard-0.21/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/QMjYp4TcDC/Scope-Guard-0.21/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/1HdY2BYPSS/Sub-Info-0.002/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/1HdY2BYPSS/Sub-Info-0.002/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/SeowSaffpw/Term-Table-0.015/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/SeowSaffpw/Term-Table-0.015/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/D3S71ybUyb/Test2-Suite-0.000129/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/D3S71ybUyb/Test2-Suite-0.000129/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/zZNhgQ4j7a/FFI-CheckLib-0.26/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/zZNhgQ4j7a/FFI-CheckLib-0.26/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/F4NOUQqJTc/File-Which-1.23/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/F4NOUQqJTc/File-Which-1.23/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/VqQYMQ9rgT/File-chdir-0.1010/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/VqQYMQ9rgT/File-chdir-0.1010/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/yGwcY4Kznj/Scalar-List-Utils-1.54/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/yGwcY4Kznj/Scalar-List-Utils-1.54/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/koUn1SSZbW/Path-Tiny-0.112/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/koUn1SSZbW/Path-Tiny-0.112/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/IBHMCsvS2p/Alien-Build-2.04/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/IBHMCsvS2p/Alien-Build-2.04/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/DLH1gntrrj/Alien-Libxml2-0.12/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/DLH1gntrrj/Alien-Libxml2-0.12/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/M_X5Swit1J/XML-NamespaceSupport-1.12/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/M_X5Swit1J/XML-NamespaceSupport-1.12/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/2ctuXtaxnA/XML-SAX-Base-1.09/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/2ctuXtaxnA/XML-SAX-Base-1.09/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/O64Kgfr1Oq/XML-SAX-1.02/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/O64Kgfr1Oq/XML-SAX-1.02/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/5VtMXZzfT1/XML-LibXML-2.0202/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/5VtMXZzfT1/XML-LibXML-2.0202/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/r_BuKPClYP/Net-EPP-0.22/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/r_BuKPClYP/Net-EPP-0.22/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/ALAFEyE17d/Carp-1.50/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/ALAFEyE17d/Carp-1.50/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/9tAEWuywY3/Sub-Uplevel-0.2800/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/9tAEWuywY3/Sub-Uplevel-0.2800/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/xEgFcjUjKR/Test-Warn-0.36/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/xEgFcjUjKR/Test-Warn-0.36/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/9pYQKqr0wC/Time-Piece-1.33/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/9pYQKqr0wC/Time-Piece-1.33/blib/arch"
    PERL5_CPANPLUS_IS_RUNNING="23877"
    PERL5_CPANPLUS_IS_VERSION="0.9906"
    PERL5_MINISMOKEBOX="0.68"
    PERL5_YACSMOKE_BASE="/home/cpan/pit/bare/conf/perl-5.8.9"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"

@smith153
Copy link
Collaborator Author

And another: Perl/perl5#17527

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant