You have disabled taint testing. You may want to enable it if you need to be absolutely sure that this module is secure. It looks like you don't have SSL capability (like IO::Socket::SSL) installed. You will not be able to process https:// URLs correctly. WWW::Mechanize likes to have a lot of test modules for some of its tests. The following are modules that would be nice to have, but not required. Test::Memory::Cycle Checking if your kit is complete... Looks good Writing Makefile for WWW::Mechanize::Pluggable cp lib/WWW/Mechanize/Plugin/Cookbook.pm blib/lib/WWW/Mechanize/Plugin/Cookbook.pm cp lib/WWW/Mechanize/Plugin/HelloWorld.pm blib/lib/WWW/Mechanize/Plugin/HelloWorld.pm cp lib/WWW/Mechanize/Pluggable.pm blib/lib/WWW/Mechanize/Pluggable.pm cp lib/WWW/Mechanize/Pluggable/Design.pm blib/lib/WWW/Mechanize/Pluggable/Design.pm Manifying blib/man3/WWW::Mechanize::Plugin::Cookbook.3 Manifying blib/man3/WWW::Mechanize::Plugin::HelloWorld.3 Manifying blib/man3/WWW::Mechanize::Pluggable::Design.3 Manifying blib/man3/WWW::Mechanize::Pluggable.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/00.load.t t/001_load.t t/002_plugin.t t/add_header.t t/aliases.t t/area_link.t t/autocheck.t t/clone.t t/die.t t/field.t t/find_image.t t/find_link-warnings.t t/find_link.t t/form-parsing.t t/frames.t t/hooks.t t/image-new.t t/image-parse.t t/link-base.t t/link-relative.t t/link.t t/new.t t/pod-coverage.t t/pod.t t/regex-error.t t/select.t t/taint.t t/tick.t t/upload.t t/warn.t t/warnings.t t/local/back.t t/local/click.t t/local/click_button.t t/local/failure.t t/local/follow.t t/local/form.t t/local/get.t t/local/hooks.t t/local/page_stack.t t/local/plugin.t t/local/referer.t t/local/reload-old.t t/local/reload.t t/local/submit.t t/notaint/00.load.t t/notaint/aliases.t t/notaint/autocheck.t t/notaint/clone.t t/notaint/die.t t/notaint/new.t t/notaint/regex-error.t t/notaint/warn.t t/notaint/warnings.t t/00.load................1..2 ok 1 - use WWW::Mechanize::Pluggable; # Testing WWW::Mechanize::Pluggable 1.04 ok 2 - use WWW::Mechanize::Link; ok t/001_load...............1..2 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok t/002_plugin.............1..3 /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/WWW-Mechanize-Pluggable ok 1 - use WWW::Mechanize::Pluggable; ok 2 - WWW::Mechanize::Pluggable->can('hello_world') ok 3 - WWW::Mechanize::Pluggable->can('nested') ok t/add_header.............1..4 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - Created agent isa WWW::Mechanize::Pluggable ok 3 - Referer's in there ok 4 - Referer's not there ok t/aliases................1..8 ok 1 - use WWW::Mechanize::Pluggable; ok 2 ok 3 - We only know Mac, Windows or Linux ok 4 - We only know Mac, Windows or Linux ok 5 - We only know Mac, Windows or Linux ok 6 - We only know Mac, Windows or Linux ok 7 - We only know Mac, Windows or Linux ok 8 - We only know Mac, Windows or Linux ok t/area_link..............1..9 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok 3 - Fetched file:///Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/WWW-Mechanize-Pluggable/t/area_link.html ok 4 - Correct links came back ok 5 - Correct links came back ok 6 # skip Test::Memory::Cycle not installed ok 7 # skip Test::Memory::Cycle not installed ok 8 # skip Test::Memory::Cycle not installed ok 9 # skip Test::Memory::Cycle not installed ok 4/9 skipped: various reasons t/autocheck..............1..5 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok 3 - Didn't fetch, but didn't die, either ok 4 - The object isa WWW::Mechanize::Pluggable ok 5 - Mech would die 4 u ok t/clone..................1..3 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok 3 - The object isa WWW::Mechanize::Pluggable ok t/die....................1..5 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok 3 - Expecting to die ok 4 - The object isa WWW::Mechanize::Pluggable ok 5 - Expecting to die ok t/field..................1..8 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok 3 - Fetched file:///Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/WWW-Mechanize-Pluggable/t/field.html ok 4 ok 5 ok 6 ok 7 ok 8 ok t/find_image.............1..17 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok 3 - Fetched file:///Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/WWW-Mechanize-Pluggable/t/image-parse.html ok 4 - survived eval ok 5 - Exactly three images ok 6 - Got the first image ok 7 - img tag ok 8 ok 9 - Got the second image ok 10 - input tag ok 11 - alt ok 12 - height ok 13 - width ok 14 - Got the third image ok 15 - input tag ok 16 - alt ok 17 ok t/find_link-warnings.....1..19 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok 3 - Fetched file:///Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/WWW-Mechanize-Pluggable/t/find_link.html ok 4 - detected usage error: TEXT => 'string' ok 5 - detected usage error: NAME => 'string' ok 6 - detected usage error: URL => 'string' ok 7 - detected usage error: TAG => 'string' ok 8 - detected usage error: text_regex => 'string' ok 9 - detected usage error: name_regex => 'string' ok 10 - detected usage error: url_regex => 'string' ok 11 - detected usage error: tag_regex => 'string' ok 12 - detected usage error: text => Regex ok 13 - detected usage error: name => Regex ok 14 - detected usage error: url => Regex ok 15 - detected usage error: tag => Regex ok 16 - detected usage error: text => padded-string ok 17 - detected usage error: name => padded-string ok 18 - detected usage error: url => padded-string ok 19 - detected usage error: tag => padded-string ok t/find_link..............1..59 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok 3 - Fetched file:///Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/WWW-Mechanize-Pluggable/t/find_link.html ok 4 - The object isa WWW::Mechanize::Link ok 5 - First link on the page ok 6 - First link on the page ok 7 - The object isa WWW::Mechanize::Link ok 8 - found link in uppercase meta tag ok 9 - The object isa WWW::Mechanize::Link ok 10 - First CPAN link ok 11 - First CPAN link ok 12 - No url matching CPAN ok 13 - The object isa WWW::Mechanize::Link ok 14 - 3rd CPAN text ok 15 - 3rd CPAN text ok 16 - No 34th CPAN text ok 17 - The object isa WWW::Mechanize::Link ok 18 - Got 1st cpan via regex ok 19 - Got 1st cpan via regex ok 20 - The object isa WWW::Mechanize::Link ok 21 - Got 1st cpan via regex ok 22 - Got 1st cpan via regex ok 23 - No 153rd cpan link ok 24 - The object isa WWW::Mechanize::Link ok 25 - Got b.cpan.org ok 26 - Got b.cpan.org ok 27 - Not a second b.cpan.org ok 28 - The object isa WWW::Mechanize::Link ok 29 - Got c.cpan.org ok 30 - Got c.cpan.org ok 31 - Correct links came back ok 32 - Correct links came back ok 33 - The object isa WWW::Mechanize::Link ok 34 - First News is MSNBC ok 35 - First News is MSNBC ok 36 - The object isa WWW::Mechanize::Link ok 37 - First BBC news link ok 38 - First BBC news link ok 39 - First BBC news text ok 40 - First BBC news text ok 41 - The object isa WWW::Mechanize::Link ok 42 - First CNN news link ok 43 - First CNN news link ok 44 - First CNN news text ok 45 - First CNN news text ok 46 - Correct links came back ok 47 - The object isa WWW::Mechanize::Link ok 48 - Got the CPAN C link ok 49 - The object isa WWW::Mechanize::Link ok 50 - Got 2nd link that begins with a capital ok 51 - The object isa WWW::Mechanize::Link ok 52 - Got 3rd tag ok 53 - The object isa WWW::Mechanize::Link ok 54 - Got 7th or tag ok 55 - The object isa WWW::Mechanize::Link ok 56 - Got the JavaScript link ok 57 - The object isa WWW::Mechanize::Link ok 58 - No match ok 59 - The object isa WWW::Mechanize::Link ok t/form-parsing...........1..1 ok 1 - Find one form, please ok t/frames.................1..7 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok 3 - Fetched file:///Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/WWW-Mechanize-Pluggable/t/frames.html ok 4 - The object isa WWW::Mechanize::Link ok 5 - Only two links ok 6 - First frame OK ok 7 - Second frame OK ok t/hooks..................1..4 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - right number of hooks ok 3 - right number of hooks ok 4 - right contents remain ok t/image-new..............1..10 ok 1 - use WWW::Mechanize::Image; ok 2 - url() works ok 3 - base() works ok 4 - name() works ok 5 - alt() works ok 6 - tag() works ok 7 - height works ok 8 - width works ok 9 - url_abs works ok 10 - Returns an object isa URI::URL ok t/image-parse............1..15 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok 3 - Fetched file:///Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/WWW-Mechanize-Pluggable/t/image-parse.html ok 4 - Only two images ok 5 - img tag ok 6 ok 7 ok 8 - input tag ok 9 ok 10 - alt ok 11 - height ok 12 - width ok 13 - Got the third image ok 14 - input tag ok 15 - alt ok t/link-base..............1..5 ok 1 - use WWW::Mechanize::Link; ok 2 - constructor OK isa WWW::Mechanize::Link ok 3 - URI is proper type isa URI::URL ok 4 - Short form of the url ok 5 - url_abs works ok t/link-relative..........1..6 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok 3 - Fetched file:///Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/WWW-Mechanize-Pluggable/t/image-parse.html ok 4 - Fetch select.html, no directory ok 5 - Fetch select.html from ./ ok 6 - Fetched click.t ok t/link...................1..23 ok 1 - use WWW::Mechanize::Link; ok 2 - The object isa WWW::Mechanize::Link ok 3 - Should have five elements ok 4 - url() works ok 5 - text() works ok 6 - name() works ok 7 - tag() works ok 8 - base() works ok 9 - attrs() works ok 10 - parm 0 is url ok 11 - parm 1 is text ok 12 - parm 2 is name ok 13 - parm 3 is tag ok 14 - parm 4 is base ok 15 - URI is proper type isa URI::URL ok 16 - Short form of the url ok 17 - url_abs works ok 18 - url() works ok 19 - text() works ok 20 - name() works ok 21 - tag() works ok 22 - base() works ok 23 - attrs() works ok t/local/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:51924/ 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/local/click............1..10 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - Created the object isa WWW::Mechanize::Pluggable # Started http://localhost:51937/ 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/local/click_button.....1..18 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - Created the object isa WWW::Mechanize::Pluggable # Started http://localhost:51941/ 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/local/failure..........1..16 ok 1 - use WWW::Mechanize::Pluggable; # Started http://localhost:51947/ 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/local/follow...........1..15 ok 1 - use WWW::Mechanize::Pluggable; # Started http://localhost:51950/ ok 2 - The object isa LocalServer ok 3 - Created object isa WWW::Mechanize::Pluggable ok 4 - Got some page ok 5 - Got local server page ok 6 - Can't follow too-high-numbered link ok 7 - Can follow first link ok 8 - Need to be on a separate page ok 9 - Can go back ok 10 - Back at the first page ok 11 - Can't follow unlikely named link ok 12 - Can follow obvious named link ok 13 - Need to be on a separate page ok 14 - Can still go back ok 15 - Back at the start page again ok t/local/form.............1..8 ok 1 - use WWW::Mechanize::Pluggable; # Started http://localhost:51955/ ok 2 - The object isa LocalServer ok 3 - The object isa WWW::Mechanize::Pluggable ok 4 - Got a page ok 5 - Got page ok 6 - Can select the first form isa HTML::Form ok 7 - Set the form attribute ok 8 - Can select the form isa HTML::Form ok t/local/get..............1..28 ok 1 - use WWW::Mechanize::Pluggable; # Started http://localhost:51958/ 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 HTML back ok 13 - Got the right page ok 14 - Got the /bar page ok 15 ok 16 - Got the right page ok 17 - Got the basics page ok 18 ok 19 ok 20 - Got the right page ok 21 - Got the "refine search" page ok 22 ok 23 ok 24 - Got the right page ok 25 - tempfile isn't there right now ok 26 ok 27 - Did all the bytes get saved? ok 28 # skip Test::Memory::Cycle not installed ok 1/28 skipped: various reasons t/local/hooks............1..16 ok 1 - use WWW::Mechanize::Pluggable; # Started http://localhost:51966/ 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 HTML back ok 14 - Got the right page ok 15 - hooks were called ok 16 # skip Test::Memory::Cycle not installed ok 1/16 skipped: various reasons t/local/page_stack.......1..11 ok 1 - use WWW::Mechanize::Pluggable; # Started http://localhost:51970/ 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/local/plugin...........1..13 # Started http://localhost:51973/ ok 1 - The object isa LocalServer ok 2 - Created object isa WWW::Mechanize::Pluggable ok 3 - The object isa HTTP::Response ok 4 - The object isa HTTP::Response ok 5 ok 6 - Get webpage ok 7 - Got the content-type... ok 8 - ... and the is_html wrapper ok 9 ok 10 - hello_world doesn't die ok 11 - plugin worked ok 12 - pseudo-import worked ok 13 # skip Test::Memory::Cycle not installed ok 1/13 skipped: various reasons t/local/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/local/reload-old.......1..14 ok 1 - use WWW::Mechanize; # Started http://localhost:51982/ 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/local/reload...........1..14 ok 1 - use WWW::Mechanize::Pluggable; # Started http://localhost:51986/ 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/local/submit...........1..13 ok 1 - use WWW::Mechanize::Pluggable; # Started http://localhost:51990/ 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 t/new....................1..12 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok 3 - success() is false before any get ok 4 - res() is undef ok 5 - The object isa WWW::Mechanize::Pluggable ok 6 - Set user agent string ok 7 - Set user agent version ok 8 - Can set the agent ok 9 - The object isa WWW::Mechanize::Pluggable ok 10 - Aliases don't get translated in the constructor ok 11 - Alias sets the agent ok 12 - Can still set the agent ok t/notaint/00.load........1..2 ok 1 - use WWW::Mechanize::Pluggable; # Testing WWW::Mechanize::Pluggable 1.04 ok 2 - use WWW::Mechanize::Link; ok t/notaint/aliases........1..8 ok 1 - use WWW::Mechanize::Pluggable; ok 2 ok 3 - We only know Mac, Windows or Linux ok 4 - We only know Mac, Windows or Linux ok 5 - We only know Mac, Windows or Linux ok 6 - We only know Mac, Windows or Linux ok 7 - We only know Mac, Windows or Linux ok 8 - We only know Mac, Windows or Linux ok t/notaint/autocheck......1..5 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok 3 - Didn't fetch, but didn't die, either ok 4 - The object isa WWW::Mechanize::Pluggable ok 5 - Mech would die 4 u ok t/notaint/clone..........1..3 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok 3 - The object isa WWW::Mechanize::Pluggable ok t/notaint/die............1..5 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok 3 - Expecting to die ok 4 - The object isa WWW::Mechanize::Pluggable ok 5 - Expecting to die ok t/notaint/new............1..12 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok 3 - success() is false before any get ok 4 - res() is undef ok 5 - The object isa WWW::Mechanize::Pluggable ok 6 - Set user agent string ok 7 - Set user agent version ok 8 - Can set the agent ok 9 - The object isa WWW::Mechanize::Pluggable ok 10 - Aliases don't get translated in the constructor ok 11 - Alias sets the agent ok 12 - Can still set the agent ok t/notaint/regex-error....1..4 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok 3 - Passes message, and includes the line number ok 4 - Passes message, and includes the line number ok t/notaint/warn...........1..6 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok 3 - Passes the message, and includes the line number ok 4 - Quiets correctly ok 5 - The object isa WWW::Mechanize::Pluggable ok 6 - Quiets correctly ok t/notaint/warnings.......1..3 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok 3 - Unknown aliases squawk appropriately 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..4 ok 1 - blib/lib/WWW/Mechanize/Pluggable.pm ok 2 - blib/lib/WWW/Mechanize/Pluggable/Design.pm ok 3 - blib/lib/WWW/Mechanize/Plugin/Cookbook.pm ok 4 - blib/lib/WWW/Mechanize/Plugin/HelloWorld.pm ok t/regex-error............1..4 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok 3 - Passes message, and includes the line number ok 4 - Passes message, and includes the line number ok t/select.................1..14 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok 3 - Fetched file:///Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/WWW-Mechanize-Pluggable/t/select.html ok 4 - set form to number 1 ok 5 - multi->multi value is bbb ccc ok 6 - multi->multi value is bbb ccc ok 7 - single->multi value is 'aaa' ok 8 - single->multi value is 'aaa' ok 9 - multi->single value is bbb ok 10 - multi->single value is bbb ok 11 - single->single value is 'aaa' ok 12 - single->single value is 'aaa' ok 13 - return 1 after successful select ok 14 - return undef after failed select ok t/taint..................1..0 # Skip Test::Taint required for checking taintedness skipped all skipped: Test::Taint required for checking taintedness t/tick...................1..5 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok 3 - file:///Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/WWW-Mechanize-Pluggable/t/tick.html ok 4 - The object isa HTML::Form ok 5 - Proper posting ok t/upload.................1..5 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok 3 - file:///Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/WWW-Mechanize-Pluggable/t/upload.html ok 4 - Proper posting ok 5 - The uploaded file should be in the request ok t/warn...................1..6 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok 3 - Passes the message, and includes the line number ok 4 - Quiets correctly ok 5 - The object isa WWW::Mechanize::Pluggable ok 6 - Quiets correctly ok t/warnings...............1..3 ok 1 - use WWW::Mechanize::Pluggable; ok 2 - The object isa WWW::Mechanize::Pluggable ok 3 - Unknown aliases squawk appropriately ok All tests successful, 2 tests and 13 subtests skipped. Files=54, Tests=543, 31 wallclock secs (23.55 cusr + 6.23 csys = 29.78 CPU) Installing /Users/cpanrun/build/5.8.8/html/site/lib/WWW/Mechanize/Pluggable.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/WWW/Mechanize/Pluggable/Design.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/WWW/Mechanize/Plugin/Cookbook.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/WWW/Mechanize/Plugin/HelloWorld.html Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/WWW/Mechanize/Pluggable.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/WWW/Mechanize/Pluggable/Design.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/WWW/Mechanize/Plugin/Cookbook.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/WWW/Mechanize/Plugin/HelloWorld.pm Installing /Users/cpanrun/build/5.8.8/man/man3/WWW::Mechanize::Pluggable.3 Installing /Users/cpanrun/build/5.8.8/man/man3/WWW::Mechanize::Pluggable::Design.3 Installing /Users/cpanrun/build/5.8.8/man/man3/WWW::Mechanize::Plugin::Cookbook.3 Installing /Users/cpanrun/build/5.8.8/man/man3/WWW::Mechanize::Plugin::HelloWorld.3 Appending installation info to /Users/cpanrun/build/5.8.8/lib/5.8.8/darwin-thread-multi-2level/perllocal.pod