2016-08-01 14:02:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Aug 1 06:01:30 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 1.46
|
|
|
|
|
see /usr/share/doc/packages/perl-Test-WWW-Mechanize/Changes
|
|
|
|
|
|
2013-06-04 17:14:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jun 4 15:15:46 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
|
|
|
|
Brought over t/TestServer.pm from WWW::Mechanize which fixes a number
|
|
|
|
|
|
2011-01-17 16:21:59 +00:00
|
|
|
-------------------------------------------------------------------
|
2012-02-10 12:27:16 +00:00
|
|
|
Fri Feb 10 12:23:14 UTC 2012 - coolo@suse.com
|
2011-01-17 16:21:59 +00:00
|
|
|
|
2012-02-10 12:27:16 +00:00
|
|
|
- initial package 1.38
|
2011-01-17 16:21:59 +00:00
|
|
|
* created by cpanspec 1.78.03
|
|
|
|
|
|