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 /www/p5-WWW-Mechanize/Makefile | |
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.
Diffstat (limited to 'www/p5-WWW-Mechanize/Makefile')
-rw-r--r-- | www/p5-WWW-Mechanize/Makefile | 4 |
1 files changed, 2 insertions, 2 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/} |