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 /Users/cpanrun/build/5.10.0/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 'Build URI ok' # at t/02build.t line 19. # 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' not ok 1 - Build URI ok # Looks like you failed 1 test 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' # Failed test 'Moved ok' # at t/03move.t line 21. not ok 2 - Moved ok # '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 'Location ok' not ok 3 - Location ok # at t/03move.t line 22. # '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 Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/02build.t 1 256 1 1 1 t/03move.t 2 512 3 2 2-3 Failed 2/3 test scripts. 3/6 subtests failed. Files=3, Tests=6, 1 wallclock secs ( 0.27 cusr + 0.09 csys = 0.36 CPU) Failed 2/3 test programs. 3/6 subtests failed. make: *** [test_dynamic] Error 2