perl-Test-WWW-Mechanize
No description set
- Developed at devel:languages:perl
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.0:Staging:FactoryCandidates/perl-Test-WWW-Mechanize && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Test-WWW-Mechanize-1.44.tar.gz | 0000025824 25.2 KB | |
perl-Test-WWW-Mechanize.changes | 0000001356 1.32 KB | |
perl-Test-WWW-Mechanize.spec | 0000002581 2.52 KB |
Revision 4 (latest revision is 13)
Stephan Kulow (coolo)
accepted
request 177554
from
Stephan Kulow (coolo)
(revision 4)
- 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. (forwarded request 177540 from coolo)
Comments 0