diff options
author | seb <seb@pkgsrc.org> | 2010-04-18 08:12:19 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-04-18 08:12:19 +0000 |
commit | 3b4bb8a90b91ac1afdbd355cf121f94ae119dd87 (patch) | |
tree | 3b00dba2c2d47ebc4ed7a33e4051f41ebb00ffcd | |
parent | 01b22fed44ed36db63928cdba3500519b1390b73 (diff) | |
download | pkgsrc-3b4bb8a90b91ac1afdbd355cf121f94ae119dd87.tar.gz |
Update p5-WWW-Mechanize from version 1.60 to version 1.62.
Upstream changes:
NEXT Sat Apr 10 23:10:07 CDT 2010
========================================
[FIXED]
Fixed a declaration in the Movable Type example in
WWW::Mechanize::Examples.
Quiet warnings if %ENV has undef values.
$mech->follow_link() no longer dies with an inappropriate error if
the link is not found.
$mech->click_button() now checks to see if a form is selected.
[INCOMPATIBILITIES]
$mech->form_name() and $mech->form_number() no longer throw warnings
if they can't find the form specified. They still return undef,
though.
[DOCUMENTATION]
More additions to the FAQ.
-rw-r--r-- | www/p5-WWW-Mechanize/Makefile | 4 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-WWW-Mechanize/Makefile b/www/p5-WWW-Mechanize/Makefile index 02d2d7aa9f3..9fb908be580 100644 --- a/www/p5-WWW-Mechanize/Makefile +++ b/www/p5-WWW-Mechanize/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2009/08/19 18:37:41 sno Exp $ +# $NetBSD: Makefile,v 1.22 2010/04/18 08:12:19 seb Exp $ # -DISTNAME= WWW-Mechanize-1.60 +DISTNAME= WWW-Mechanize-1.62 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} diff --git a/www/p5-WWW-Mechanize/distinfo b/www/p5-WWW-Mechanize/distinfo index 761233511a1..c8a466e7502 100644 --- a/www/p5-WWW-Mechanize/distinfo +++ b/www/p5-WWW-Mechanize/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2009/08/19 18:37:41 sno Exp $ +$NetBSD: distinfo,v 1.17 2010/04/18 08:12:20 seb Exp $ -SHA1 (WWW-Mechanize-1.60.tar.gz) = 6cc3663d3d380538bf113bb84cce6aabeddae4f3 -RMD160 (WWW-Mechanize-1.60.tar.gz) = 148b4d1cf6ba1edf0cc6c832b999b3d16ae59f6e -Size (WWW-Mechanize-1.60.tar.gz) = 120157 bytes +SHA1 (WWW-Mechanize-1.62.tar.gz) = 8c4d5f6ed37e2bcc40d63f208836d8d309625640 +RMD160 (WWW-Mechanize-1.62.tar.gz) = 3ac045ea692037dd6a0444e5f84ca2c3672b4ca9 +Size (WWW-Mechanize-1.62.tar.gz) = 121166 bytes |