Checking if your kit is complete... Looks good Writing Makefile for CGI::Application::Dispatch::BuildURI cp lib/CGI/Application/Dispatch/BuildURI.pm blib/lib/CGI/Application/Dispatch/BuildURI.pm Manifying blib/man3/CGI::Application::Dispatch::BuildURI.3 PERL_DL_NONLAZY=1 /home/cpanrun/parisc2.0-lp64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01load.....1..2 ok 1 - use CGI::Application::Dispatch::BuildURI; ok 2 - CGI::Application::Dispatch::BuildURI->can(...) ok t/02build....1..1 Passing extra args ('DEFAULT') to dispatch() is deprecated! Please use 'args_to_new' at t/02build.t line 14 Passing extra args ('PREFIX') to dispatch() is deprecated! Please use 'args_to_new' at t/02build.t line 14 [Dispatch] ERROR: 'Resource not found for '/example.cgi'' for request '/example.cgi' # Failed test (t/02build.t at line 19) not ok 1 - Build URI ok # got: 'HTTP/1.0 Status: 404 Not Found # Content-type: text/html # # # # # 404 Not Found # #

Not Found

#

#
' # expected: 'http://www.example.com/example.cgi/test02/test_mode?key=value' # Looks like you failed 1 tests of 1. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/03move.....1..3 ok 1 - use CGI::Application::Plugin::Redirect; Passing extra args ('DEFAULT') to dispatch() is deprecated! Please use 'args_to_new' at t/03move.t line 14 Passing extra args ('PREFIX') to dispatch() is deprecated! Please use 'args_to_new' at t/03move.t line 14 [Dispatch] ERROR: 'Resource not found for '/example.cgi'' for request '/example.cgi' not ok 2 - Moved ok # Failed test (t/03move.t at line 21) # 'HTTP/1.0 Status: 404 Not Found # Content-type: text/html # # # # # 404 Not Found # #

Not Found

#

#
' # doesn't match '(?-xism:.*Status:\s*302\s*Moved\s*)' # Failed test (t/03move.t at line 22) not ok 3 - Location ok # 'HTTP/1.0 Status: 404 Not Found # Content-type: text/html # # # # # 404 Not Found # #

Not Found

#

#
' # doesn't match '(?-xism:.*Location:\s*http://www\.example\.com/example\.cgi/test03/test_mode.*)' # Looks like you failed 2 tests of 3. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 2-3 Failed 2/3 tests, 33.33% okay Failed 2/3 test scripts, 33.33% okay. 3/6 subtests failed, 50.00% okay. Failed Test Stat Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------------------------------------------------------------------------------- t/02build.t 1 256 1 1 100.00% 1 t/03move.t 2 512 3 2 66.67% 2-3 make: *** [test_dynamic] Error 2