Back
From: metabase:user:e45047bb-6c03-1014-98e0-c05e9855645b
Subject: FAIL Test-WWW-Mechanize-Catalyst-0.45 v5.10.0
Date: 2010-12-01T07:04:33Z
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 Leon Brocard,
This is a computer-generated report for Test-WWW-Mechanize-Catalyst-0.45
on perl 5.10.0, created by CPAN-Reporter-1.1803.
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:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from 'nmake.exe test':
Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
Copyright (C) Microsoft Corporation. All rights reserved.
C:\CPANTesters\Perl5.10.0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
[debug] Debug messages enabled
[debug] Statistics enabled
[debug] Loaded dispatcher "Catalyst::Dispatcher"
[debug] Loaded engine "Catalyst::Engine::CGI"
[debug] Couldn't find home
[warn] Action methods (default, hello, hi, greetings, bonjour, check_auth_basic, die, gzipped) found defined in your application class, Catty. This is deprecated, please move them into a Root controller.
[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.80029
Use of uninitialized value $auth in pattern match (m//) at t/lib/Catty.pm line 60.
Use of uninitialized value in subroutine entry at t/lib/Catty.pm line 61.
[info] *** Request 1 (1.000/s) [1604] [Tue Nov 30 23:04:10 2010] ***
[debug] "GET" request for "check_auth_basic/" from "127.0.0.1"
[debug] Path is "check_auth_basic"
[debug] Response Code: 401; Content-Type: text/html; Content-Length: 105
[info] Request took 0.005135s (194.742/s)
.------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------+-----------+
| /check_auth_basic | 0.000393s |
'------------------------------------------------------------+-----------'
# Failed test 'GET http://localhost/check_auth_basic/'
# at t/auth-test.t line 14.
# 401
# Unauthorized
# Failed test at t/auth-test.t line 16.
# got: '401'
# expected: '200'
Use of uninitialized value $auth in pattern match (m//) at t/lib/Catty.pm line 60.
Use of uninitialized value in subroutine entry at t/lib/Catty.pm line 61.
[info] *** Request 2 (2.000/s) [1604] [Tue Nov 30 23:04:11 2010] ***
[debug] "GET" request for "check_auth_basic/" from "127.0.0.1"
[debug] Path is "check_auth_basic"
[debug] Response Code: 401; Content-Type: text/html; Content-Length: 105
[info] Request took 0.004569s (218.866/s)
.------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------+-----------+
| /check_auth_basic | 0.000365s |
'------------------------------------------------------------+-----------'
# Looks like you failed 2 tests of 5.
t/auth-test.t ...........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/5 subtests
[debug] Debug messages enabled
[debug] Statistics enabled
[debug] Loaded plugins:
.----------------------------------------------------------------------------.
| Catalyst::Plugin::Session 0.31 |
| Catalyst::Plugin::Session::State::Cookie 0.17 |
| Catalyst::Plugin::Session::Store::Dummy |
'----------------------------------------------------------------------------'
[debug] Loaded dispatcher "Catalyst::Dispatcher"
[debug] Loaded engine "Catalyst::Engine::CGI"
[debug] Couldn't find home
[warn] Action methods (auto, default) found defined in your application class, CattySession. This is deprecated, please move them into a Root controller.
[debug] Loaded Private actions:
.----------------------+--------------------------------------+--------------.
| Private | Class | Method |
+----------------------+--------------------------------------+--------------+
| /auto | CattySession | auto |
| /default | CattySession | default |
'----------------------+--------------------------------------+--------------'
[info] CattySession powered by Catalyst 5.80029
Use of uninitialized value $scheme in pattern match (m//) at C:/CPANTE~1/PERL51~1.0/site/lib/HTTP/Cookies.pm line 44.
[info] *** Request 1 (1.000/s) [3308] [Tue Nov 30 23:04:13 2010] ***
[debug] "GET" request for "/" from "127.0.0.1"
[debug] Created session "96588ac2d2d34daffd02407b3a3c378f9b6ae8cb"
[debug] Response Code: 200; Content-Type: text/html; Content-Length: 114
[info] Request took 0.075174s (13.302/s)
.------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------+-----------+
| /auto | 0.008188s |
| /default | 0.000268s |
'------------------------------------------------------------+-----------'
t/cookies.t ............. ok
# ###################################################################
# 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).
# ###################################################################
[warn] Action methods (default) found defined in your application class, ExternalCatty. This is deprecated, please move them into a Root controller.
t/multi_content_type.t ..
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/6 subtests
t/pod.t ................. ok
t/pod_coverage.t ........ ok
[debug] Debug messages enabled
[debug] Statistics enabled
[debug] Loaded dispatcher "Catalyst::Dispatcher"
[debug] Loaded engine "Catalyst::Engine::CGI"
[debug] Couldn't find home
[warn] Action methods (default, hello, hi, greetings, bonjour, check_auth_basic, die, gzipped) found defined in your application class, Catty. This is deprecated, please move them into a Root controller.
[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.80029
[info] *** Request 1 (1.000/s) [544] [Tue Nov 30 23:04:21 2010] ***
[debug] "GET" request for "hi" from "127.0.0.1"
[debug] Path is "hi"
[debug] Redirecting to "http://localhost/hello"
[debug] Response Code: 302; Content-Type: unknown; Content-Length: 95
[info] Request took 0.059804s (16.721/s)
.------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------+-----------+
| /hi | 0.000302s |
'------------------------------------------------------------+-----------'
[info] *** Request 2 (2.000/s) [544] [Tue Nov 30 23:04:21 2010] ***
[debug] "GET" request for "hello" from "127.0.0.1"
[debug] Path is "hello"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 107
[info] Request took 0.003810s (262.467/s)
.------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------+-----------+
| /hello | 0.000269s |
'------------------------------------------------------------+-----------'
[info] *** Request 3 (3.000/s) [544] [Tue Nov 30 23:04:21 2010] ***
[debug] "GET" request for "greetings" from "127.0.0.1"
[debug] Path is "greetings"
[debug] Redirecting to "hello"
[debug] Response Code: 302; Content-Type: unknown; Content-Length: 78
[info] Request took 0.024674s (40.528/s)
.------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------+-----------+
| /greetings | 0.000333s |
'------------------------------------------------------------+-----------'
[info] *** Request 4 (4.000/s) [544] [Tue Nov 30 23:04:21 2010] ***
[debug] "GET" request for "hello" from "127.0.0.1"
[debug] Path is "hello"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 107
[info] Request took 0.003767s (265.463/s)
.------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------+-----------+
| /hello | 0.000309s |
'------------------------------------------------------------+-----------'
[info] *** Request 5 (5.000/s) [544] [Tue Nov 30 23:04:21 2010] ***
[debug] "GET" request for "bonjour" from "127.0.0.1"
[debug] Path is "bonjour"
[debug] Redirecting to "http://localhost/hi"
[debug] Response Code: 302; Content-Type: unknown; Content-Length: 92
[info] Request took 0.003875s (258.065/s)
.------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------+-----------+
| /bonjour | 0.000284s |
'------------------------------------------------------------+-----------'
[info] *** Request 6 (6.000/s) [544] [Tue Nov 30 23:04:21 2010] ***
[debug] "GET" request for "hi" from "127.0.0.1"
[debug] Path is "hi"
[debug] Redirecting to "http://localhost/hello"
[debug] Response Code: 302; Content-Type: unknown; Content-Length: 95
[info] Request took 0.003987s (250.815/s)
.------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------+-----------+
| /hi | 0.000277s |
'------------------------------------------------------------+-----------'
[info] *** Request 7 (7.000/s) [544] [Tue Nov 30 23:04:21 2010] ***
[debug] "GET" request for "hello" from "127.0.0.1"
[debug] Path is "hello"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 107
[info] Request took 0.003766s (265.534/s)
.------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------+-----------+
| /hello | 0.000265s |
'------------------------------------------------------------+-----------'
t/redirect.t ............ ok
[debug] Debug messages enabled
[debug] Statistics enabled
[debug] Loaded dispatcher "Catalyst::Dispatcher"
[debug] Loaded engine "Catalyst::Engine::CGI"
[debug] Couldn't find home
[warn] Action methods (default, hello, hi, greetings, bonjour, check_auth_basic, die, gzipped) found defined in your application class, Catty. This is deprecated, please move them into a Root controller.
[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.80029
[info] *** Request 1 (1.000/s) [1320] [Tue Nov 30 23:04:24 2010] ***
[debug] "GET" request for "/" from "127.0.0.1"
[debug] Response Code: 200; Content-Type: text/html; Content-Length: 114
[info] Request took 0.013528s (73.921/s)
.------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------+-----------+
| /default | 0.000330s |
'------------------------------------------------------------+-----------'
[info] *** Request 2 (2.000/s) [1320] [Tue Nov 30 23:04:24 2010] ***
[debug] "GET" request for "hello/" from "127.0.0.1"
[debug] Path is "hello"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 107
[info] Request took 0.003781s (264.480/s)
.------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------+-----------+
| /hello | 0.000267s |
'------------------------------------------------------------+-----------'
Wide character in print at C:/CPANTE~1/PERL51~1.0/site/lib/Test/Builder.pm line 1753.
[info] *** Request 3 (3.000/s) [1320] [Tue Nov 30 23:04:24 2010] ***
[debug] "GET" request for "/" from "127.0.0.1"
[debug] Response Code: 200; Content-Type: text/html; Content-Length: 114
[info] Request took 0.003910s (255.754/s)
.------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------+-----------+
| /default | 0.000280s |
'------------------------------------------------------------+-----------'
[info] *** Request 4 (4.000/s) [1320] [Tue Nov 30 23:04:24 2010] ***
[debug] "GET" request for "/" from "127.0.0.1"
[debug] Response Code: 200; Content-Type: text/html; Content-Length: 114
[info] Request took 0.003919s (255.167/s)
.------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------+-----------+
| /default | 0.000274s |
'------------------------------------------------------------+-----------'
[info] *** Request 5 (5.000/s) [1320] [Tue Nov 30 23:04:24 2010] ***
[debug] "GET" request for "hello/" from "127.0.0.1"
[debug] Path is "hello"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 107
[info] Request took 0.003711s (269.469/s)
.------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------+-----------+
| /hello | 0.000268s |
'------------------------------------------------------------+-----------'
Wide character in print at C:/CPANTE~1/PERL51~1.0/site/lib/Test/Builder.pm line 1753.
[info] *** Request 6 (6.000/s) [1320] [Tue Nov 30 23:04:24 2010] ***
[debug] "GET" request for "gzipped/" from "127.0.0.1"
[debug] Path is "gzipped"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 105
[info] Request took 0.006139s (162.893/s)
.------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------+-----------+
| /gzipped | 0.002437s |
'------------------------------------------------------------+-----------'
Wide character in print at C:/CPANTE~1/PERL51~1.0/site/lib/Test/Builder.pm line 1753.
[info] *** Request 7 (7.000/s) [1320] [Tue Nov 30 23:04:24 2010] ***
[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."
[debug] Response Code: 500; Content-Type: text/html; charset=utf-8; Content-Length: 6071
[info] Request took 0.049911s (20.036/s)
.------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------+-----------+
| /die | 0.000281s |
'------------------------------------------------------------+-----------'
# Catalyst error screen: Caught exception in Catty->die "erk! at t/lib/Catty.pm line 82."
Use of uninitialized value $str in concatenation (.) or string at C:/CPANTE~1/PERL51~1.0/site/lib/Test/WWW/Mechanize.pm line 515.
[info] *** Request 8 (8.000/s) [1320] [Tue Nov 30 23:04:24 2010] ***
[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."
[debug] Response Code: 500; Content-Type: text/html; charset=utf-8; Content-Length: 6071
[info] Request took 0.008709s (114.824/s)
.------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------+-----------+
| /die | 0.000274s |
'------------------------------------------------------------+-----------'
# Catalyst error screen: Caught exception in Catty->die "erk! at t/lib/Catty.pm line 82."
Use of uninitialized value $str in concatenation (.) or string at C:/CPANTE~1/PERL51~1.0/site/lib/Test/WWW/Mechanize.pm line 515.
[info] *** Request 9 (4.500/s) [1320] [Tue Nov 30 23:04:25 2010] ***
[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."
[debug] Response Code: 500; Content-Type: text/html; charset=utf-8; Content-Length: 6071
[info] Request took 0.008846s (113.045/s)
.------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------+-----------+
| /die | 0.000274s |
'------------------------------------------------------------+-----------'
t/simple.t .............. ok
Test Summary Report
-------------------
t/auth-test.t (Wstat: 512 Tests: 5 Failed: 2)
Failed tests: 1, 3
Non-zero exit status: 2
t/multi_content_type.t (Wstat: 1280 Tests: 1 Failed: 0)
Non-zero exit status: 5
Parse errors: Bad plan. You planned 6 tests but ran 1.
Files=7, Tests=77, 17 wallclock secs ( 0.07 usr + 0.03 sys = 0.10 CPU)
Result: FAIL
Failed 2/7 test programs. 2/77 subtests failed.
NMAKE : fatal error U1077: 'C:\CPANTesters\Perl5.10.0\bin\perl.exe' : return code '0xff'
Stop.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
---------------------------------------- ----- -------
Catalyst 5.00 5.80029
Catalyst::Plugin::Session::State::Cookie 0 0.17
Catalyst::Plugin::Session::Store::Dummy 0 0
LWP 5.816 5.837
Test::Exception 0 0.31
Test::More 0 0.96
Test::WWW::Mechanize 1.14 1.30
WWW::Mechanize 1.50 1.66
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
COMSPEC = C:\WINDOWS\system32\cmd.exe
INCLUDE = C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE;C:\Program Files\Microsoft SDKs\Windows\v7.1\INCLUDE;C:\Program Files\Microsoft SDKs\Windows\v7.1\INCLUDE\gl;C:\work\bin\db-5.1.19\build_windows;C:\CPANTesters\archives\zlatkovic\iconv-1.9.2.win32\include;C:\CPANTesters\archives\tidy-060405\include;C:\work\include;C:\CPANTesters\bin\xampp\apache\include
LIB = C:\Program Files\Microsoft Visual Studio 10.0\VC\Lib;C:\Program Files\Microsoft SDKs\Windows\v7.1\Lib;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\Microsoft.NET\Framework\v3.5;C:\work\bin\db-5.1.19\build_windows\Win32\Debug;C:\CPANTesters\archives\zlatkovic\iconv-1.9.2.win32\lib;C:\CPANTesters\archives\tidy-060405\lib;C:\work\lib;C:\CPANTesters\bin\xampp\apache\lib
NUMBER_OF_PROCESSORS = 1
PATH = C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;C:\WINDOWS\Microsoft.NET\Framework\v3.5;C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE;C:\Program Files\Microsoft Visual Studio 10.0\Common7\Tools;C:\Program Files\Microsoft Visual Studio 10.0\VC\Bin;C:\Program Files\Microsoft Visual Studio 10.0\VC\Bin\VCPackages;C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\NETFX 4.0 Tools;C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files\ImageMagick-6.6.0-Q16;C:\work\bin\db-5.1.19\build_windows\Win32\Debug;C:\CPANTesters\Perl5.10.0\site\bin;C:\CPANTesters\Perl5.10.0\bin;C:\oracle\product\10.2.0\client_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\jEdit;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files\Windows Imaging\;C:\Program Files\Support Tools;C:\CPANTesters\archives\zlatkovic\iconv-1.9.2.win32\bin;C:\CPANTesters\archives\tidy-060405\bin;c:\work\bin;C:\WINDOWS\system32\WindowsPowerShell\v1.0;;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\CPANTesters\bin\xampp\apache\bin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 1348
PERL5_CPAN_IS_RUNNING = 1348
PROCESSOR_IDENTIFIER = x86 Family 6 Model 13 Stepping 6, GenuineIntel
TEMP = C:\DOCUME~1\lsusanto\LOCALS~1\Temp
TERM = dumb
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = C:\CPANTesters\Perl5.10.0\bin\perl.exe
$UID/$EUID = 0 / 0
$GID = 0
$EGID = 0
Win32::GetOSName = WinXP/.Net
Win32::GetOSVersion = Service Pack 3, 5, 1, 2600, 2, 3, 0, 256, 1
Win32::FsType = NTFS
Win32::IsAdminUser = 1
Perl module toolchain versions installed:
Module Have
------------------- ------
CPAN 1.9402
Cwd 3.31
ExtUtils::CBuilder 0.2703
ExtUtils::Command 1.16
ExtUtils::Install 1.54
ExtUtils::MakeMaker 6.56
ExtUtils::Manifest 1.58
ExtUtils::ParseXS 2.2206
File::Spec 3.31
Module::Build 0.3607
Module::Signature 0.66
Test::Harness 3.22
Test::More 0.96
YAML 0.72
YAML::Syck 1.17
version 0.85
--
Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
Platform:
osname=MSWin32, osvers=5.00, archname=MSWin32-x86-multi-thread
uname=''
config_args='undef'
hint=recommended, useposix=true, d_sigaction=undef
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cl', ccflags ='-nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX',
optimize='-MD -Zi -DNDEBUG -O1',
cppflags='-DWIN32'
ccversion='16.0.30319', gccversion='', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=10
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='__int64', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='link', ldflags ='-nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\CPANTesters\Perl5.10.0\lib\CORE" -machine:x86'
libpth=\lib
libs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib msvcrt.lib
perllibs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib msvcrt.lib
libc=msvcrt.lib, so=dll, useshrplib=true, libperl=perl510.lib
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-dll -nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\CPANTesters\Perl5.10.0\lib\CORE" -machine:x86'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
PERL_MALLOC_WRAP PL_OP_SLAB_ALLOC USE_ITHREADS
USE_LARGE_FILES USE_PERLIO USE_SITECUSTOMIZE
Locally applied patches:
ActivePerl Build 1003 [285500]
33741 avoids segfaults invoking S_raise_signal() (on Linux)
33763 Win32 process ids can have more than 16 bits
32809 Load 'loadable object' with non-default file extension
32728 64-bit fix for Time::Local
Built under MSWin32
Compiled at May 13 2008 16:52:49
%ENV:
PERL5_CPANPLUS_IS_RUNNING="1348"
PERL5_CPAN_IS_RUNNING="1348"
@INC:
C:/CPANTesters/Perl5.10.0/site/lib
C:/CPANTesters/Perl5.10.0/lib
.