pkgsrc/www/p5-Test-WWW-Mechanize
seb 417af3bac9 Update from version 1.22 to version 1.24.
Upstream changes:
1.24    Sat Jan 17 13:26:47 CST 2009
------------------------------------
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.


1.23_01 Mon Dec 22 17:43:46 CST 2008
------------------------------------
[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.
2009-01-19 22:25:32 +00:00
..
DESCR
distinfo Update from version 1.22 to version 1.24. 2009-01-19 22:25:32 +00:00
Makefile Update from version 1.22 to version 1.24. 2009-01-19 22:25:32 +00:00