Checking if your kit is complete... Looks good Writing Makefile for WWW::Mechanize::Plugin::Cache cp lib/WWW/Mechanize/Plugin/Cache.pm blib/lib/WWW/Mechanize/Plugin/Cache.pm Manifying blib/man3/WWW::Mechanize::Plugin::Cache.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.8.8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00.load.........1..1 ok 1 - use WWW::Mechanize::Plugin::Cache; # Testing WWW::Mechanize::Plugin::Cache 0.05 ok t/back............1..38 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok 3 - this $mech starts with a cookie jar # Started http://localhost:52345/ ok 4 - The object isa LocalServer ok 5 - Fetched OK ok 6 - Followed OK ok 7 - Did the base get set back? ok 8 - Title set back? ok 9 - Followed OK ok 10 - Did the base get set back? ok 11 - Title set back? ok 12 - Pre-search check ok 13 - Searched for Perl ok 14 - Right page title ok 15 - POST is in the stack ok 16 - HEAD succeeded ok 17 - HEAD is not in the stack ok 18 - Back ok 19 - Did the base get set back? ok 20 - Title set back? ok 21 - Post-search check ok 22 - reload() does not push page to stack ok 23 - $mech still has a cookie jar after a number of back() ok 24 # skip Test::Memory::Cycle not installed ok 25 - The object isa WWW::Mechanize::Pluggable ok 26 - Got root URL ok 27 - Pre-404 check ok 28 - 404 check ok 29 - Even 404s get on the stack ok 30 - Back from the 404 ok 31 - Post-404 check ok 32 - Get /scripts ok 33 - Back from /scripts ok 34 - Get /ports/ ok 35 - Back from /ports/ ok 36 - Get modules/ ok 37 - Back from modules/ ok 38 # skip Test::Memory::Cycle not installed ok 2/38 skipped: various reasons t/cache...........1..8 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok 3 - Got first page ok 4 - First page gets sent with empty referrer ok 5 - Got second page ok 6 - Referer not sent for cached url ok 7 - cached re-get still has empty referrer ok 8 # skip Test::Memory::Cycle not installed ok 1/8 skipped: various reasons t/click...........1..10 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - Created the object isa WWW::Mechanize::Pluggable # Started http://localhost:52360/ ok 3 - The object isa LocalServer ok 4 - Got back a response isa HTTP::Response ok 5 - Got URL ok 6 - Local page is HTML ok 7 - Only one form ok 8 - Got back a response isa HTTP::Response ok 9 - Can click 'Go' ('Google Search' button) ok 10 - Filled field correctly ok t/click_button....1..18 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - Created the object isa WWW::Mechanize::Pluggable # Started http://localhost:52364/ ok 3 - The object isa LocalServer ok 4 - Got back a response isa HTTP::Response ok 5 - Got URL ok 6 - Local page is HTML ok 7 - Only one form ok 8 - Clicking on button by number ok 9 - Correct button was pressed ok 10 - Parameters got transmitted OK ok 11 - Button number out of range ok 12 - Clicking on button by name ok 13 - Correct button was pressed ok 14 - Parameters got transmitted OK ok 15 - Button name unknown ok 16 - Clicking on button by object reference ok 17 - Correct button was pressed ok 18 - Parameters got transmitted OK ok t/failure.........1..16 ok 1 - use WWW::Mechanize::Pluggable; # Started http://localhost:52370/ ok 2 - The object isa LocalServer ok 3 - Created object isa WWW::Mechanize::Pluggable ok 4 - The object isa HTTP::Response ok 5 - Success ok 6 - Get webpage ok 7 - It's HTML ok 8 - Correct title ok 9 - 10 links, please ok 10 - One form ok 11 - The object isa HTML::Form ok 12 - Failed the fetch ok 13 - Isn't HTML ok 14 - No title ok 15 - No links ok 16 - No forms ok t/get.............1..32 ok 1 - use WWW::Mechanize::Pluggable; # Started http://localhost:52373/ ok 2 - The object isa LocalServer ok 3 - Created object isa WWW::Mechanize::Pluggable ok 4 - The object isa HTTP::Response ok 5 - The object isa HTTP::Response ok 6 ok 7 - Get webpage ok 8 - Got the content-type... ok 9 - ... and the is_html wrapper ok 10 ok 11 - Got the /foo ok 12 - Got relative OK ok 13 - Got HTML back ok 14 - Got the right page ok 15 - Got the /bar page ok 16 - Got relative OK ok 17 ok 18 - Got the right page ok 19 - Got the basics page ok 20 - Got relative OK ok 21 ok 22 ok 23 - Got the right page ok 24 - Got the "refine search" page ok 25 - Got relative OK ok 26 ok 27 ok 28 - Got the right page ok 29 - tempfile isn't there right now ok 30 ok 31 - Did all the bytes get saved? ok 32 # skip Test::Memory::Cycle not installed ok 1/32 skipped: various reasons t/hooks...........1..17 ok 1 - use WWW::Mechanize::Pluggable; # Started http://localhost:52381/ ok 2 - The object isa LocalServer ok 3 - Created object isa WWW::Mechanize::Pluggable ok 4 - The object isa HTTP::Response ok 5 - The object isa HTTP::Response ok 6 ok 7 - Get webpage ok 8 - Got the content-type... ok 9 - ... and the is_html wrapper ok 10 ok 11 - hooks were called ok 12 - Got the /foo ok 13 - Got relative OK ok 14 - Got HTML back ok 15 - Got the right page ok 16 - hooks were called ok 17 # skip Test::Memory::Cycle not installed ok 1/17 skipped: various reasons t/page_stack......1..11 ok 1 - use WWW::Mechanize::Pluggable; # Started http://localhost:52385/ ok 2 - The object isa LocalServer ok 3 - Created object isa WWW::Mechanize::Pluggable ok 4 - Page stack starts empty ok 5 - Got start page ok 6 - Page stack starts empty ok 7 - Pushed item onto page stack ok 8 - Pushed item onto page stack ok 9 - Popped item from page stack ok 10 - Popped item from page stack ok 11 - Can't pop beyond end of page stack ok t/pod-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/pod.............1..1 ok 1 - blib/lib/WWW/Mechanize/Plugin/Cache.pm ok t/referer.........1..13 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok 3 - Got first page ok 4 - First page gets sent with empty referrer ok 5 - Got second page ok 6 - Referer got sent for absolute url ok 7 - Got third page ok 8 - Referer got sent for relative url ok 9 - Got fourth page ok 10 - Referer can be set to empty again ok 11 - Got fourth page ok 12 - Custom referer can be set ok 13 # skip Test::Memory::Cycle not installed ok 1/13 skipped: various reasons t/reload-old......1..14 ok 1 - use WWW::Mechanize; # Started http://localhost:52394/ ok 2 - The object isa LocalServer ok 3 - Created object isa WWW::Mechanize ok 4 - Initial reload should fail ok 5 - The object isa HTTP::Response ok 6 - Get google webpage ok 7 ok 8 ok 9 ok 10 ok 11 - The object isa HTTP::Response ok 12 ok 13 - WWW::Mechanize::Shell test page ok 14 # skip Test::Memory::Cycle not installed ok 1/14 skipped: various reasons t/reload..........1..14 ok 1 - use WWW::Mechanize::Pluggable; # Started http://localhost:52398/ ok 2 - The object isa LocalServer ok 3 - Created object isa WWW::Mechanize::Pluggable ok 4 - Initial reload should fail ok 5 - The object isa HTTP::Response ok 6 - Get google webpage ok 7 ok 8 ok 9 ok 10 ok 11 - The object isa HTTP::Response ok 12 ok 13 - WWW::Mechanize::Shell test page ok 14 # skip Test::Memory::Cycle not installed ok 1/14 skipped: various reasons t/reuse...........1..4 ok 1 - use WWW::Mechanize::Plugin::Cache; ok 2 - the webpage ok 3 - the webpage reloaded ok 4 - same (from cache) ok t/submit..........1..13 ok 1 - use WWW::Mechanize::Pluggable; # Started http://localhost:52404/ ok 2 - The object isa LocalServer ok 3 - Created the object isa WWW::Mechanize::Pluggable ok 4 - Got back a response isa HTTP::Response ok 5 - Got the correct page ok 6 - Got local page ok 7 ok 8 - Hopefully no upload happens ok 9 - Got back a response isa HTTP::Response ok 10 - Can click 'submit' ('submit' button) ok 11 - Found 'Foo' ok 12 - Hopefully no upload happens ok 13 # skip Test::Memory::Cycle not installed ok 1/13 skipped: various reasons All tests successful, 1 test and 9 subtests skipped. Files=16, Tests=210, 14 wallclock secs ( 9.59 cusr + 2.88 csys = 12.47 CPU) Installing /Users/cpanrun/build/5.8.8/html/site/lib/WWW/Mechanize/Plugin/Cache.html Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/WWW/Mechanize/Plugin/Cache.pm Installing /Users/cpanrun/build/5.8.8/man/man3/WWW::Mechanize::Plugin::Cache.3 Appending installation info to /Users/cpanrun/build/5.8.8/lib/5.8.8/darwin-thread-multi-2level/perllocal.pod