diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-23 22:18:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-23 22:18:22 +0000 |
commit | 392aa8e60335cc16ac1e04dffbf965ac8fa89b10 (patch) | |
tree | 38956a3cff8031fb3e180972490de4f6e5e94767 /www | |
parent | c12a2c13ac7de0033954f04a0d0e4355f343bec6 (diff) | |
download | pkgsrc-392aa8e60335cc16ac1e04dffbf965ac8fa89b10.tar.gz |
Update to 1.16:
1.16 Fri Oct 28 17:34:20 CDT 2005
[ENHANCEMENTS]
* Sped up Mech significantly (~20% in some cases). Images and
links are extracted from the HTML, and objects are created,
only when they're actually needed. This will be a speedup for
pages where you're only following links, or vice versa.
[THINGS THAT MAY BREAK YOUR CODE]
* If you've been relying on the $mech->{images} and $mech->{links}
fields being populated so that you can bypass the $mech->images()
and $mech->links() accessors, your code will break. That's OK,
because you should have been using the accessors all along.
1.14 Tue Aug 30 17:17:40 CDT 2005
[DOCUMENTATION]
* Added lots of new FAQs. Thanks to Peter Stevens.
[INTERNALS]
* Now requires Test::LongString. That's not too odious.
[FIXES]
* Tests now pass with the shuffling around that Google did.
1.13_01 Tue Apr 12 14:11:18 CDT 2005
[ENHANCEMENTS]
* Now dies if you call submit_form() with a non-existsing
form_number or form_name. Before, it would just warn.
[DOCUMENTATION]
* Added an example of using credentials() in the cookbook.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-WWW-Mechanize/Makefile | 5 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-WWW-Mechanize/Makefile b/www/p5-WWW-Mechanize/Makefile index cd538339856..f510bdbe895 100644 --- a/www/p5-WWW-Mechanize/Makefile +++ b/www/p5-WWW-Mechanize/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2005/08/06 06:19:40 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/11/23 22:18:22 wiz Exp $ # -DISTNAME= WWW-Mechanize-1.12 +DISTNAME= WWW-Mechanize-1.16 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 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 ecf34db2b8b..b7883ddccf1 100644 --- a/www/p5-WWW-Mechanize/distinfo +++ b/www/p5-WWW-Mechanize/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2005/02/26 17:50:00 wiz Exp $ +$NetBSD: distinfo,v 1.6 2005/11/23 22:18:22 wiz Exp $ -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 (WWW-Mechanize-1.16.tar.gz) = 1493f0d42b49de61d318c57d1d52bab85db49d17 +RMD160 (WWW-Mechanize-1.16.tar.gz) = eeb30a3df6ee48deea5260e7f55059cbd89a38f9 +Size (WWW-Mechanize-1.16.tar.gz) = 105422 bytes SHA1 (patch-aa) = 1c72f07c8796b7f8593e7222dfd00f5c93a1c863 |