Skip to content

Commit

Permalink
Update to 1.44
Browse files Browse the repository at this point in the history
Changelog:
1.44    Sat Jun 30 20:32:04 CDT 2012
------------------------------------
There is no new functionality in this release.

[FIXES]
Fixed test failures on Win32.  Thanks, Jerry Gay.


1.42    Thu May 31 11:35:26 CDT 2012
------------------------------------
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.
petdance/test-www-mechanize#25



1.40    Fri Apr 13 15:14:39 CDT 2012
------------------------------------
[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
of problems.
  • Loading branch information
ryoon committed Apr 21, 2013
1 parent 1a517f7 commit af24032
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions www/p5-Test-WWW-Mechanize/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.15 2012/10/28 06:30:53 asau Exp $
# $NetBSD: Makefile,v 1.16 2013/04/21 11:57:43 ryoon Exp $

DISTNAME= Test-WWW-Mechanize-1.38
DISTNAME= Test-WWW-Mechanize-1.44
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
SVR4_PKGNAME= p5twm
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
Expand Down
8 changes: 4 additions & 4 deletions www/p5-Test-WWW-Mechanize/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.8 2012/01/22 19:34:15 abs Exp $
$NetBSD: distinfo,v 1.9 2013/04/21 11:57:43 ryoon Exp $

SHA1 (Test-WWW-Mechanize-1.38.tar.gz) = c34775b029314f23807d183bc3f71d40f9c70dd2
RMD160 (Test-WWW-Mechanize-1.38.tar.gz) = 8918f52dcb47a2d3256cfa42f973e5fa0b4e1276
Size (Test-WWW-Mechanize-1.38.tar.gz) = 22624 bytes
SHA1 (Test-WWW-Mechanize-1.44.tar.gz) = 1417fd0018eb0bb20497984778e0f202493c160d
RMD160 (Test-WWW-Mechanize-1.44.tar.gz) = 9fc6b73aaaab3cb8e0bb5f40e5685cff9c424c34
Size (Test-WWW-Mechanize-1.44.tar.gz) = 25824 bytes

0 comments on commit af24032

Please sign in to comment.