diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-23 21:10:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-23 21:10:32 +0000 |
commit | 13c55e9041dc12980f5009b6323f0380a7c94b84 (patch) | |
tree | 69d21b6ebed71c1fe3d8d8583b9b4f2b71b25c36 /www | |
parent | b9ee246875cda5778b9c433415d31f318fdd06d9 (diff) | |
download | pkgsrc-13c55e9041dc12980f5009b6323f0380a7c94b84.tar.gz |
Update to 1.20:
1.20 Wed Mar 12 23:56:11 CDT 2008
-----------------------------------
[FIXES]
stuff_inputs() used to do nothing. Now it works.
http://code.google.com/p/www-mechanize/issues/detail?id=9
Fixed punctuation in some error messages.
Fixed compatibility with WWW::Mechanize 1.36.
1.18 Thu Dec 6 10:12:14 CST 2007
------------------------------------
[ENHANCEMENTS]
Added default descriptions for most test assertions.
[FIXES]
HTML::Lint is now properly optional.
Added delays in all the tests that use HTTP::Server::Simple to give
it time to correctly fire up.
1.16 Mon Oct 29 15:34:21 CDT 2007
------------------------------------
[ENHANCEMENTS]
Added $mech->post_ok(). Thanks, Greg Sheard.
Added $mech->submit_form_ok(). Thanks, Mark Stosberg.
Added $mech->html_lint_ok()
[FIXES]
Fixed some bugs that were causing test failures.
1.14 Fri May 11 16:22:02 CDT 2007
------------------------------------
[FIXES]
Fixes test failures. Thanks to Mark Blackman for RT #26602:
The module tests currently spawn a server (based on
HTTP::Server::Simple::CGI) which is killed when a __DIE__
signal is received, normally only when the invoking
perl dies. However, as perlvar makes clear, the __DIE__
signal is received when eval blocks die as well. The
new version (1.22) of WWW::Mechanize now calles
HTTP::Message::decoded_content which calls Encode.pm
which has a eval block that require's Encode::ConfigLocal
which is usually not present, so the eval dies and the
HTTP server is killed as soon as the $mech object tries
to do a 'get'. It's simple to use a system variable,
$^S to find out if the __DIE__ signal is being called
for an eval so we ignore that case with the patch
attached.
The stuff_inputs() function now actually works.
[DOCUMENTATION]
* Made the synopsis show that T:W:M doesn't take the tests=>$x
like other Test::* modules. It'd be nice if it did, though.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Test-WWW-Mechanize/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Test-WWW-Mechanize/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-Test-WWW-Mechanize/Makefile b/www/p5-Test-WWW-Mechanize/Makefile index 8dfe3d48142..1516a2a0fa5 100644 --- a/www/p5-Test-WWW-Mechanize/Makefile +++ b/www/p5-Test-WWW-Mechanize/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2007/06/08 11:34:30 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2008/04/23 21:10:32 wiz Exp $ # -DISTNAME= Test-WWW-Mechanize-1.12 +DISTNAME= Test-WWW-Mechanize-1.20 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5twm CATEGORIES= www perl5 diff --git a/www/p5-Test-WWW-Mechanize/distinfo b/www/p5-Test-WWW-Mechanize/distinfo index 958bc53c782..53eaef9e361 100644 --- a/www/p5-Test-WWW-Mechanize/distinfo +++ b/www/p5-Test-WWW-Mechanize/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2007/06/08 11:34:31 wiz Exp $ +$NetBSD: distinfo,v 1.3 2008/04/23 21:10:32 wiz Exp $ -SHA1 (Test-WWW-Mechanize-1.12.tar.gz) = dd5cef86726f95f5197f934d2b99edfd6e52fcb4 -RMD160 (Test-WWW-Mechanize-1.12.tar.gz) = 7e75565af3e5c5900aa16ee97cf51716486e2a2d -Size (Test-WWW-Mechanize-1.12.tar.gz) = 11710 bytes +SHA1 (Test-WWW-Mechanize-1.20.tar.gz) = 36c0ea02b0e4296f5002686154ab79fa216b0e7c +RMD160 (Test-WWW-Mechanize-1.20.tar.gz) = e25934a6832bb6abfd22ab0ddbc375343e212ac9 +Size (Test-WWW-Mechanize-1.20.tar.gz) = 16211 bytes |