Path to this page:
Subject: CVS commit: pkgsrc/www/p5-Test-WWW-Mechanize
From: Wen Heping
Date: 2023-04-30 01:32:31
Message id: 20230429233231.E75E9FA87@cvs.NetBSD.org
Log Message:
Update to 1.60
Update DEPENDS
Upstream changes:
1.60 Sun Dec 4 10:18:28 PM CST 2022
------------------------------------
[ENHANCMENTS]
Added default test messages for button_exists_ok and lacks_button_ok
methods. Thanks, Daniel Böhmer (GH#70)
get_ok(), post_ok(), head_ok(), put_ok() and delete_ok() now all fail
if an undef URL is passed, rather than passing the undef URL into the
underlying LWP functions. Thanks, Jess Robinson. (GH #40)
[FIXES]
Disable proxies in some of the tests that look at a local test server.
(GH#55, GH#74)
[DOCUMENTATION]
Clarified some wording. Thanks, Daniel Böhmer (GH#70)
1.58 Fri Apr 29 11:23:39 CDT 2022
------------------------------------
[ENHANCEMENTS]
Failed get_ok, post_ok, head_ok, put_ok, delete_ok calls now show the URL
as a diagnostic if there's a problem accessing the URL. This apply to
functions like submit_form_ok() and follow_link_ok() that are wrappers
around these methods.
1.56 Tue Apr 26 22:14:12 CDT 2022
------------------------------------
This version of Test::WWW::Mechanize requires Perl 5.10.
[ENHANCEMENTS]
Add check_all_images_ok(). (GH #17) Thanks, Julien Fiegehenn.
This is the first version of this function, and its functionality may
change in the near future.
[DOCUMENTATION]
Fixed some incorrect docs. Thanks, Daniel Böhmer.
[INTERNALS]
Require Perl 5.10.
Explicitly requires HTTP::Message 6.29 or higher.
Files: