diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-26 17:50:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-26 17:50:00 +0000 |
commit | 2e9e66eeb87dc712cef09bad31e962cfae478999 (patch) | |
tree | 3eaa0879003001271c756c3d762b76a80afebc6a /www/p5-WWW-Mechanize | |
parent | 05bfc17d8f878397ff4d7ca9762483ae495d5f2d (diff) | |
download | pkgsrc-2e9e66eeb87dc712cef09bad31e962cfae478999.tar.gz |
Update to 1.12:
1.12 Thu Feb 24 23:38:44 CST 2005
[FIXES]
* Fixed RT #9026: hang in t/local/back.t under Windows XP.
Thanks Andrew Savige. It also should no longer complain
about being unable to clean up a temp file.
1.11_01 Mon Feb 14 00:12:48 CST 2005
[THINGS THAT MAY BREAK YOUR CODE]
* Removed deprecated _parse_html() method.
[FIXES]
* Was incorrectly looking for INPUT tags TYPE="SUBMIT" as images.
Thanks to Abe Timmerman.
[ENHANCEMENTS]
* Calling $mech->set_fields() with no current form now dies.
Thanks to Julien Beasley.
Diffstat (limited to 'www/p5-WWW-Mechanize')
-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 131de502450..16f20cab81c 100644 --- a/www/p5-WWW-Mechanize/Makefile +++ b/www/p5-WWW-Mechanize/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2005/02/19 18:13:15 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2005/02/26 17:50:00 wiz Exp $ # -DISTNAME= WWW-Mechanize-1.10 +DISTNAME= WWW-Mechanize-1.12 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 3bd9254cd8b..ecf34db2b8b 100644 --- a/www/p5-WWW-Mechanize/distinfo +++ b/www/p5-WWW-Mechanize/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2005/02/24 14:08:37 wiz Exp $ +$NetBSD: distinfo,v 1.5 2005/02/26 17:50:00 wiz Exp $ -SHA1 (WWW-Mechanize-1.10.tar.gz) = 9993d30d07449c4b366d08552b384090ecc4e487 -RMD160 (WWW-Mechanize-1.10.tar.gz) = 2a9029a015dfa3674967d2b55db930b97ee0397f -Size (WWW-Mechanize-1.10.tar.gz) = 101892 bytes +SHA1 (WWW-Mechanize-1.12.tar.gz) = 6735fc6701d3c4f59b923a400f2778bc239eabd2 +RMD160 (WWW-Mechanize-1.12.tar.gz) = 1429d3b55f2b1e063d759814905277d00b0741fd +Size (WWW-Mechanize-1.12.tar.gz) = 102204 bytes SHA1 (patch-aa) = 1c72f07c8796b7f8593e7222dfd00f5c93a1c863 |