Changes for version 1.24 - 2009-01-17
- Tests run on port 13432 instead of 8080. It should really be a random open port, but for now, something other than 8080 will do.
Changes for version 1.23_01 - 2008-12-22
- FIXED
- Tests would fail because we weren't unsetting http_proxy.
- Fixed many failed tests. Overhauled the test server setup.
- ENHANCEMENTS
- Added autolinting capability, so you can do this:
- my $mech = Test::WWW::Mechanize->new( autolint => 1 ); $mech->get_ok( $url );
- and the get_ok() will fail if the page is fetched, but the resultant HTML (if it is indeed text/html) does not pass HTML::Lint.
- Added $mech->click_ok().
- The user agent is now "Test-WWW-Mechanize/version" by default.
- Added autolinting capability, so you can do this:
Modules
Testing-specific WWW::Mechanize subclass