pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/p5-Test-WWW-Mechanize



Module Name:    pkgsrc
Committed By:   seb
Date:           Mon Jan 19 22:25:32 UTC 2009

Modified Files:
        pkgsrc/www/p5-Test-WWW-Mechanize: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/www/p5-Test-WWW-Mechanize/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/www/p5-Test-WWW-Mechanize/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index