- updated to 1.60
see /usr/share/doc/packages/perl-Test-WWW-Mechanize/Changes
1.60
------------------------------------
[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)
OBS-URL: https://build.opensuse.org/request/show/1041142
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-WWW-Mechanize?expand=0&rev=20
- updated to 1.58
see /usr/share/doc/packages/perl-Test-WWW-Mechanize/Changes
1.58
------------------------------------
[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
------------------------------------
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.
OBS-URL: https://build.opensuse.org/request/show/975119
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-WWW-Mechanize?expand=0&rev=18
- updated to 1.54
see /usr/share/doc/packages/perl-Test-WWW-Mechanize/Changes
1.54
------------------------------------
[ENHANCEMENTS]
Use ok() instead of cmp_ok() inside of lacks_uncapped_inputs().
This output makes more sense.
lacks_uncapped_inputs() now has a a default message if one isn't supplied.
[FIXES]
Fixed the subtest name inside of C<lacks_ids_ok>.
Fixed the minimum version of Carp::Assert::More in Makefile.PL.
OBS-URL: https://build.opensuse.org/request/show/854836
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-WWW-Mechanize?expand=0&rev=16
- updated to 1.44
If you want to use the autolint functionality, you'll have to have
HTML::Lint 2.20.
[FIXES]
Custom lint objects don't get reset before they get used, making
autolint with a custom lint object practically useless.
https://github.com/petdance/test-www-mechanize/issues/25
[ENHANCEMENTS]
Added a $mech->autolint() method so you can turn autolinting on and off
in mid-program. Thanks, Mike O'Regan.
New functions $mech->scrape_text_by_id() and $mech->scrape_text_by_attr()
let you extract text from your pages. Convenience function
$mech->scraped_id_is() makes it easy to scrape and compare in one
function.
<h1 id="pagetitle">My Awesome Page!</h1>
# Verify that HTML is there with:
$mech->scraped_id_is( 'pagetitle', 'My Awesome Page!' );
[FIXES]
$mech->has_tag() now handles nested tags more sensibly. This fixes
Google Code ticket #1.
[INTERNALS]
Explicitly requires Test::Simple 0.94 or higher.
OBS-URL: https://build.opensuse.org/request/show/177540
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-WWW-Mechanize?expand=0&rev=6
Bug Fixes
* $module->require now always resets $@ which removes a trap of using $@
to indicate an error, rather than checking $module->require directly.
[rt.cpan.org 44444]
Test Fixes
* bleadperl introduced a new warning deprecating "use UNIVERSAL"
(thank goodness) which interfered with t/require.t
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-WWW-Mechanize?expand=0&rev=4