Back
From: metabase:user:e7b34f46-36ca-11e0-a826-945c7ca43f85
Subject: PASS Catalyst-Plugin-FormValidator-Lazy-0.05 v5.18.1 FreeBSD
Date: 2013-11-02T11:47:54Z
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 Tomohiro Teranishi,
This is a computer-generated report for Catalyst-Plugin-FormValidator-Lazy-0.05
on perl 5.18.1, 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 /usr/home/cpan/perl5/perlbrew/perls/perl-5.18.1/bin/perl5.18.1 "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Catalyst::Plugin::FormValidator::Lazy uses NEXT, which is deprecated. Please see the Class::C3::Adopt::NEXT documentation for details. NEXT used at /usr/home/cpan/.cpan/build/Catalyst-Plugin-FormValidator-Lazy-0.05-Zua5CS/blib/lib/Catalyst/Plugin/FormValidator/Lazy.pm line 28.
[debug] Debug messages enabled
[debug] Statistics enabled
[debug] Loaded plugins:
.----------------------------------------------------------------------------.
| Catalyst::Plugin::FormValidator::Lazy 0.05 |
| Catalyst::Plugin::Unicode::Encoding 2.1 |
'----------------------------------------------------------------------------'
[debug] Loaded Request Data Handlers:
.----------------------------------------------------------------------------.
| application/json |
| application/x-www-form-urlencoded |
'----------------------------------------------------------------------------'
[debug] Loaded dispatcher "Catalyst::Dispatcher"
[debug] Loaded engine "Catalyst::Engine"
[debug] Found home "/usr/home/cpan/.cpan/build/Catalyst-Plugin-FormValidator-Lazy-0.05-Zua5CS/t/lib/TestApp"
[debug] Loaded components:
.-----------------------------------------------------------------+----------.
| Class | Type |
+-----------------------------------------------------------------+----------+
| TestApp::Controller::Root | instance |
'-----------------------------------------------------------------+----------'
[debug] Loaded Private actions:
.----------------------+--------------------------------------+--------------.
| Private | Class | Method |
+----------------------+--------------------------------------+--------------+
| /test_strict | TestApp::Controller::Root | test_strict |
| /test_custom_param | TestApp::Controller::Root | test_custom- |
| | | _param |
| /test_static | TestApp::Controller::Root | test_static |
| /test_loose | TestApp::Controller::Root | test_loose |
| /test_regexp | TestApp::Controller::Root | test_regexp |
'----------------------+--------------------------------------+--------------'
[debug] Loaded Path actions:
.-------------------------------------+--------------------------------------.
| Path | Private |
+-------------------------------------+--------------------------------------+
| /test_custom_param/... | /test_custom_param |
| /test_loose/... | /test_loose |
| /test_regexp/... | /test_regexp |
| /test_static/... | /test_static |
| /test_strict/... | /test_strict |
'-------------------------------------+--------------------------------------'
[info] TestApp powered by Catalyst 5.90049_005
t/01_use.t ........ ok
t/02_pod.t ........ skipped: set TEST_POD to enable this test
Catalyst::Plugin::FormValidator::Lazy uses NEXT, which is deprecated. Please see the Class::C3::Adopt::NEXT documentation for details. NEXT used at /usr/home/cpan/.cpan/build/Catalyst-Plugin-FormValidator-Lazy-0.05-Zua5CS/blib/lib/Catalyst/Plugin/FormValidator/Lazy.pm line 28.
[debug] Debug messages enabled
[debug] Statistics enabled
[debug] Loaded plugins:
.----------------------------------------------------------------------------.
| Catalyst::Plugin::FormValidator::Lazy 0.05 |
| Catalyst::Plugin::Unicode::Encoding 2.1 |
'----------------------------------------------------------------------------'
[debug] Loaded Request Data Handlers:
.----------------------------------------------------------------------------.
| application/x-www-form-urlencoded |
| application/json |
'----------------------------------------------------------------------------'
[debug] Loaded dispatcher "Catalyst::Dispatcher"
[debug] Loaded engine "Catalyst::Engine"
[debug] Found home "/usr/home/cpan/.cpan/build/Catalyst-Plugin-FormValidator-Lazy-0.05-Zua5CS/t/lib/TestApp"
[debug] Loaded components:
.-----------------------------------------------------------------+----------.
| Class | Type |
+-----------------------------------------------------------------+----------+
| TestApp::Controller::Root | instance |
'-----------------------------------------------------------------+----------'
[debug] Loaded Private actions:
.----------------------+--------------------------------------+--------------.
| Private | Class | Method |
+----------------------+--------------------------------------+--------------+
| /test_static | TestApp::Controller::Root | test_static |
| /test_regexp | TestApp::Controller::Root | test_regexp |
| /test_loose | TestApp::Controller::Root | test_loose |
| /test_strict | TestApp::Controller::Root | test_strict |
| /test_custom_param | TestApp::Controller::Root | test_custom- |
| | | _param |
'----------------------+--------------------------------------+--------------'
[debug] Loaded Path actions:
.-------------------------------------+--------------------------------------.
| Path | Private |
+-------------------------------------+--------------------------------------+
| /test_custom_param/... | /test_custom_param |
| /test_loose/... | /test_loose |
| /test_regexp/... | /test_regexp |
| /test_static/... | /test_static |
| /test_strict/... | /test_strict |
'-------------------------------------+--------------------------------------'
[info] TestApp powered by Catalyst 5.90049_005
[info] *** Request 1 (1.000/s) [63209] [Sat Nov 2 11:47:53 2013] ***
[debug] Path is "test_custom_param"
[debug] "GET" request for "test_custom_param" from "127.0.0.1"
[debug] Response Code: 200; Content-Type: unknown; Content-Length: 2
[info] Request took 0.005157s (193.911/s)
.------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------+-----------+
| /test_custom_param | 0.001016s |
'------------------------------------------------------------+-----------'
[info] *** Request 2 (2.000/s) [63209] [Sat Nov 2 11:47:53 2013] ***
[debug] Path is "test_strict"
[debug] "GET" request for "test_strict" from "127.0.0.1"
[debug] Query Parameters are:
.-------------------------------------+--------------------------------------.
| Parameter | Value |
+-------------------------------------+--------------------------------------+
| hyogo | hyogo |
| kyoto | kinkakuji |
| osaka | 3 |
| user_id | 12 |
'-------------------------------------+--------------------------------------'
[debug] Response Code: 200; Content-Type: unknown; Content-Length: 2
[info] Request took 0.006635s (150.716/s)
.------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------+-----------+
| /test_strict | 0.000792s |
'------------------------------------------------------------+-----------'
[info] *** Request 3 (3.000/s) [63209] [Sat Nov 2 11:47:53 2013] ***
[debug] Path is "test_loose"
[debug] "GET" request for "test_loose" from "127.0.0.1"
[debug] Query Parameters are:
.-------------------------------------+--------------------------------------.
| Parameter | Value |
+-------------------------------------+--------------------------------------+
| hyogo | h1 |
| kyoto | kinko |
| osaka | 3 |
'-------------------------------------+--------------------------------------'
[debug] Response Code: 200; Content-Type: unknown; Content-Length: 2
[info] Request took 0.007713s (129.651/s)
.------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------+-----------+
| /test_loose | 0.001527s |
'------------------------------------------------------------+-----------'
[info] *** Request 4 (4.000/s) [63209] [Sat Nov 2 11:47:53 2013] ***
[debug] Path is "test_loose"
[debug] "GET" request for "test_loose" from "127.0.0.1"
[debug] Query Parameters are:
.-------------------------------------+--------------------------------------.
| Parameter | Value |
+-------------------------------------+--------------------------------------+
| kyoto | kinko |
| osaka | 3 |
'-------------------------------------+--------------------------------------'
[debug] Response Code: 200; Content-Type: unknown; Content-Length: 59
[info] Request took 0.004915s (203.459/s)
.------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------+-----------+
| /test_loose | 0.000991s |
'------------------------------------------------------------+-----------'
[info] *** Request 5 (5.000/s) [63209] [Sat Nov 2 11:47:53 2013] ***
[debug] Path is "test_static"
[debug] "GET" request for "test_static" from "127.0.0.1"
[debug] Query Parameters are:
.-------------------------------------+--------------------------------------.
| Parameter | Value |
+-------------------------------------+--------------------------------------+
| inu | won |
| neko | 10 |
'-------------------------------------+--------------------------------------'
[debug] Response Code: 200; Content-Type: unknown; Content-Length: 2
[info] Request took 0.004625s (216.216/s)
.------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------+-----------+
| /test_static | 0.000817s |
'------------------------------------------------------------+-----------'
[info] *** Request 6 (6.000/s) [63209] [Sat Nov 2 11:47:53 2013] ***
[debug] Path is "test_regexp"
[debug] "GET" request for "test_regexp" from "127.0.0.1"
[debug] Query Parameters are:
.-------------------------------------+--------------------------------------.
| Parameter | Value |
+-------------------------------------+--------------------------------------+
| member_id | 43 |
| panda_neko | 10 |
| user_id | 23 |
'-------------------------------------+--------------------------------------'
[debug] Response Code: 200; Content-Type: unknown; Content-Length: 2
[info] Request took 0.004734s (211.238/s)
.------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------+-----------+
| /test_regexp | 0.000848s |
'------------------------------------------------------------+-----------'
[info] *** Request 7 (7.000/s) [63209] [Sat Nov 2 11:47:53 2013] ***
[debug] Path is "test_regexp"
[debug] "GET" request for "test_regexp" from "127.0.0.1"
[debug] Query Parameters are:
.-------------------------------------+--------------------------------------.
| Parameter | Value |
+-------------------------------------+--------------------------------------+
| member_id | 43 |
| panda_neko | 10 |
| user_id | af |
'-------------------------------------+--------------------------------------'
[debug] Response Code: 200; Content-Type: unknown; Content-Length: 75
[info] Request took 0.00476s (210.084/s)
.------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------+-----------+
| /test_regexp | 0.000960s |
'------------------------------------------------------------+-----------'
[info] *** Request 8 (8.000/s) [63209] [Sat Nov 2 11:47:53 2013] ***
[debug] Path is "test_regexp"
[debug] "GET" request for "test_regexp" from "127.0.0.1"
[debug] Query Parameters are:
.-------------------------------------+--------------------------------------.
| Parameter | Value |
+-------------------------------------+--------------------------------------+
| member_id | 43 |
| panda_neko | 12 |
| user_id | 23 |
'-------------------------------------+--------------------------------------'
[debug] Response Code: 200; Content-Type: unknown; Content-Length: 78
[info] Request took 0.004796s (208.507/s)
.------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------+-----------+
| /test_regexp | 0.001070s |
'------------------------------------------------------------+-----------'
t/03_app.t ........ ok
t/pod-coverage.t .. skipped: set TEST_POD to enable this test
All tests successful.
Files=4, Tests=9, 3 wallclock secs ( 0.05 usr 0.01 sys + 2.43 cusr 0.27 csys = 2.76 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ---- ------------
Catalyst::Runtime 5.7 5.90049_005
Data::FormValidator 0 4.81
Test::More 0 1.001001_001
build_requires:
Module Need Have
------------------- ---- ------------
ExtUtils::MakeMaker 0 6.81_04
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
PATH = /home/cpan/perl5/perlbrew/bin:/home/cpan/perl5/perlbrew/perls/perl-5.18.1/bin:/home/cpan/perl5/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/cpan/bin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 63143
PERL5_CPAN_IS_RUNNING = 63143
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 5489,63143
PERLBREW_MANPATH = /home/cpan/perl5/perlbrew/perls/perl-5.18.1/man
PERLBREW_PATH = /home/cpan/perl5/perlbrew/bin:/home/cpan/perl5/perlbrew/perls/perl-5.18.1/bin
PERLBREW_PERL = perl-5.18.1
PERLBREW_ROOT = /home/cpan/perl5/perlbrew
PERLBREW_SKIP_INIT = 1
PERLBREW_VERSION = 0.66
PERL_CR_SMOKER_CURRENT = Catalyst-Plugin-FormValidator-Lazy-0.05
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
SHELL = /usr/local/bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /usr/home/cpan/perl5/perlbrew/perls/perl-5.18.1/bin/perl5.18.1
$UID/$EUID = 1002 / 1002
$GID = 1002 1002
$EGID = 1002 1002
Perl module toolchain versions installed:
Module Have
------------------- ------------
CPAN 2.03
CPAN::Meta 2.132830
Cwd 3.40
ExtUtils::CBuilder 0.280212
ExtUtils::Command 1.18
ExtUtils::Install 1.59
ExtUtils::MakeMaker 6.81_04
ExtUtils::Manifest 1.63
ExtUtils::ParseXS 3.22
File::Spec 3.40
JSON 2.90
JSON::PP 2.27203
Module::Build 0.4007
Module::Signature n/a
Parse::CPAN::Meta 1.4409
Test::Harness 3.29
Test::More 1.001001_001
YAML 0.84
YAML::Syck 1.27
version 0.9904
--
Summary of my perl5 (revision 5 version 18 subversion 1) configuration:
Platform:
osname=freebsd, osvers=9.1-release-p6, archname=amd64-freebsd
uname='freebsd freebsd90 9.1-release-p6 freebsd 9.1-release-p6 #0: wed aug 21 20:40:52 utc 2013 root@amd64-builder.daemonology.net:usrobjusrsrcsysgeneric amd64 '
config_args='-de -Dprefix=/home/cpan/perl5/perlbrew/perls/perl-5.18.1 -Aeval:scriptdir=/home/cpan/perl5/perlbrew/perls/perl-5.18.1/bin'
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=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
optimize='-O',
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.2.1 20070831 patched [FreeBSD]', 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 ='-Wl,-E -fstack-protector -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib
libs=-lgdbm -lm -lcrypt -lutil -lc
perllibs=-lm -lcrypt -lutil -lc
libc=, 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 -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_PRESERVE_IVUV PERL_SAWAMPERSAND USE_64_BIT_ALL
USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE
USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
Built under freebsd
Compiled at Sep 14 2013 00:36:56
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="63143"
PERL5_CPAN_IS_RUNNING="63143"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="5489,63143"
PERLBREW_MANPATH="/home/cpan/perl5/perlbrew/perls/perl-5.18.1/man"
PERLBREW_PATH="/home/cpan/perl5/perlbrew/bin:/home/cpan/perl5/perlbrew/perls/perl-5.18.1/bin"
PERLBREW_PERL="perl-5.18.1"
PERLBREW_ROOT="/home/cpan/perl5/perlbrew"
PERLBREW_SKIP_INIT="1"
PERLBREW_VERSION="0.66"
PERL_CR_SMOKER_CURRENT="Catalyst-Plugin-FormValidator-Lazy-0.05"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
/home/cpan/perl5/perlbrew/perls/perl-5.18.1/lib/site_perl/5.18.1/amd64-freebsd
/home/cpan/perl5/perlbrew/perls/perl-5.18.1/lib/site_perl/5.18.1
/home/cpan/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/amd64-freebsd
/home/cpan/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1
.