Skip to content

Commit

Permalink
Update p5-WWW-Mechanize from version 1.60 to version 1.62.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
seb committed Apr 18, 2010
1 parent f70d1c9 commit 704dd99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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/}
Expand Down
8 changes: 4 additions & 4 deletions 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

0 comments on commit 704dd99

Please sign in to comment.