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/
--
Dear Makamaka Hannyaharamitu,
This is a computer-generated report for JSON-1.15
on perl
5.8.8, created by CPAN-Reporter-1.1404.
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://cpantest.grango.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 /
usr/bin/perl5.8.8 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-pod...............ok
t/01-use...............Can't locate object method "new" via package "JSON::Parser" (perhaps you forgot to load "JSON::Parser"?) at t/01-use.t line 16.
# Looks like you planned 6 tests but only ran 1.
# Looks like your test died just after 1.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 5/6 subtests
t/02-base..............Bareword "JSON::True" not allowed while "strict subs" in use at t/02-base.t line 114.
Bareword "JSON::False" not allowed while "strict subs" in use at t/02-base.t line 114.
Bareword "JSON::Null" not allowed while "strict subs" in use at t/02-base.t line 114.
Execution of t/02-base.t aborted due to compilation errors.
# Looks like your test died before it could output anything.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 60/60 subtests
t/03-circleref.........'objToJson' will be obsoleted. Please use 'to_json' instead. at (eval 6) line 1
# Failed test at t/03-circleref.t line 14.
# 'json text or perl structure exceeds maximum nesting level (max_depth set too low?) at /home/daxim/.cpan/build/JSON-2.09-qlsfct/blib/lib/JSON.pm line 140.
# '
# doesn't match '(?-xism:circle ref)'
'objToJson' will be obsoleted. Please use 'to_json' instead. at (eval 10) line 1
'objToJson' will be obsoleted. Please use 'to_json' instead. at (eval 12) line 1
# Failed test at t/03-circleref.t line 29.
# 'json text or perl structure exceeds maximum nesting level (max_depth set too low?) at /home/daxim/.cpan/build/JSON-2.09-qlsfct/blib/lib/JSON.pm line 140.
# '
# doesn't match '(?-xism:circle ref)'
'objToJson' will be obsoleted. Please use 'to_json' instead. at (eval 14) line 1
# Failed test at t/03-circleref.t line 38.
# 'json text or perl structure exceeds maximum nesting level (max_depth set too low?) at /home/daxim/.cpan/build/JSON-2.09-qlsfct/blib/lib/JSON.pm line 140.
# '
# doesn't match '(?-xism:circle ref)'
# Looks like you failed 3 tests of 4.
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/4 subtests
t/04-autoconv..........Undefined subroutine &JSON::Number called at t/04-autoconv.t line 9.
# Looks like your test died before it could output anything.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 12/12 subtests
t/05-esc...............'objToJson' will be obsoleted. Please use 'to_json' instead. at t/05-esc.t line 15
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/05-esc.t line 19
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/05-esc.t line 23
'jsonToObj' will be obsoleted. Please use 'from_json' instead. at t/05-esc.t line 25
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/05-esc.t line 29
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/05-esc.t line 33
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/05-esc.t line 37
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/05-esc.t line 41
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/05-esc.t line 45
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/05-esc.t line 49
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/05-esc.t line 53
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/05-esc.t line 57
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/05-esc.t line 61
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/05-esc.t line 65
'jsonToObj' will be obsoleted. Please use 'from_json' instead. at t/05-esc.t line 69
'jsonToObj' will be obsoleted. Please use 'from_json' instead. at t/05-esc.t line 72
'jsonToObj' will be obsoleted. Please use 'from_json' instead. at t/05-esc.t line 75
ok
t/06-comment...........'jsonToObj' will be obsoleted. Please use 'from_json' instead. at t/06-comment.t line 10
malformed JSON string, neither array, object, number, string or atom, at character offset 0 ["/* test */ []"] at /home/daxim/.cpan/build/JSON-2.09-qlsfct/blib/lib/JSON.pm line 154.
# Looks like your test died before it could output anything.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 11/11 subtests
t/07-extra_number......'jsonToObj' will be obsoleted. Please use 'from_json' instead. at t/07-extra_number.t line 11
, or } expected while parsing object/hash, at character offset 8 ["x00}"] at /home/daxim/.cpan/build/JSON-2.09-qlsfct/blib/lib/JSON.pm line 154.
# Looks like your test died before it could output anything.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 28/28 subtests
t/08-pretty............Name "JSON::Pretty" used only once: possible typo at t/08-pretty.t line 136.
Name "JSON::Indent" used only once: possible typo at t/08-pretty.t line 151.
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/08-pretty.t line 12
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/08-pretty.t line 16
# Failed test at t/08-pretty.t line 17.
# got: '[
# 10,
# "hoge",
# {
# "foo" : "bar"
# }
# ]'
# expected: '[
# 10,
# "hoge",
# {
# "foo" : "bar"
# }
# ]'
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/08-pretty.t line 26
# Failed test 'indent => 1'
# at t/08-pretty.t line 27.
# got: '[
# 10,
# "hoge",
# {
# "foo" : "bar"
# }
# ]'
# expected: '[
# 10,
# "hoge",
# {
# "foo" : "bar"
# }
# ]'
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/08-pretty.t line 36
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/08-pretty.t line 41
# Failed test at t/08-pretty.t line 42.
# got: '{
# "foo" : [
# {
# "a" : "b"
# },
# 0,
# 1,
# 2
# ]
# }'
# expected: '{
# "foo" : [
# {
# "a" : "b"
# },
# 0,
# 1,
# 2
# ]
# }'
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/08-pretty.t line 54
'objToJson' will be obsoleted. Please use 'encode' instead. at t/08-pretty.t line 60
'objToJson' will be obsoleted. Please use 'encode' instead. at t/08-pretty.t line 64
# Failed test 'OOP'
# at t/08-pretty.t line 65.
# got: '[
# 10,
# "hoge",
# {
# "foo" : "bar"
# }
# ]'
# expected: '[
# 10,
# "hoge",
# {
# "foo" : "bar"
# }
# ]'
'objToJson' will be obsoleted. Please use 'encode' instead. at t/08-pretty.t line 74
Usage: JSON::XS::new(klass) at t/08-pretty.t line 78.
# Looks like you planned 19 tests but only ran 9.
# Looks like you failed 4 tests of 9 run.
# Looks like your test died just after 9.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 14/19 subtests
t/09-quote.............'jsonToObj' will be obsoleted. Please use 'from_json' instead. at t/09-quote.t line 13
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/09-quote.t line 14
'jsonToObj' will be obsoleted. Please use 'from_json' instead. at t/09-quote.t line 18
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/09-quote.t line 19
'jsonToObj' will be obsoleted. Please use 'from_json' instead. at t/09-quote.t line 23
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/09-quote.t line 25
'jsonToObj' will be obsoleted. Please use 'from_json' instead. at t/09-quote.t line 29
'"' expected, at character offset 1 ["foo:"bar"}"] at /home/daxim/.cpan/build/JSON-2.09-qlsfct/blib/lib/JSON.pm line 154.
# Looks like you planned 50 tests but only ran 4.
# Looks like your test died just after 4.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 46/50 subtests
t/10-ordered...........'objToJson' will be obsoleted. Please use 'to_json' instead. at t/10-ordered.t line 14
# Failed test at t/10-ordered.t line 15.
# got: '{"e":5,"a":1,"d":4,"c":3,"h":8,"b":2,"g":7,"f":6,"i":9}'
# expected: '{"a":1,"b":2,"c":3,"d":4,"e":5,"f":6,"g":7,"h":8,"i":9}'
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/10-ordered.t line 18
# Failed test at t/10-ordered.t line 19.
# got: '{"e":5,"a":1,"d":4,"c":3,"h":8,"b":2,"g":7,"f":6,"i":9}'
# expected: '{"i":9,"h":8,"g":7,"f":6,"e":5,"d":4,"c":3,"b":2,"a":1}'
Can't locate object method "keysort" via package "JSON" at t/10-ordered.t line 25.
# Looks like you planned 8 tests but only ran 2.
# Looks like you failed 2 tests of 2 run.
# Looks like your test died just after 2.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 8/8 subtests
t/11-convblessed.......'objToJson' will be obsoleted. Please use 'to_json' instead. at t/11-convblessed.t line 12
encountered object 'MyTest=HASH(0x711430)', but neither allow_blessed nor convert_blessed settings are enabled at /home/daxim/.cpan/build/JSON-2.09-qlsfct/blib/lib/JSON.pm line 140.
# Looks like your test died before it could output anything.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 40/40 subtests
t/12-selfconv..........Name "JSON::SelfConvert" used only once: possible typo at t/12-selfconv.t line 27.
Name "JSON::SkipInvalid" used only once: possible typo at t/12-selfconv.t line 20.
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/12-selfconv.t line 13
encountered object 'MyTest=HASH(0x72fc90)', but neither allow_blessed nor convert_blessed settings are enabled at /home/daxim/.cpan/build/JSON-2.09-qlsfct/blib/lib/JSON.pm line 140.
# Looks like your test died before it could output anything.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 15/15 subtests
t/13-expo..............'jsonToObj' will be obsoleted. Please use 'from_json' instead. at t/13-expo.t line 13
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/13-expo.t line 15
'jsonToObj' will be obsoleted. Please use 'from_json' instead. at t/13-expo.t line 19
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/13-expo.t line 21
'jsonToObj' will be obsoleted. Please use 'from_json' instead. at t/13-expo.t line 25
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/13-expo.t line 27
'jsonToObj' will be obsoleted. Please use 'from_json' instead. at t/13-expo.t line 32
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/13-expo.t line 34
ok
t/14-utf8..............Can't locate object method "USE_UTF8" via package "JSON" at t/14-utf8.t line 12.
# Looks like your test died before it could output anything.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 15/15 subtests
t/15-singlequote.......'objToJson' will be obsoleted. Please use 'to_json' instead. at t/15-singlequote.t line 12
# Failed test at t/15-singlequote.t line 14.
# got: '{"foo":"bar"}'
# expected: '{'foo':'bar'}'
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/15-singlequote.t line 17
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/15-singlequote.t line 20
Can't locate object method "singlequote" via package "JSON" at /home/daxim/.cpan/build/JSON-2.09-qlsfct/blib/lib/JSON.pm line 136.
# Looks like you planned 6 tests but only ran 2.
# Looks like you failed 1 test of 2 run.
# Looks like your test died just after 2.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 5/6 subtests
t/16-scalarobj.........Name "JSON::ConvBlessed" used only once: possible typo at t/16-scalarobj.t line 12.
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/16-scalarobj.t line 14
encountered object 'Test=SCALAR(0x925050)', but neither allow_blessed nor convert_blessed settings are enabled at /home/daxim/.cpan/build/JSON-2.09-qlsfct/blib/lib/JSON.pm line 140.
# Looks like your test died before it could output anything.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
t/17-tied..............'objToJson' will be obsoleted. Please use 'to_json' instead. at t/17-tied.t line 16
ok
t/18-roundtrip.........Name "JSON::AUTOCONVERT" used only once: possible typo at t/18-roundtrip.t line 6.
'jsonToObj' will be obsoleted. Please use 'from_json' instead. at t/18-roundtrip.t line 10
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/18-roundtrip.t line 10
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/18-roundtrip.t line 16
'jsonToObj' will be obsoleted. Please use 'from_json' instead. at t/18-roundtrip.t line 18
'objToJson' will be obsoleted. Please use 'to_json' instead. at t/18-roundtrip.t line 22
'jsonToObj' will be obsoleted. Please use 'from_json' instead. at t/18-roundtrip.t line 24
ok
t/pp00-load............ok
t/pp01-base............Bareword "JSON::true" not allowed while "strict subs" in use at t/pp01-base.t line 66.
Bareword "JSON::false" not allowed while "strict subs" in use at t/pp01-base.t line 66.
Bareword "JSON::null" not allowed while "strict subs" in use at t/pp01-base.t line 66.
Execution of t/pp01-base.t aborted due to compilation errors.
# Looks like your test died before it could output anything.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 20/20 subtests
t/pp02-literal.........Too many arguments for JSON::PP::from_json at t/pp02-literal.t line 12, near "})"
Execution of t/pp02-literal.t aborted due to compilation errors.
# Looks like your test died before it could output anything.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 26/26 subtests
t/pp03-xs_cmpt.........ok
t/rpc01-use............Bareword "JSON::Null" not allowed while "strict subs" in use at /home/daxim/.cpan/build/JSON-1.15-Z8W6fi/blib/lib/JSONRPC.pm line 173.
Bareword "JSON::Null" not allowed while "strict subs" in use at /home/daxim/.cpan/build/JSON-1.15-Z8W6fi/blib/lib/JSONRPC.pm line 174.
BEGIN not safe after errors--compilation aborted at /home/daxim/.cpan/build/JSON-1.15-Z8W6fi/blib/lib/JSONRPC.pm line 250.
Compilation failed in require at /home/daxim/.cpan/build/JSON-1.15-Z8W6fi/blib/lib/JSONRPC/Transport/HTTP.pm line 4.
BEGIN failed--compilation aborted at /home/daxim/.cpan/build/JSON-1.15-Z8W6fi/blib/lib/JSONRPC/Transport/HTTP.pm line 4.
Compilation failed in require at t/rpc01-use.t line 4.
BEGIN failed--compilation aborted at t/rpc01-use.t line 4.
Dubious, test returned 9 (wstat 2304, 0x900)
Failed 1/1 subtests
t/rpc02-query..........Bareword "JSON::Null" not allowed while "strict subs" in use at /home/daxim/.cpan/build/JSON-1.15-Z8W6fi/blib/lib/JSONRPC.pm line 173.
Bareword "JSON::Null" not allowed while "strict subs" in use at /home/daxim/.cpan/build/JSON-1.15-Z8W6fi/blib/lib/JSONRPC.pm line 174.
BEGIN not safe after errors--compilation aborted at /home/daxim/.cpan/build/JSON-1.15-Z8W6fi/blib/lib/JSONRPC.pm line 250.
Compilation failed in require at /home/daxim/.cpan/build/JSON-1.15-Z8W6fi/blib/lib/JSONRPC/Transport/HTTP.pm line 4.
BEGIN failed--compilation aborted at /home/daxim/.cpan/build/JSON-1.15-Z8W6fi/blib/lib/JSONRPC/Transport/HTTP.pm line 4.
Compilation failed in require at t/rpc02-query.t line 7.
BEGIN failed--compilation aborted at t/rpc02-query.t line 7.
# Looks like your test died before it could output anything.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 16/16 subtests
t/rpc03-query2.........Bareword "JSON::Null" not allowed while "strict subs" in use at /home/daxim/.cpan/build/JSON-1.15-Z8W6fi/blib/lib/JSONRPC.pm line 173.
Bareword "JSON::Null" not allowed while "strict subs" in use at /home/daxim/.cpan/build/JSON-1.15-Z8W6fi/blib/lib/JSONRPC.pm line 174.
BEGIN not safe after errors--compilation aborted at /home/daxim/.cpan/build/JSON-1.15-Z8W6fi/blib/lib/JSONRPC.pm line 250.
Compilation failed in require at /home/daxim/.cpan/build/JSON-1.15-Z8W6fi/blib/lib/JSONRPC/Transport/HTTP.pm line 4.
BEGIN failed--compilation aborted at /home/daxim/.cpan/build/JSON-1.15-Z8W6fi/blib/lib/JSONRPC/Transport/HTTP.pm line 4.
Compilation failed in require at t/rpc03-query2.t line 8.
BEGIN failed--compilation aborted at t/rpc03-query2.t line 8.
# Looks like your test died before it could output anything.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 29/29 subtests
t/rpc04-json_opt.......Bareword "JSON::Null" not allowed while "strict subs" in use at /home/daxim/.cpan/build/JSON-1.15-Z8W6fi/blib/lib/JSONRPC.pm line 173.
Bareword "JSON::Null" not allowed while "strict subs" in use at /home/daxim/.cpan/build/JSON-1.15-Z8W6fi/blib/lib/JSONRPC.pm line 174.
BEGIN not safe after errors--compilation aborted at /home/daxim/.cpan/build/JSON-1.15-Z8W6fi/blib/lib/JSONRPC.pm line 250.
Compilation failed in require at /home/daxim/.cpan/build/JSON-1.15-Z8W6fi/blib/lib/JSONRPC/Transport/HTTP.pm line 4.
BEGIN failed--compilation aborted at /home/daxim/.cpan/build/JSON-1.15-Z8W6fi/blib/lib/JSONRPC/Transport/HTTP.pm line 4.
Compilation failed in require at t/rpc04-json_opt.t line 7.
BEGIN failed--compilation aborted at t/rpc04-json_opt.t line 7.
# Looks like your test died before it could output anything.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 13/13 subtests
Test Summary Report
-------------------
t/01-use.t (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 6 tests but ran 1.
t/02-base.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 60 tests but ran 0.
t/03-circleref.t (Wstat: 768 Tests: 4 Failed: 3)
Failed tests: 1, 3-4
Non-zero exit status: 3
t/04-autoconv.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 12 tests but ran 0.
t/06-comment.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 11 tests but ran 0.
t/07-extra_number.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 28 tests but ran 0.
t/08-pretty.t (Wstat: 65280 Tests: 9 Failed: 4)
Failed tests: 2-3, 5, 8
Non-zero exit status: 255
Parse errors: Bad plan. You planned 19 tests but ran 9.
t/09-quote.t (Wstat: 65280 Tests: 4 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 50 tests but ran 4.
t/10-ordered.t (Wstat: 65280 Tests: 2 Failed: 2)
Failed tests: 1-2
Non-zero exit status: 255
Parse errors: Bad plan. You planned 8 tests but ran 2.
t/11-convblessed.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 40 tests but ran 0.
t/12-selfconv.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 15 tests but ran 0.
t/14-utf8.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 15 tests but ran 0.
t/15-singlequote.t (Wstat: 65280 Tests: 2 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 6 tests but ran 2.
t/16-scalarobj.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 1 tests but ran 0.
t/pp01-base.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 20 tests but ran 0.
t/pp02-literal.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 26 tests but ran 0.
t/rpc01-use.t (Wstat: 2304 Tests: 0 Failed: 0)
Non-zero exit status: 9
Parse errors: Bad plan. You planned 1 tests but ran 0.
t/rpc02-query.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 16 tests but ran 0.
t/rpc03-query2.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 29 tests but ran 0.
t/rpc04-json_opt.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 13 tests but ran 0.
Files=27, Tests=68, 11 wallclock secs ( 0.06 usr 0.73 sys + 3.03 cusr 8.97 csys = 12.79 CPU)
Result: FAIL
Failed 20/27 test programs. 10/68 subtests failed.
make: *** [test_dynamic] Fehler 255
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
-------------- ---- ----
HTTP::Request 0 1.40
HTTP::Response 0 1.53
Test::More 0 0.78
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = de_DE.UTF-8
PATH = /
home/daxim/local/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc...
PERL5LIB = /home/daxim/local/lib/perl5
PERL5OPT = -MCPAN::PERL5INC=yaml_module,YAML::Syck,tempfile,/tmp/cpan_perl5inc_E3G5.txt
PERL5_CPANPLUS_IS_RUNNING = 25673
PERL5_CPAN_IS_RUNNING = 25673
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 13769,25673
PERL_CR_SMOKER_CURRENT = JSON-1.15
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /
usr/bin/perl5.8.8
$UID/$EUID = 1006 / 1006
$GID = 1009 1030 1009
$EGID = 1009 1030 1009
Perl module toolchain versions installed:
Module Have
------------------- -------
CPAN 1.92_61
Cwd 3.2701
ExtUtils::CBuilder 0.22
ExtUtils::Command 1.09
ExtUtils::Install 1.45
ExtUtils::MakeMaker 6.44
ExtUtils::Manifest 1.46
ExtUtils::ParseXS 2.18
File::Spec 3.2701
Module::Build 0.2808
Module::Signature 0.55
Test::Harness 3.10
Test::More 0.78
YAML 0.66
YAML::Syck 1.04
version 0.74
--
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=linux, osvers=
2.6.20-gentoo-r8, archname=x86_64-linux
uname='linux bender
2.6.20-gentoo-r8 #2 smp sat jun 9 15:51:49 cest 2007 x86_64 amd athlon(tm) 64 processor 3200+ authenticamd gnulinux '
config_args='-des -Darchname=x86_64-linux -Dcccdlflags=-fPIC -Dccdlflags=-rdynamic -Dcc=x86_64-pc-linux-gnu-gcc -Dprefix=/usr -Dvendorprefix=/usr -Dsiteprefix=/usr -Dlocincpth= -Doptimize=-O2 -march=athlon64 -pipe -Duselargefiles -Dd_semctl_semun -Dscriptdir=/usr/bin -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dinstallman1dir=/usr/share/man/man1 -Dinstallman3dir=/usr/share/man/man3 -Dman1ext=1 -Dman3ext=3pm -Dinc_version_list=
5.8.0 5.8.0/x86_64-linux 5.8.2 5.8.2/x86_64-linux 5.8.4 5.8.4/x86_64-linux 5.8.5 5.8.5/x86_64-linux 5.8.6 5.8.6/x86_64-linux 5.8.7 5.8.7/x86_64-linux -Dcf_by=Gentoo -Ud_csh -Dusenm -Di_ndbm -Di_gdbm -Di_db -Dusrinc=/usr/include/gentoo-multilib/amd64 -Dlibpth=/usr/local/lib64 /lib64 /usr/lib64'
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=define use64bitall=define uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='x86_64-pc-linux-gnu-gcc', ccflags ='-fno-strict-aliasing -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm',
optimize='-O2 -march=athlon64 -pipe',
cppflags='-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/include/gdbm'
ccversion='', gccversion='
4.1.2 (Gentoo
4.1.2)', 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='x86_64-pc-linux-gnu-gcc', ldflags =' -L/usr/local/lib64'
libpth=/usr/local/lib64 /lib64 /usr/lib64
libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=/
lib/libc-2.6.1.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='
2.6.1'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib64'