LWP
Hey, I'm trying to install LWP via CPAN, and I continue getting the following error during "make test." Any ideas? I've googled it and found others with the same problem, but as of yet, no solution.
base/common-req.......ok
base/cookies..........ok
base/date.............ok
base/headers-auth.....ok
base/headers-etag.....ok
base/headers-util.....ok
base/headers..........ok
base/http.............ok
base/listing..........ok
base/mediatypes.......ok
base/message..........ok
base/negotiate........ok
base/protocols........ok
base/response.........ok
base/status...........ok
base/ua...............ok
html/form-param.......ok
html/form.............ok
robot/rules-dbm.......ok
robot/rules...........ok
robot/ua-get..........ok 8/8HTTP Server terminated
robot/ua-get..........FAILED tests 1-3, 5, 7
Failed 5/8 tests, 37.50% okay
robot/ua..............NOK 7HTTP Server terminated
robot/ua..............FAILED tests 1-3, 5, 7
Failed 5/7 tests, 28.57% okay
local/autoload-get....ok
local/autoload........ok
local/get.............ok
local/http-get........NOK 7Can't call method "is_redirect" on an undefined value at local/http-get.t line 216, line 1.
local/http-get........NOK 8HTTP Server terminated
local/http-get........dubious
Test returned status 22 (wstat 5632, 0x1600)
DIED. FAILED tests 1-19
Failed 19/19 tests, 0.00% okay
local/http............NOK 7Can't call method "is_redirect" on an undefined value at local/http.t line 189, line 1.
local/http............NOK 8HTTP Server terminated
local/http............dubious
Test returned status 22 (wstat 5632, 0x1600)
DIED. FAILED tests 1-18
Failed 18/18 tests, 0.00% okay
local/protosub........ok
Failed Test Stat Wstat Total Fail Failed List of Failed
---------------------------------------- ---------------------------------------
local/http-get.t 22 5632 19 19 100.00% 1-19
local/http.t 22 5632 18 18 100.00% 1-18
robot/ua-get.t 8 5 62.50% 1-3 5 7
robot/ua.t 7 5 71.43% 1-3 5 7
Failed 4/28 test scripts, 85.71% okay. 47/388 subtests failed, 87.89% okay.
make: *** [test] Error 29
/usr/bin/make test -- NOT OK
cpan>
base/common-req.......ok
base/cookies..........ok
base/date.............ok
base/headers-auth.....ok
base/headers-etag.....ok
base/headers-util.....ok
base/headers..........ok
base/http.............ok
base/listing..........ok
base/mediatypes.......ok
base/message..........ok
base/negotiate........ok
base/protocols........ok
base/response.........ok
base/status...........ok
base/ua...............ok
html/form-param.......ok
html/form.............ok
robot/rules-dbm.......ok
robot/rules...........ok
robot/ua-get..........ok 8/8HTTP Server terminated
robot/ua-get..........FAILED tests 1-3, 5, 7
Failed 5/8 tests, 37.50% okay
robot/ua..............NOK 7HTTP Server terminated
robot/ua..............FAILED tests 1-3, 5, 7
Failed 5/7 tests, 28.57% okay
local/autoload-get....ok
local/autoload........ok
local/get.............ok
local/http-get........NOK 7Can't call method "is_redirect" on an undefined value at local/http-get.t line 216,
local/http-get........NOK 8HTTP Server terminated
local/http-get........dubious
Test returned status 22 (wstat 5632, 0x1600)
DIED. FAILED tests 1-19
Failed 19/19 tests, 0.00% okay
local/http............NOK 7Can't call method "is_redirect" on an undefined value at local/http.t line 189,
local/http............NOK 8HTTP Server terminated
local/http............dubious
Test returned status 22 (wstat 5632, 0x1600)
DIED. FAILED tests 1-18
Failed 18/18 tests, 0.00% okay
local/protosub........ok
Failed Test Stat Wstat Total Fail Failed List of Failed
----------------------------------------
local/http-get.t 22 5632 19 19 100.00% 1-19
local/http.t 22 5632 18 18 100.00% 1-18
robot/ua-get.t 8 5 62.50% 1-3 5 7
robot/ua.t 7 5 71.43% 1-3 5 7
Failed 4/28 test scripts, 85.71% okay. 47/388 subtests failed, 87.89% okay.
make: *** [test] Error 29
/usr/bin/make test -- NOT OK
cpan>
