This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible.  See
http://testers.cpan.org/

Please cc any replies to [email protected] to keep other
test volunteers informed and to prevent any duplicate effort.

--
Dear Leon Brocard,
    
This is a computer-generated report for Test-WWW-Mechanize-Catalyst-0.41
on perl-5.8.8, created automatically by CPAN-Reporter-1.02 
and sent to the CPAN Testers mailing list.  

If you have received this email directly, it is because the person testing 
your distribution chose to send a copy to your CPAN email address; there 
may be a delay before the official report is received and processed 
by CPAN Testers.

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: 

[none provided]

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/bin/make test':

PERL_DL_NONLAZY=1 /opt/local/bin/perl "-MExtUtils::Command::MM" "-e" 
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/auth-test...............[debug] Debug messages enabled
[debug] Loaded dispatcher "Catalyst::Dispatcher"
[debug] Loaded engine "Catalyst::Engine::CGI"
[debug] Couldn't find home
[debug] Loaded Private actions:
.----------------------+--------------------------------------+--------------.
| Private              | Class                                | Method       |
+----------------------+--------------------------------------+--------------+
| /hi                  | Catty                                | hi           |
| /gzipped             | Catty                                | gzipped      |
| /default             | Catty                                | default      |
| /die                 | Catty                                | die          |
| /greetings           | Catty                                | greetings    |
| /hello               | Catty                                | hello        |
| /bonjour             | Catty                                | bonjour      |
| /check_auth_basic    | Catty                                | check_auth_- |
|                      |                                      | basic        |
'----------------------+--------------------------------------+--------------'

[debug] Loaded Path actions:
.-------------------------------------+--------------------------------------.
| Path                                | Private                              |
+-------------------------------------+--------------------------------------+
| /bonjour                            | /bonjour                             |
| /check_auth_basic                   | /check_auth_basic                    |
| /die                                | /die                                 |
| /greetings                          | /greetings                           |
| /gzipped                            | /gzipped                             |
| /hello                              | /hello                               |
| /hi                                 | /hi                                  |
'-------------------------------------+--------------------------------------'

[info] Catty powered by Catalyst 5.7011
[info] *** Request 1 (1.000/s) [16465] [Mon Oct 22 14:50:08 2007] ***
[debug] "GET" request for "check_auth_basic/" from "127.0.0.1"
[debug] Path is "check_auth_basic"
[info] Request took 0.006647s (150.444/s)
.----------------------------------------------------------------+-----------.
| Action                                                         | Time      |
+----------------------------------------------------------------+-----------+
| /check_auth_basic                                              | 0.000162s |
'----------------------------------------------------------------+-----------'

[info] *** Request 2 (2.000/s) [16465] [Mon Oct 22 14:50:08 2007] ***
[debug] "GET" request for "check_auth_basic/" from "127.0.0.1"
[debug] Path is "check_auth_basic"
[info] Request took 0.010739s (93.119/s)
.----------------------------------------------------------------+-----------.
| Action                                                         | Time      |
+----------------------------------------------------------------+-----------+
| /check_auth_basic                                              | 0.000087s |
'----------------------------------------------------------------+-----------'

