Back
From: metabase:user:320bfe00-2aae-11df-837a-5e0a49663a4f
Subject: PASS Catalyst-Controller-Atompub-0.5.6 v5.19.5 GNU/Linux
Date: 2013-10-01T01:19:50Z
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 Takeru INOUE,
This is a computer-generated report for Catalyst-Controller-Atompub-0.5.6
on perl 5.19.5, created by CPAN-Reporter-1.2010.
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
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 test':
PERL_DL_NONLAZY=1 /tmp/basesmoker-reloperl-UPo9/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00.load.t t/01.service-default.t t/02.service.t t/03.collection.t t/perlcritic.t t/pod-coverage.t t/pod.t
# Testing Catalyst::Controller::Atompub 0.5.6
t/00.load.t ............. ok
Catalyst::Controller::Atompub::Base uses NEXT, which is deprecated. Please see the Class::C3::Adopt::NEXT documentation for details. NEXT used at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Base.pm line 18.
Use of uninitialized value in lc at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Collection.pm line 457.
Catalyst::Controller::Atompub::Collection uses NEXT, which is deprecated. Please see the Class::C3::Adopt::NEXT documentation for details. NEXT used at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Collection.pm line 467.
Use of uninitialized value in lc at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Collection.pm line 457.
Use of uninitialized value in lc at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Collection.pm line 457.
Use of uninitialized value in lc at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Collection.pm line 457.
Use of uninitialized value in lc at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Collection.pm line 457.
Use of uninitialized value in lc at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Collection.pm line 457.
Use of uninitialized value in lc at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Collection.pm line 457.
Use of uninitialized value in lc at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Collection.pm line 457.
DEPRECATION WARNING: The Regex dispatch type is deprecated.
The standalone Catalyst::DispatchType::Regex distribution
has been temporarily included as a prerequisite of
Catalyst::Runtime, but will be dropped in the future. Convert
to Chained methods or include Catalyst::DispatchType::Regex
as a prerequisite for your application.
[debug] Debug messages enabled
[debug] Statistics enabled
[debug] Loaded plugins:
.--------------------------------------------------------------------------------------------------------.
| Catalyst::Plugin::ConfigLoader 0.32 |
| Catalyst::Plugin::Unicode::Encoding 2.1 |
'--------------------------------------------------------------------------------------------------------'
[debug] Loaded dispatcher "Catalyst::Dispatcher"
[debug] Loaded engine "Catalyst::Engine"
[debug] Found home "/tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/t/lib/TestAtompub"
[debug] Loaded components:
.---------------------------------------------------------------------------------------------+----------.
| Class | Type |
+---------------------------------------------------------------------------------------------+----------+
| TestAtompub::Controller::Collection | instance |
| TestAtompub::Controller::Service | instance |
'---------------------------------------------------------------------------------------------+----------'
[debug] Loaded Private actions:
.--------------------------+--------------------------------------------------+--------------------------.
| Private | Class | Method |
+--------------------------+--------------------------------------------------+--------------------------+
| /collection/auto | TestAtompub::Controller::Collection | auto |
| /collection/get_feed | TestAtompub::Controller::Collection | get_feed |
| /collection/edit_uri | TestAtompub::Controller::Collection | edit_uri |
| /collection/get_resource | TestAtompub::Controller::Collection | get_resource |
| /collection/default | TestAtompub::Controller::Collection | default |
| /service/default | TestAtompub::Controller::Service | default |
'--------------------------+--------------------------------------------------+--------------------------'
[debug] Loaded Regex actions:
.---------------------------------------------------+----------------------------------------------------.
| LocalRegex | Private |
+---------------------------------------------------+----------------------------------------------------+
| ^collection/([^-?&#][^?&#]*) | /collection/edit_uri |
'---------------------------------------------------+----------------------------------------------------'
[info] AtompubServer powered by Catalyst 5.90042
[info] *** Request 1 (1.000/s) [32540] [Tue Oct 1 03:19:38 2013] ***
[debug] Arguments are "service"
[debug] "GET" request for "service" from "127.0.0.1"
[debug] Response Code: 200; Content-Type: application/atomsvc+xml; Content-Length: 359
[info] Request took 0.002861s (349.528/s)
.----------------------------------------------------------------------------------------+-----------.
| Action | Time |
+----------------------------------------------------------------------------------------+-----------+
| /service/default | 0.000896s |
'----------------------------------------------------------------------------------------+-----------'
t/01.service-default.t .. ok
Catalyst::Controller::Atompub::Base uses NEXT, which is deprecated. Please see the Class::C3::Adopt::NEXT documentation for details. NEXT used at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Base.pm line 18.
Use of uninitialized value in lc at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Collection.pm line 457.
Catalyst::Controller::Atompub::Collection uses NEXT, which is deprecated. Please see the Class::C3::Adopt::NEXT documentation for details. NEXT used at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Collection.pm line 467.
Use of uninitialized value in lc at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Collection.pm line 457.
Use of uninitialized value in lc at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Collection.pm line 457.
Use of uninitialized value in lc at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Collection.pm line 457.
Use of uninitialized value in lc at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Collection.pm line 457.
Use of uninitialized value in lc at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Collection.pm line 457.
Use of uninitialized value in lc at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Collection.pm line 457.
Use of uninitialized value in lc at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Collection.pm line 457.
DEPRECATION WARNING: The Regex dispatch type is deprecated.
The standalone Catalyst::DispatchType::Regex distribution
has been temporarily included as a prerequisite of
Catalyst::Runtime, but will be dropped in the future. Convert
to Chained methods or include Catalyst::DispatchType::Regex
as a prerequisite for your application.
[debug] Debug messages enabled
[debug] Statistics enabled
[debug] Loaded plugins:
.--------------------------------------------------------------------------------------------------------.
| Catalyst::Plugin::ConfigLoader 0.32 |
| Catalyst::Plugin::Unicode::Encoding 2.1 |
'--------------------------------------------------------------------------------------------------------'
[debug] Loaded dispatcher "Catalyst::Dispatcher"
[debug] Loaded engine "Catalyst::Engine"
[debug] Found home "/tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/t/lib/TestAtompub"
[debug] Loaded components:
.---------------------------------------------------------------------------------------------+----------.
| Class | Type |
+---------------------------------------------------------------------------------------------+----------+
| TestAtompub::Controller::Collection | instance |
| TestAtompub::Controller::Service | instance |
'---------------------------------------------------------------------------------------------+----------'
[debug] Loaded Private actions:
.--------------------------+--------------------------------------------------+--------------------------.
| Private | Class | Method |
+--------------------------+--------------------------------------------------+--------------------------+
| /collection/get_feed | TestAtompub::Controller::Collection | get_feed |
| /collection/auto | TestAtompub::Controller::Collection | auto |
| /collection/get_resource | TestAtompub::Controller::Collection | get_resource |
| /collection/edit_uri | TestAtompub::Controller::Collection | edit_uri |
| /collection/default | TestAtompub::Controller::Collection | default |
| /service/default | TestAtompub::Controller::Service | default |
'--------------------------+--------------------------------------------------+--------------------------'
[debug] Loaded Regex actions:
.---------------------------------------------------+----------------------------------------------------.
| LocalRegex | Private |
+---------------------------------------------------+----------------------------------------------------+
| ^collection/([^-?&#][^?&#]*) | /collection/edit_uri |
'---------------------------------------------------+----------------------------------------------------'
[info] AtompubServer powered by Catalyst 5.90042
[info] *** Request 1 (1.000/s) [32541] [Tue Oct 1 03:19:39 2013] ***
[debug] Arguments are "service"
[debug] "GET" request for "service" from "127.0.0.1"
[debug] Response Code: 200; Content-Type: application/atomsvc+xml; Content-Length: 740
[info] Request took 0.002964s (337.382/s)
.----------------------------------------------------------------------------------------+-----------.
| Action | Time |
+----------------------------------------------------------------------------------------+-----------+
| /service/default | 0.000960s |
'----------------------------------------------------------------------------------------+-----------'
t/02.service.t .......... ok
Catalyst::Controller::Atompub::Base uses NEXT, which is deprecated. Please see the Class::C3::Adopt::NEXT documentation for details. NEXT used at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Base.pm line 18.
Use of uninitialized value in lc at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Collection.pm line 457.
Catalyst::Controller::Atompub::Collection uses NEXT, which is deprecated. Please see the Class::C3::Adopt::NEXT documentation for details. NEXT used at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Collection.pm line 467.
Use of uninitialized value in lc at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Collection.pm line 457.
Use of uninitialized value in lc at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Collection.pm line 457.
Use of uninitialized value in lc at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Collection.pm line 457.
Use of uninitialized value in lc at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Collection.pm line 457.
Use of uninitialized value in lc at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Collection.pm line 457.
Use of uninitialized value in lc at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Collection.pm line 457.
Use of uninitialized value in lc at /tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/blib/lib/Catalyst/Controller/Atompub/Collection.pm line 457.
DEPRECATION WARNING: The Regex dispatch type is deprecated.
The standalone Catalyst::DispatchType::Regex distribution
has been temporarily included as a prerequisite of
Catalyst::Runtime, but will be dropped in the future. Convert
to Chained methods or include Catalyst::DispatchType::Regex
as a prerequisite for your application.
[debug] Debug messages enabled
[debug] Statistics enabled
[debug] Loaded plugins:
.--------------------------------------------------------------------------------------------------------.
| Catalyst::Plugin::ConfigLoader 0.32 |
| Catalyst::Plugin::Unicode::Encoding 2.1 |
'--------------------------------------------------------------------------------------------------------'
[debug] Loaded dispatcher "Catalyst::Dispatcher"
[debug] Loaded engine "Catalyst::Engine"
[debug] Found home "/tmp/loop_over_bdir-4812-Zme5_N/Catalyst-Controller-Atompub-0.5.6-EyR3gy/t/lib/TestAtompub"
[debug] Loaded components:
.---------------------------------------------------------------------------------------------+----------.
| Class | Type |
+---------------------------------------------------------------------------------------------+----------+
| TestAtompub::Controller::Collection | instance |
| TestAtompub::Controller::Service | instance |
'---------------------------------------------------------------------------------------------+----------'
[debug] Loaded Private actions:
.--------------------------+--------------------------------------------------+--------------------------.
| Private | Class | Method |
+--------------------------+--------------------------------------------------+--------------------------+
| /collection/default | TestAtompub::Controller::Collection | default |
| /collection/edit_uri | TestAtompub::Controller::Collection | edit_uri |
| /collection/get_feed | TestAtompub::Controller::Collection | get_feed |
| /collection/auto | TestAtompub::Controller::Collection | auto |
| /collection/get_resource | TestAtompub::Controller::Collection | get_resource |
| /service/default | TestAtompub::Controller::Service | default |
'--------------------------+--------------------------------------------------+--------------------------'
[debug] Loaded Regex actions:
.---------------------------------------------------+----------------------------------------------------.
| LocalRegex | Private |
+---------------------------------------------------+----------------------------------------------------+
| ^collection/([^-?&#][^?&#]*) | /collection/edit_uri |
'---------------------------------------------------+----------------------------------------------------'
[info] AtompubServer powered by Catalyst 5.90042
[info] *** Request 1 (1.000/s) [32542] [Tue Oct 1 03:19:40 2013] ***
[debug] Arguments are "collection"
[debug] "GET" request for "collection" from "127.0.0.1"
[debug] Response Code: 200; Content-Type: application/atom+xml;type=feed; Content-Length: 630
[info] Request took 0.017516s (57.091/s)
.----------------------------------------------------------------------------------------+-----------.
| Action | Time |
+----------------------------------------------------------------------------------------+-----------+
| /collection/auto | 0.000087s |
| /collection/default | 0.015363s |
'----------------------------------------------------------------------------------------+-----------'
[info] *** Request 2 (2.000/s) [32542] [Tue Oct 1 03:19:40 2013] ***
[debug] Path is "collection/entry_1.atom"
[debug] "GET" request for "collection/entry_1.atom" from "127.0.0.1"
[debug] Response Code: 200; Content-Type: application/atom+xml;type=entry; Content-Length: 427
[info] Request took 0.002652s (377.074/s)
.----------------------------------------------------------------------------------------+-----------.
| Action | Time |
+----------------------------------------------------------------------------------------+-----------+
| /collection/auto | 0.000116s |
| /collection/edit_uri | 0.000959s |
'----------------------------------------------------------------------------------------+-----------'
t/03.collection.t ....... ok
t/perlcritic.t .......... skipped: $ENV{TEST_CRITIC} must be set to enable this test
t/pod-coverage.t ........ ok
t/pod.t ................. ok
All tests successful.
Files=7, Tests=49, 4 wallclock secs ( 0.03 usr 0.00 sys + 3.06 cusr 0.16 csys = 3.25 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------------------ ----- -------
Atompub 0.003 0.3.7
! Catalyst::Devel 0 n/a
Catalyst::Plugin::ConfigLoader 0 0.32
Catalyst::Runtime 5.7 5.90042
English 0 1.08
File::Slurp 0 9999.19
FindBin 0 1.51
HTTP::Status 0 6.03
MIME::Base64 0 3.14
Test::More 0 0.98_06
Test::Perl::Critic 0 1.02
Test::WWW::Mechanize::Catalyst 0 0.58
Text::CSV 0 1.32
Time::HiRes 0 1.9726
URI::Escape 0 3.31
version 0.74 0.9904
build_requires:
Module Need Have
------------------------------ ----- -------
ExtUtils::MakeMaker 6.36 6.78
Test::More 0 0.98_06
Test::Perl::Critic 0 1.02
Test::WWW::Mechanize::Catalyst 0 0.58
configure_requires:
Module Need Have
------------------------------ ----- -------
ExtUtils::MakeMaker 6.36 6.78
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
LANGUAGE = en_US:en
PATH = /usr/lib/ccache:/home/sand/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/local/perl/bin:/usr/X11/bin:/sbin:/usr/sbin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 3100
PERL5_CPAN_IS_RUNNING = 3100
PERL_MM_USE_DEFAULT = 1
SHELL = /usr/bin/zsh
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /tmp/basesmoker-reloperl-UPo9/bin/perl
$UID/$EUID = 1005 / 1005
$GID = 1005 1005
$EGID = 1005 1005
Perl module toolchain versions installed:
Module Have
------------------- ----------
CPAN 2.00
CPAN::Meta 2.132661
Cwd 3.45
ExtUtils::CBuilder 0.280212
ExtUtils::Command 1.18
ExtUtils::Install 1.60
ExtUtils::MakeMaker 6.78
ExtUtils::Manifest 1.63
ExtUtils::ParseXS 3.23
File::Spec 3.45
JSON 2.59
JSON::PP 2.27202_01
Module::Build 0.4007
Module::Signature 0.73
Parse::CPAN::Meta 1.4409
Test::Harness 3.28
Test::More 0.98_06
YAML 0.84
YAML::Syck 1.27
version 0.9904
--
Summary of my perl5 (revision 5 version 19 subversion 5) configuration:
Commit id: 7cf040c1f649790a4040aec47e47b4ce8b378728
Platform:
osname=linux, osvers=3.10-2-amd64, archname=x86_64-linux-ld
uname='linux k83 3.10-2-amd64 #1 smp debian 3.10.7-1 (2013-08-17) x86_64 gnulinux '
config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-perls/perl/v5.19.4-110-g7cf040c/127e -Dmyhostname=k83 -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Uuseithreads -Duselongdouble -DDEBUGGING=-g'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=define
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2 -g',
cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.8.1', 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='long double', nvsize=16, Off_t='off_t', lseeksize=8
alignbytes=16, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=, 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 -g -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
PERL_NEW_COPY_ON_WRITE 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_LONG_DOUBLE
USE_PERLIO USE_PERL_ATOF
Built under linux
Compiled at Sep 30 2013 04:27:04
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="3100"
PERL5_CPAN_IS_RUNNING="3100"
PERL_MM_USE_DEFAULT="1"
@INC:
/home/sand/src/perl/repoperls/installed-perls/perl/v5.19.4-110-g7cf040c/127e/lib/site_perl/5.19.5/x86_64-linux-ld
/home/sand/src/perl/repoperls/installed-perls/perl/v5.19.4-110-g7cf040c/127e/lib/site_perl/5.19.5
/home/sand/src/perl/repoperls/installed-perls/perl/v5.19.4-110-g7cf040c/127e/lib/5.19.5/x86_64-linux-ld
/home/sand/src/perl/repoperls/installed-perls/perl/v5.19.4-110-g7cf040c/127e/lib/5.19.5
.