Back
From: metabase:user:0d96120c-29e2-11e5-b049-ede3035d37de
Subject: FAIL DBIx-Class-FromValidators-0.02 v5.22.0 GNU/Linux
Date: 2015-07-23T12:55:34Z
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 Wore Macx,
This is a computer-generated report for DBIx-Class-FromValidators-0.02
on perl 5.22.0, created by CPAN-Reporter-1.2014.
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:
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 "/data/perl5/perlbrew/perls/perl-5.22.0-thread-multi/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/00_compile.t ..... ok
Subroutine DBIx::Class::ResultSet::carp redefined at /home/perltest/perl5/perlbrew/perls/perl-5.22.0-thread-multi/lib/site_perl/5.22.0/DBIx/Class/Carp.pm line 93.
[warn] Action methods (action0, action1, action2, action3) found defined in your application class, CatTest. This is deprecated, please move them into a Root controller.
[warn] Used regexp fallback for $c->model('Blog'), which found 'CatTest::Model::DBIC::Blog'. Relying on regexp fallback behavior for component resolution is unreliable and unsafe. You probably meant $c->model('DBIC::Blog') instead of $c->model('Blog'), but if you really wanted to search, pass in a regexp as the argument like so: $c->model(qr/Blog/) at /home/perltest/perl5/perlbrew/perls/perl-5.22.0-thread-multi/lib/site_perl/5.22.0/Catalyst/Action.pm line 305.
[error] Caught exception in CatTest->action2 "Can't locate object method "create_from_fv" via package "DBIx::Class::ResultSet" at t/lib/CatTest.pm line 52."
# Failed test 'is create_from_fvs error'
# in t/01_sqlite3.t at line 33.
# got: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
# "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
# <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
# <head>
# <meta http-equiv="Content-Language" content="en" />
# <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
# <title>CatTest</title>
# <script type="text/javascript">
# <!--
# function toggleDump (dumpElement) {
# var e = document.getElementById( dumpElement );
# if (e.style.display == "none") {
# e.style.display = "";
# }
# else {
# e.style.display = "none";
# }
# }
# -->
# </script>
# <style type="text/css">
# body {
# font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana,
# Tahoma, Arial, helvetica, sans-serif;
# color: #333;
# background-color: #eee;
# margin: 0px;
# padding: 0px;
# }
# :link, :link:hover, :visited, :visited:hover {
# color: #000;
# }
# div.box {
# position: relative;
# background-color: #ccc;
# border: 1px solid #aaa;
# padding: 4px;
# margin: 10px;
# }
# div.error {
# background-color: #cce;
# border: 1px solid #755;
# padding: 8px;
# margin: 4px;
# margin-bottom: 10px;
# }
# div.infos {
# background-color: #eee;
# border: 1px solid #575;
# padding: 8px;
# margin: 4px;
# margin-bottom: 10px;
# }
# div.name {
# background-color: #cce;
# border: 1px solid #557;
# padding: 8px;
# margin: 4px;
# }
# code.error {
# display: block;
# margin: 1em 0;
# overflow: auto;
# }
# div.name h1, div.error p {
# margin: 0;
# }
# h2 {
# margin-top: 0;
# margin-bottom: 10px;
# font-size: medium;
# font-weight: bold;
# text-decoration: underline;
# }
# h1 {
# font-size: medium;
# font-weight: normal;
# }
# /* from http://users.tkk.fi/~tkarvine/linux/doc/pre-wrap/pre-wrap-css3-mozilla-opera-ie.html */
# /* Browser specific (not valid) styles to make preformatted text wrap */
# pre {
# white-space: pre-wrap; /* css-3 */
# white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
# white-space: -pre-wrap; /* Opera 4-6 */
# white-space: -o-pre-wrap; /* Opera 7 */
# word-wrap: break-word; /* Internet Explorer 5.5+ */
# }
# </style>
# </head>
# <body>
# <div class="box">
# <div class="error"></div>
# <div class="infos"><pre>
# (en) Please come back later
# (fr) SVP veuillez revenir plus tard
# (de) Bitte versuchen sie es spaeter nocheinmal
# (at) Konnten's bitt'schoen spaeter nochmal reinschauen
# (no) Vennligst prov igjen senere
# (dk) Venligst prov igen senere
# (pl) Prosze sprobowac pozniej
# (pt) Por favor volte mais tarde
# (ru) ÐопÑобÑйÑе еÑе Ñаз позже
# (ua) СпÑобÑйÑе Ñе Ñаз пÑзнÑÑе
# (it) Per favore riprova più tardi
# </pre>
# </div>
# <div class="name"></div>
# </div>
# </body>
# </html>
# '
# expected: 'woremacx notes'
[error] Caught exception in CatTest->action3 "Can't call method "update_from_fv" on an undefined value at t/lib/CatTest.pm line 71."
# Failed test 'is update_from_fvs error'
# in t/01_sqlite3.t at line 37.
# got: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
# "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
# <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
# <head>
# <meta http-equiv="Content-Language" content="en" />
# <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
# <title>CatTest</title>
# <script type="text/javascript">
# <!--
# function toggleDump (dumpElement) {
# var e = document.getElementById( dumpElement );
# if (e.style.display == "none") {
# e.style.display = "";
# }
# else {
# e.style.display = "none";
# }
# }
# -->
# </script>
# <style type="text/css">
# body {
# font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana,
# Tahoma, Arial, helvetica, sans-serif;
# color: #333;
# background-color: #eee;
# margin: 0px;
# padding: 0px;
# }
# :link, :link:hover, :visited, :visited:hover {
# color: #000;
# }
# div.box {
# position: relative;
# background-color: #ccc;
# border: 1px solid #aaa;
# padding: 4px;
# margin: 10px;
# }
# div.error {
# background-color: #cce;
# border: 1px solid #755;
# padding: 8px;
# margin: 4px;
# margin-bottom: 10px;
# }
# div.infos {
# background-color: #eee;
# border: 1px solid #575;
# padding: 8px;
# margin: 4px;
# margin-bottom: 10px;
# }
# div.name {
# background-color: #cce;
# border: 1px solid #557;
# padding: 8px;
# margin: 4px;
# }
# code.error {
# display: block;
# margin: 1em 0;
# overflow: auto;
# }
# div.name h1, div.error p {
# margin: 0;
# }
# h2 {
# margin-top: 0;
# margin-bottom: 10px;
# font-size: medium;
# font-weight: bold;
# text-decoration: underline;
# }
# h1 {
# font-size: medium;
# font-weight: normal;
# }
# /* from http://users.tkk.fi/~tkarvine/linux/doc/pre-wrap/pre-wrap-css3-mozilla-opera-ie.html */
# /* Browser specific (not valid) styles to make preformatted text wrap */
# pre {
# white-space: pre-wrap; /* css-3 */
# white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
# white-space: -pre-wrap; /* Opera 4-6 */
# white-space: -o-pre-wrap; /* Opera 7 */
# word-wrap: break-word; /* Internet Explorer 5.5+ */
# }
# </style>
# </head>
# <body>
# <div class="box">
# <div class="error"></div>
# <div class="infos"><pre>
# (en) Please come back later
# (fr) SVP veuillez revenir plus tard
# (de) Bitte versuchen sie es spaeter nocheinmal
# (at) Konnten's bitt'schoen spaeter nochmal reinschauen
# (no) Vennligst prov igjen senere
# (dk) Venligst prov igen senere
# (pl) Prosze sprobowac pozniej
# (pt) Por favor volte mais tarde
# (ru) ÐопÑобÑйÑе еÑе Ñаз позже
# (ua) СпÑобÑйÑе Ñе Ñаз пÑзнÑÑе
# (it) Per favore riprova più tardi
# </pre>
# </div>
# <div class="name"></div>
# </div>
# </body>
# </html>
# '
# expected: 'http://blog.woremacx.com/notes/index.html'
# Looks like you failed 2 tests of 12.
t/01_sqlite3.t .....
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/12 subtests
t/98_perlcritic.t .. skipped: Test::Perl::Critic is not installed.
t/99_pod.t ......... ok
Test Summary Report
-------------------
t/01_sqlite3.t (Wstat: 512 Tests: 12 Failed: 2)
Failed tests: 10, 12
Non-zero exit status: 2
Files=4, Tests=14, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.90 cusr 0.09 csys = 1.01 CPU)
Result: FAIL
Failed 1/4 test programs. 2/14 subtests failed.
Makefile:771: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
--------------------------------------- ---- --------
Carp::Clan 0 6.04
Catalyst 0 5.90093
Catalyst::Model::DBIC::Schema 0 0.65
Catalyst::Plugin::FormValidator::Simple 0 0.15
Catalyst::Test 0 0
DBD::SQLite 0 1.48
DBIx::Class 0 0.082820
DBIx::Class::Schema 0 0
HTTP::Request::Common 0 6.08
Test::More 0 1.001014
build_requires:
Module Need Have
--------------------------------------- ---- --------
ExtUtils::MakeMaker 0 7.04_01
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
NONINTERACTIVE_TESTING = 1
PATH = /home/perltest/sysperl/bin:/home/perltest/perl5/perlbrew/bin:/home/perltest/perl5/perlbrew/perls/perl-5.22.0-thread-multi/bin:/home/perltest/perltest/bin:/home/perltest/perl5/perlbrew/bin:/home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/perltest/perltest/bin
PERL5LIB = /home/perltest/.cpan/build/Catalyst-Plugin-FormValidator-Simple-0.15-skvCBD/blib/arch:/home/perltest/.cpan/build/Catalyst-Plugin-FormValidator-Simple-0.15-skvCBD/blib/lib:/home/perltest/.cpan/build/Catalyst-Plugin-FormValidator-0.094-HiaZPp/blib/arch:/home/perltest/.cpan/build/Catalyst-Plugin-FormValidator-0.094-HiaZPp/blib/lib:/home/perltest/.cpan/build/Data-FormValidator-4.81-FAUdpo/blib/arch:/home/perltest/.cpan/build/Data-FormValidator-4.81-FAUdpo/blib/lib:/home/perltest/.cpan/build/Regexp-Common-2013031301-9yyuB8/blib/arch:/home/perltest/.cpan/build/Regexp-Common-2013031301-9yyuB8/blib/lib:/home/perltest/.cpan/build/Perl6-Junction-1.60000-4kRfbt/blib/arch:/home/perltest/.cpan/build/Perl6-Junction-1.60000-4kRfbt/blib/lib:/home/perltest/.cpan/build/File-MMagic-1.30-dEHNOe/blib/arch:/home/perltest/.cpan/build/File-MMagic-1.30-dEHNOe/blib/lib:/home/perltest/.cpan/build/Image-Size-3.300-DmhyRQ/blib/arch:/home/perltest/.cpan/build/Image-Size-3.300-DmhyRQ/blib/lib:/home/perltest/.cpan/build/FormValidator-Simple-0.29-4wULOo/blib/arch:/home/perltest/.cpan/build/FormValidator-Simple-0.29-4wULOo/blib/lib:/home/perltest/.cpan/build/Date-Calc-XS-6.4-70CBkO/blib/arch:/home/perltest/.cpan/build/Date-Calc-XS-6.4-70CBkO/blib/lib:/home/perltest/.cpan/build/Date-Calc-6.4-Ky7wWT/blib/arch:/home/perltest/.cpan/build/Date-Calc-6.4-Ky7wWT/blib/lib:/home/perltest/.cpan/build/Bit-Vector-7.4-sTaeZ0/blib/arch:/home/perltest/.cpan/build/Bit-Vector-7.4-sTaeZ0/blib/lib:/home/perltest/.cpan/build/Email-Valid-Loose-0.05-_JA_mB/blib/arch:/home/perltest/.cpan/build/Email-Valid-Loose-0.05-_JA_mB/blib/lib:/home/perltest/.cpan/build/Class-Data-Accessor-0.04004-lMlcjh/blib/arch:/home/perltest/.cpan/build/Class-Data-Accessor-0.04004-lMlcjh/blib/lib:/home/perltest/sysperl/lib/perl5
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 8949
PERL5_CPAN_IS_RUNNING = 8949
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 2186,8949
PERLBREW_BASHRC_VERSION = 0.73
PERLBREW_HOME = /home/perltest/.perlbrew
PERLBREW_LIB =
PERLBREW_MANPATH = /home/perltest/perl5/perlbrew/perls/perl-5.22.0-thread-multi/man
PERLBREW_PATH = /home/perltest/perl5/perlbrew/bin:/home/perltest/perl5/perlbrew/perls/perl-5.22.0-thread-multi/bin
PERLBREW_PERL = perl-5.22.0-thread-multi
PERLBREW_ROOT = /home/perltest/perl5/perlbrew
PERLBREW_VERSION = 0.73
PERL_CR_SMOKER_CURRENT = DBIx-Class-FromValidators-0.02
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_LOCAL_LIB_ROOT = /home/perltest/sysperl:
PERL_MB_OPT = --install_base "//home/perltest/sysperl"
PERL_MM_OPT = INSTALL_BASE=/home/perltest/sysperl
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /data/perl5/perlbrew/perls/perl-5.22.0-thread-multi/bin/perl
$UID/$EUID = 2000 / 2000
$GID = 2000 2000
$EGID = 2000 2000
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.11
CPAN::Meta 2.150001
Cwd 3.56
ExtUtils::CBuilder 0.280221
ExtUtils::Command 1.20
ExtUtils::Install 2.04
ExtUtils::MakeMaker 7.04_01
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.28
File::Spec 3.56
JSON 2.90
JSON::PP 2.27300
Module::Build 0.4214
Module::Signature n/a
Parse::CPAN::Meta 1.4414
Test::Harness 3.35
Test::More 1.001014
YAML 1.15
YAML::Syck n/a
version 0.9909
--
Summary of my perl5 (revision 5 version 22 subversion 0) configuration:
Platform:
osname=linux, osvers=3.19.0-18-generic, archname=x86_64-linux-thread-multi
uname='linux perltest.antelope.net 3.19.0-18-generic #18-ubuntu smp tue may 19 18:31:35 utc 2015 x86_64 x86_64 x86_64 gnulinux '
config_args='-de -Dprefix=/home/perltest/perl5/perlbrew/perls/perl-5.22.0-thread-multi -Dusethreads -Dusemultiplicity -Aeval:scriptdir=/home/perltest/perl5/perlbrew/perls/perl-5.22.0-thread-multi/bin'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion='', gccversion='4.9.2', 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-strong -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/4.9/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib
libs=-lpthread -lnsl -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.21.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.21'
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-strong'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS
USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_TIME
USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API
Locally applied patches:
Devel::PatchPerl 1.38
Built under linux
Compiled at Jul 15 2015 23:29:02
%ENV:
PERL5LIB="/home/perltest/.cpan/build/Catalyst-Plugin-FormValidator-Simple-0.15-skvCBD/blib/arch:/home/perltest/.cpan/build/Catalyst-Plugin-FormValidator-Simple-0.15-skvCBD/blib/lib:/home/perltest/.cpan/build/Catalyst-Plugin-FormValidator-0.094-HiaZPp/blib/arch:/home/perltest/.cpan/build/Catalyst-Plugin-FormValidator-0.094-HiaZPp/blib/lib:/home/perltest/.cpan/build/Data-FormValidator-4.81-FAUdpo/blib/arch:/home/perltest/.cpan/build/Data-FormValidator-4.81-FAUdpo/blib/lib:/home/perltest/.cpan/build/Regexp-Common-2013031301-9yyuB8/blib/arch:/home/perltest/.cpan/build/Regexp-Common-2013031301-9yyuB8/blib/lib:/home/perltest/.cpan/build/Perl6-Junction-1.60000-4kRfbt/blib/arch:/home/perltest/.cpan/build/Perl6-Junction-1.60000-4kRfbt/blib/lib:/home/perltest/.cpan/build/File-MMagic-1.30-dEHNOe/blib/arch:/home/perltest/.cpan/build/File-MMagic-1.30-dEHNOe/blib/lib:/home/perltest/.cpan/build/Image-Size-3.300-DmhyRQ/blib/arch:/home/perltest/.cpan/build/Image-Size-3.300-DmhyRQ/blib/lib:/home/perltest/.cpan/build/FormValidator-Simple-0.29-4wULOo/blib/arch:/home/perltest/.cpan/build/FormValidator-Simple-0.29-4wULOo/blib/lib:/home/perltest/.cpan/build/Date-Calc-XS-6.4-70CBkO/blib/arch:/home/perltest/.cpan/build/Date-Calc-XS-6.4-70CBkO/blib/lib:/home/perltest/.cpan/build/Date-Calc-6.4-Ky7wWT/blib/arch:/home/perltest/.cpan/build/Date-Calc-6.4-Ky7wWT/blib/lib:/home/perltest/.cpan/build/Bit-Vector-7.4-sTaeZ0/blib/arch:/home/perltest/.cpan/build/Bit-Vector-7.4-sTaeZ0/blib/lib:/home/perltest/.cpan/build/Email-Valid-Loose-0.05-_JA_mB/blib/arch:/home/perltest/.cpan/build/Email-Valid-Loose-0.05-_JA_mB/blib/lib:/home/perltest/.cpan/build/Class-Data-Accessor-0.04004-lMlcjh/blib/arch:/home/perltest/.cpan/build/Class-Data-Accessor-0.04004-lMlcjh/blib/lib:/home/perltest/sysperl/lib/perl5"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="8949"
PERL5_CPAN_IS_RUNNING="8949"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="2186,8949"
PERLBREW_BASHRC_VERSION="0.73"
PERLBREW_HOME="/home/perltest/.perlbrew"
PERLBREW_LIB=""
PERLBREW_MANPATH="/home/perltest/perl5/perlbrew/perls/perl-5.22.0-thread-multi/man"
PERLBREW_PATH="/home/perltest/perl5/perlbrew/bin:/home/perltest/perl5/perlbrew/perls/perl-5.22.0-thread-multi/bin"
PERLBREW_PERL="perl-5.22.0-thread-multi"
PERLBREW_ROOT="/home/perltest/perl5/perlbrew"
PERLBREW_VERSION="0.73"
PERL_CR_SMOKER_CURRENT="DBIx-Class-FromValidators-0.02"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_LOCAL_LIB_ROOT="/home/perltest/sysperl:"
PERL_MB_OPT="--install_base "//home/perltest/sysperl""
PERL_MM_OPT="INSTALL_BASE=/home/perltest/sysperl"
PERL_MM_USE_DEFAULT="1"
@INC:
/home/perltest/.cpan/build/Catalyst-Plugin-FormValidator-Simple-0.15-skvCBD/blib/arch
/home/perltest/.cpan/build/Catalyst-Plugin-FormValidator-Simple-0.15-skvCBD/blib/lib
/home/perltest/.cpan/build/Catalyst-Plugin-FormValidator-0.094-HiaZPp/blib/arch
/home/perltest/.cpan/build/Catalyst-Plugin-FormValidator-0.094-HiaZPp/blib/lib
/home/perltest/.cpan/build/Data-FormValidator-4.81-FAUdpo/blib/arch
/home/perltest/.cpan/build/Data-FormValidator-4.81-FAUdpo/blib/lib
/home/perltest/.cpan/build/Regexp-Common-2013031301-9yyuB8/blib/arch
/home/perltest/.cpan/build/Regexp-Common-2013031301-9yyuB8/blib/lib
/home/perltest/.cpan/build/Perl6-Junction-1.60000-4kRfbt/blib/arch
/home/perltest/.cpan/build/Perl6-Junction-1.60000-4kRfbt/blib/lib
/home/perltest/.cpan/build/File-MMagic-1.30-dEHNOe/blib/arch
/home/perltest/.cpan/build/File-MMagic-1.30-dEHNOe/blib/lib
/home/perltest/.cpan/build/Image-Size-3.300-DmhyRQ/blib/arch
/home/perltest/.cpan/build/Image-Size-3.300-DmhyRQ/blib/lib
/home/perltest/.cpan/build/FormValidator-Simple-0.29-4wULOo/blib/arch
/home/perltest/.cpan/build/FormValidator-Simple-0.29-4wULOo/blib/lib
/home/perltest/.cpan/build/Date-Calc-XS-6.4-70CBkO/blib/arch
/home/perltest/.cpan/build/Date-Calc-XS-6.4-70CBkO/blib/lib
/home/perltest/.cpan/build/Date-Calc-6.4-Ky7wWT/blib/arch
/home/perltest/.cpan/build/Date-Calc-6.4-Ky7wWT/blib/lib
/home/perltest/.cpan/build/Bit-Vector-7.4-sTaeZ0/blib/arch
/home/perltest/.cpan/build/Bit-Vector-7.4-sTaeZ0/blib/lib
/home/perltest/.cpan/build/Email-Valid-Loose-0.05-_JA_mB/blib/arch
/home/perltest/.cpan/build/Email-Valid-Loose-0.05-_JA_mB/blib/lib
/home/perltest/.cpan/build/Class-Data-Accessor-0.04004-lMlcjh/blib/arch
/home/perltest/.cpan/build/Class-Data-Accessor-0.04004-lMlcjh/blib/lib
/home/perltest/sysperl/lib/perl5/x86_64-linux-thread-multi
/home/perltest/sysperl/lib/perl5
/home/perltest/perl5/perlbrew/perls/perl-5.22.0-thread-multi/lib/site_perl/5.22.0/x86_64-linux-thread-multi
/home/perltest/perl5/perlbrew/perls/perl-5.22.0-thread-multi/lib/site_perl/5.22.0
/home/perltest/perl5/perlbrew/perls/perl-5.22.0-thread-multi/lib/5.22.0/x86_64-linux-thread-multi
/home/perltest/perl5/perlbrew/perls/perl-5.22.0-thread-multi/lib/5.22.0
.