Checking if your kit is complete... Looks good Writing Makefile for HTTP::Proxy Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp lib/HTTP/Proxy/Engine/Legacy.pm blib\lib\HTTP\Proxy\Engine\Legacy.pm cp lib/HTTP/Proxy/BodyFilter/htmlparser.pm blib\lib\HTTP\Proxy\BodyFilter\htmlparser.pm cp lib/HTTP/Proxy/FilterStack.pm blib\lib\HTTP\Proxy\FilterStack.pm cp lib/HTTP/Proxy/HeaderFilter.pm blib\lib\HTTP\Proxy\HeaderFilter.pm cp lib/HTTP/Proxy/BodyFilter/complete.pm blib\lib\HTTP\Proxy\BodyFilter\complete.pm cp lib/HTTP/Proxy/BodyFilter/simple.pm blib\lib\HTTP\Proxy\BodyFilter\simple.pm cp lib/HTTP/Proxy/BodyFilter.pm blib\lib\HTTP\Proxy\BodyFilter.pm cp lib/HTTP/Proxy/BodyFilter/htmltext.pm blib\lib\HTTP\Proxy\BodyFilter\htmltext.pm cp lib/HTTP/Proxy.pm blib\lib\HTTP\Proxy.pm cp lib/HTTP/Proxy/HeaderFilter/standard.pm blib\lib\HTTP\Proxy\HeaderFilter\standard.pm cp lib/HTTP/Proxy/HeaderFilter/simple.pm blib\lib\HTTP\Proxy\HeaderFilter\simple.pm cp lib/HTTP/Proxy/Engine/NoFork.pm blib\lib\HTTP\Proxy\Engine\NoFork.pm cp lib/HTTP/Proxy/Engine/ScoreBoard.pm blib\lib\HTTP\Proxy\Engine\ScoreBoard.pm cp lib/HTTP/Proxy/BodyFilter/lines.pm blib\lib\HTTP\Proxy\BodyFilter\lines.pm cp lib/HTTP/Proxy/Engine.pm blib\lib\HTTP\Proxy\Engine.pm cp lib/HTTP/Proxy/BodyFilter/tags.pm blib\lib\HTTP\Proxy\BodyFilter\tags.pm cp lib/HTTP/Proxy/BodyFilter/save.pm blib\lib\HTTP\Proxy\BodyFilter\save.pm Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/00basic...........1..17 ok 1 - use HTTP::Proxy; ok 2 - use HTTP::Proxy::BodyFilter; ok 3 - use HTTP::Proxy::BodyFilter::complete; ok 4 - use HTTP::Proxy::BodyFilter::htmlparser; ok 5 - use HTTP::Proxy::BodyFilter::htmltext; ok 6 - use HTTP::Proxy::BodyFilter::lines; ok 7 - use HTTP::Proxy::BodyFilter::save; ok 8 - use HTTP::Proxy::BodyFilter::simple; ok 9 - use HTTP::Proxy::BodyFilter::tags; ok 10 - use HTTP::Proxy::Engine; ok 11 - use HTTP::Proxy::Engine::Legacy; ok 12 - use HTTP::Proxy::Engine::NoFork; ok 13 - use HTTP::Proxy::Engine::ScoreBoard; ok 14 - use HTTP::Proxy::FilterStack; ok 15 - use HTTP::Proxy::HeaderFilter; ok 16 - use HTTP::Proxy::HeaderFilter::simple; ok 17 - use HTTP::Proxy::HeaderFilter::standard; ok t/01pod.............1..17 ok 1 - blib\lib\HTTP\Proxy.pm ok 2 - blib\lib\HTTP\Proxy\BodyFilter.pm ok 3 - blib\lib\HTTP\Proxy\Engine.pm ok 4 - blib\lib\HTTP\Proxy\FilterStack.pm ok 5 - blib\lib\HTTP\Proxy\HeaderFilter.pm ok 6 - blib\lib\HTTP\Proxy\BodyFilter\complete.pm ok 7 - blib\lib\HTTP\Proxy\BodyFilter\htmlparser.pm ok 8 - blib\lib\HTTP\Proxy\BodyFilter\htmltext.pm ok 9 - blib\lib\HTTP\Proxy\BodyFilter\lines.pm ok 10 - blib\lib\HTTP\Proxy\BodyFilter\save.pm ok 11 - blib\lib\HTTP\Proxy\BodyFilter\simple.pm ok 12 - blib\lib\HTTP\Proxy\BodyFilter\tags.pm ok 13 - blib\lib\HTTP\Proxy\Engine\Legacy.pm ok 14 - blib\lib\HTTP\Proxy\Engine\NoFork.pm ok 15 - blib\lib\HTTP\Proxy\Engine\ScoreBoard.pm ok 16 - blib\lib\HTTP\Proxy\HeaderFilter\simple.pm ok 17 - blib\lib\HTTP\Proxy\HeaderFilter\standard.pm ok t/02pod-coverage....1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/05new.............1..10 ok 1 - Default log mask ok 2 - Default port ok 3 - Default host ok 4 - Default agent ok 5 - port set by new ok 6 - verbosity set by new ok 7 - host set by new ok 8 - logmask accessor ok 9 - logmask changed by accessor ok 10 - read-only attribute ok t/10init............1..8 ok 1 - agent undefined at startup ok 2 - daemon undefined at startup ok 3 - init_agent isa LWP::UserAgent ok 4 - init_daemon isa HTTP::Daemon ok 5 - init agent isa LWP::UserAgent ok 6 - init daemon isa HTTP::Daemon ok 7 - Can't mailto ok 8 - Can't access local files ok t/11log.............1..20 ok 1 - mask 0: ERROR message ok 2 - mask 1: ERROR message ok 3 - mask 1: PROXY message ok 4 - mask 10: ERROR message ok 5 - mask 10: SOCKET message ok 6 - mask 10: STATUS message ok 7 - mask 74: DATA message ok 8 - mask 74: ERROR message ok 9 - mask 74: SOCKET message ok 10 - mask 74: STATUS message