ok
t/multi_content_type......# 
###################################################################
# Starting an external Catalyst HTTP server on port 7357
# To change the port, please set the TWMC_TEST_PORT env variable.
# (The server will be automatically shut-down right after the tests).
# ###################################################################
Use of uninitialized value in pattern match (m//) at 
/opt/local/lib/perl5/site_perl/5.8.8/HTTP/Cookies.pm line 45.
ok
t/pod.....................ok
t/pod_coverage............ok
t/redirect................[debug] Debug messages enabled
[debug] Loaded dispatcher "Catalyst::Dispatcher"
[debug] Loaded engine "Catalyst::Engine::CGI"
[debug] Couldn't find home
[debug] Loaded Private actions:
.----------------------+--------------------------------------+--------------.
| Private              | Class                                | Method       |
+----------------------+--------------------------------------+--------------+
| /hi                  | Catty                                | hi           |
| /gzipped             | Catty                                | gzipped      |
| /default             | Catty                                | default      |
| /die                 | Catty                                | die          |
| /greetings           | Catty                                | greetings    |
| /hello               | Catty                                | hello        |
| /bonjour             | Catty                                | bonjour      |
| /check_auth_basic    | Catty                                | check_auth_- |
|                      |                                      | basic        |
'----------------------+--------------------------------------+--------------'

[debug] Loaded Path actions:
.-------------------------------------+--------------------------------------.
| Path                                | Private                              |
+-------------------------------------+--------------------------------------+
| /bonjour                            | /bonjour                             |
| /check_auth_basic                   | /check_auth_basic                    |
| /die                                | /die                                 |
| /greetings                          | /greetings                           |
| /gzipped                            | /gzipped                             |
| /hello                              | /hello                               |
| /hi                                 | /hi                                  |
'-------------------------------------+--------------------------------------'

[info] Catty powered by Catalyst 5.7011
[info] *** Request 1 (1.000/s) [16862] [Mon Oct 22 14:50:10 2007] ***
[debug] "GET" request for "hi" from "127.0.0.1"
[debug] Path is "hi"
[debug] Redirecting to "http://localhost/hello";
[info] Request took 0.006934s (144.217/s)
.----------------------------------------------------------------+-----------.
| Action                                                         | Time      |
+----------------------------------------------------------------+-----------+
| /hi                                                            | 0.000125s |
'----------------------------------------------------------------+-----------'

[info] *** Request 2 (2.000/s) [16862] [Mon Oct 22 14:50:10 2007] ***
[debug] "GET" request for "hello" from "127.0.0.1"
[debug] Path is "hello"
[info] Request took 0.003433s (291.290/s)
.----------------------------------------------------------------+-----------.
| Action                                                         | Time      |
+----------------------------------------------------------------+-----------+
| /hello                                                         | 0.000096s |
'----------------------------------------------------------------+-----------'

[info] *** Request 3 (3.000/s) [16862] [Mon Oct 22 14:50:10 2007] ***
[debug] "GET" request for "greetings" from "127.0.0.1"
[debug] Path is "greetings"
[debug] Redirecting to "hello"
[info] Request took 0.003394s (294.638/s)
.----------------------------------------------------------------+-----------.
| Action                                                         | Time      |
+----------------------------------------------------------------+-----------+
| /greetings                                                     | 0.000046s |
'----------------------------------------------------------------+-----------'

[info] *** Request 4 (4.000/s) [16862] [Mon Oct 22 14:50:10 2007] ***
[debug] "GET" request for "hello" from "127.0.0.1"
[debug] Path is "hello"
[info] Request took 0.004757s (210.217/s)
.----------------------------------------------------------------+-----------.
| Action                                                         | Time      |
+----------------------------------------------------------------+-----------+
| /hello                                                         | 0.000063s |
'----------------------------------------------------------------+-----------'

[info] *** Request 5 (5.000/s) [16862] [Mon Oct 22 14:50:10 2007] ***
[debug] "GET" request for "bonjour" from "127.0.0.1"
[debug] Path is "bonjour"
[debug] Redirecting to "http://localhost/hi";
[info] Request took 0.00364s (274.725/s)
.----------------------------------------------------------------+-----------.
| Action                                                         | Time      |
+----------------------------------------------------------------+-----------+
| /bonjour                                                       | 0.000080s |
'----------------------------------------------------------------+-----------'

[info] *** Request 6 (6.000/s) [16862] [Mon Oct 22 14:50:10 2007] ***
[debug] "GET" request for "hi" from "127.0.0.1"
[debug] Path is "hi"
[debug] Redirecting to "http://localhost/hello";
[info] Request took 0.003395s (294.551/s)
.----------------------------------------------------------------+-----------.
| Action                                                         | Time      |
+----------------------------------------------------------------+-----------+
| /hi                                                            | 0.000075s |
'----------------------------------------------------------------+-----------'

[info] *** Request 7 (7.000/s) [16862] [Mon Oct 22 14:50:10 2007] ***
[debug] "GET" request for "hello" from "127.0.0.1"
[debug] Path is "hello"
[info] Request took 0.00878s (113.895/s)
.----------------------------------------------------------------+-----------.
| Action                                                         | Time      |
+----------------------------------------------------------------+-----------+
| /hello                                                         | 0.000057s |
'----------------------------------------------------------------+-----------'

ok
t/simple..................[debug] Debug messages enabled
[debug] Loaded dispatcher "Catalyst::Dispatcher"
[debug] Loaded engine "Catalyst::Engine::CGI"
[debug] Couldn't find home
[debug] Loaded Private actions:
.----------------------+--------------------------------------+--------------.
| Private              | Class                                | Method       |
+----------------------+--------------------------------------+--------------+
| /hi                  | Catty                                | hi           |
| /gzipped             | Catty                                | gzipped      |
| /default             | Catty                                | default      |
| /die                 | Catty                                | die          |
| /greetings           | Catty                                | greetings    |
| /hello               | Catty                                | hello        |
| /bonjour             | Catty                                | bonjour      |
| /check_auth_basic    | Catty                                | check_auth_- |
|                      |                                      | basic        |
'----------------------+--------------------------------------+--------------'

[debug] Loaded Path actions:
.-------------------------------------+--------------------------------------.
| Path                                | Private                              |
+-------------------------------------+--------------------------------------+
| /bonjour                            | /bonjour                             |
| /check_auth_basic                   | /check_auth_basic                    |
| /die                                | /die                                 |
| /greetings                          | /greetings                           |
| /gzipped                            | /gzipped                             |
| /hello                              | /hello                               |
| /hi                                 | /hi                                  |
'-------------------------------------+--------------------------------------'

[info] Catty powered by Catalyst 5.7011
[info] *** Request 1 (1.000/s) [17060] [Mon Oct 22 14:50:11 2007] ***
[debug] "GET" request for "/" from "127.0.0.1"
[info] Request took 0.012236s (81.726/s)
.----------------------------------------------------------------+-----------.
| Action                                                         | Time      |
+----------------------------------------------------------------+-----------+
| /default                                                       | 0.000090s |
'----------------------------------------------------------------+-----------'

[info] *** Request 2 (2.000/s) [17060] [Mon Oct 22 14:50:11 2007] ***
[debug] "GET" request for "hello/" from "127.0.0.1"
[debug] Path is "hello"
[info] Request took 0.003258s (306.937/s)
.----------------------------------------------------------------+-----------.
| Action                                                         | Time      |
+----------------------------------------------------------------+-----------+
| /hello                                                         | 0.000065s |
'----------------------------------------------------------------+-----------'

[info] *** Request 3 (3.000/s) [17060] [Mon Oct 22 14:50:11 2007] ***
[debug] "GET" request for "/" from "127.0.0.1"
[info] Request took 0.003176s (314.861/s)
.----------------------------------------------------------------+-----------.
| Action                                                         | Time      |
+----------------------------------------------------------------+-----------+
| /default                                                       | 0.000076s |
'----------------------------------------------------------------+-----------'

[info] *** Request 4 (4.000/s) [17060] [Mon Oct 22 14:50:11 2007] ***
[debug] "GET" request for "/" from "127.0.0.1"
[info] Request took 0.003017s (331.455/s)
.----------------------------------------------------------------+-----------.
| Action                                                         | Time      |
+----------------------------------------------------------------+-----------+
| /default                                                       | 0.000056s |
'----------------------------------------------------------------+-----------'

[info] *** Request 5 (5.000/s) [17060] [Mon Oct 22 14:50:11 2007] ***
[debug] "GET" request for "hello/" from "127.0.0.1"
[debug] Path is "hello"
[info] Request took 0.010643s (93.958/s)
.----------------------------------------------------------------+-----------.
| Action                                                         | Time      |
+----------------------------------------------------------------+-----------+
| /hello                                                         | 0.000077s |
'----------------------------------------------------------------+-----------'

[info] *** Request 6 (6.000/s) [17060] [Mon Oct 22 14:50:11 2007] ***
[debug] "GET" request for "gzipped/" from "127.0.0.1"
[debug] Path is "gzipped"
[info] Request took 0.02697s (37.078/s)
.----------------------------------------------------------------+-----------.
| Action                                                         | Time      |
+----------------------------------------------------------------+-----------+
| /gzipped                                                       | 0.022985s |
'----------------------------------------------------------------+-----------'

[info] *** Request 7 (7.000/s) [17060] [Mon Oct 22 14:50:11 2007] ***
[debug] "GET" request for "die/" from "127.0.0.1"
[debug] Path is "die"
[error] Caught exception in Catty->die "erk! at t/lib/Catty.pm line 82."
[info] Request took 0.00777s (128.700/s)
.----------------------------------------------------------------+-----------.
| Action                                                         | Time      |
+----------------------------------------------------------------+-----------+
| /die                                                           | 0.000077s |
'----------------------------------------------------------------+-----------'

# Catalyst error screen: Caught exception in Catty->die "erk! at t/lib/Catty.pm 
line 82."
[info] *** Request 8 (8.000/s) [17060] [Mon Oct 22 14:50:11 2007] ***
[debug] "GET" request for "die/" from "127.0.0.1"
[debug] Path is "die"
[error] Caught exception in Catty->die "erk! at t/lib/Catty.pm line 82."
[info] Request took 0.007413s (134.898/s)
.----------------------------------------------------------------+-----------.
| Action                                                         | Time      |
+----------------------------------------------------------------+-----------+
| /die                                                           | 0.000066s |
'----------------------------------------------------------------+-----------'

# Catalyst error screen: Caught exception in Catty->die "erk! at t/lib/Catty.pm 
line 82."
[info] *** Request 9 (9.000/s) [17060] [Mon Oct 22 14:50:11 2007] ***
[debug] "GET" request for "die/" from "127.0.0.1"
[debug] Path is "die"
[error] Caught exception in Catty->die "erk! at t/lib/Catty.pm line 82."
[info] Request took 0.005194s (192.530/s)
.----------------------------------------------------------------+-----------.
| Action                                                         | Time      |
+----------------------------------------------------------------+-----------+
| /die                                                           | 0.000059s |
'----------------------------------------------------------------+-----------'

ok
All tests successful.
Files=6, Tests=79,  3 wallclock secs ( 0.04 usr  0.03 sys +  1.64 cusr  0.49 
csys =  2.20 CPU)
Result: PASS

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

Prerequisite modules loaded:

requires:

    Module               Need Have  
    -------------------- ---- ------
    Catalyst             5.00 5.7011
    Test::More           0    0.72  
    Test::WWW::Mechanize 1.14 1.14  
    WWW::Mechanize       1.30 1.30  

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

Environment variables:

    LC_CTYPE = en_US.UTF-8
    PATH = 
/Users/andy/bin:/usr/local/apache2/bin:/usr/local/apache2/php/bin:/opt/local/bin:/usr/local/bin:/usr/local/mysql/bin:/bin:/sbin:/usr/bin:/usr/sbin
    PERL5LIB = 
/Users/andy/.cpan/build/Catalyst-Plugin-Session-State-Cookie-0.09-NuJeGL/blib/arch:/Users/andy/.cpan/build/Catalyst-Plugin-Session-State-Cookie-0.09-NuJeGL/blib/lib
    PERL5_CPANPLUS_IS_RUNNING = 756
    PERL5_CPAN_IS_RUNNING = 756
    SHELL = /bin/bash
    TERM = xterm-color

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

    $^X = /opt/local/bin/perl
    $UID/$EUID = 501 / 501
    $GID = 501 80 79 81 501
    $EGID = 501 80 79 81 501

Perl module toolchain versions installed:

    Module              Have   
    ------------------- -------
    CPAN                1.9203 
    Cwd                 3.25   
    ExtUtils::CBuilder  0.19   
    ExtUtils::Command   1.13   
    ExtUtils::Install   1.44   
    ExtUtils::MakeMaker 6.36   
    ExtUtils::Manifest  1.51   
    ExtUtils::ParseXS   2.18   
    File::Spec          3.12   
    Module::Build       0.2808 
    Module::Signature   0.55   
    Test::Harness       2.99_05
    Test::More          0.72   
    YAML                0.66   
    YAML::Syck          0.98   
    version             0.73   


--

Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=darwin, osvers=8.10.1, archname=darwin-2level
    uname='darwin kumina.local 8.10.1 darwin kernel version 8.10.1: wed may 23 
16:33:00 pdt 2007; root:xnu-792.22.5~1release_i386 i386 i386 '
    config_args='-des -Dprefix=/opt/local -Dccflags=-I'/opt/local/include' 
-Dldflags=-L/opt/local/lib -Dvendorprefix=/opt/local -Dcc=/usr/bin/gcc-4.0'
    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=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='/usr/bin/gcc-4.0', ccflags ='-I/opt/local/include -fno-common 
-DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe 
-Wdeclaration-after-statement -I/opt/local/include',
    optimize='-O3',
    cppflags='-no-cpp-precomp -I/opt/local/include -fno-common -DPERL_DARWIN 
-no-cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after-statement 
-I/opt/local/include'
    ccversion='', gccversion='4.0.1 (Apple Computer, Inc. build 5367)', 
gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags ='-L/opt/local/lib'
    libpth=/opt/local/lib /usr/lib
    libs=-lgdbm -ldbm -ldl -lm -lc
    perllibs=-ldl -lm -lc
    libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags='-L/opt/local/lib -bundle -undefined 
dynamic_lookup'

Reply via email to