summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-04-21 11:57:43 +0000
committerryoon <ryoon@pkgsrc.org>2013-04-21 11:57:43 +0000
commit4441c4bddae743e00ac83fe630502d815bc10056 (patch)
tree7b48befe6e0e0164a7ed9a81630335a756bce118
parent9b099ab2cdc62b7d84aa1312b82e263e30a49c7f (diff)
downloadpkgsrc-4441c4bddae743e00ac83fe630502d815bc10056.tar.gz
Update to 1.44
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. https://github.com/petdance/test-www-mechanize/issues/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.
-rw-r--r--www/p5-Test-WWW-Mechanize/Makefile5
-rw-r--r--www/p5-Test-WWW-Mechanize/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-Test-WWW-Mechanize/Makefile b/www/p5-Test-WWW-Mechanize/Makefile
index c61a67d022e..e33b856f457 100644
--- a/www/p5-Test-WWW-Mechanize/Makefile
+++ b/www/p5-Test-WWW-Mechanize/Makefile
@@ -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/}
diff --git a/www/p5-Test-WWW-Mechanize/distinfo b/www/p5-Test-WWW-Mechanize/distinfo
index cf3d6576c6f..228d7648b62 100644
--- a/www/p5-Test-WWW-Mechanize/distinfo
+++ b/www/p5-Test-WWW-Mechanize/distinfo
@@ -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