diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-10 15:13:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-10 15:13:27 +0000 |
commit | 5bad588a5797f9e1d873f2763ca6d0fec7a96710 (patch) | |
tree | 9ea0c1579819a09562aa6208a9c96441417cf41d /www | |
parent | 8e7503d38d808ef3c94a906bb83fa4dbb7e5d6ef (diff) | |
download | pkgsrc-5bad588a5797f9e1d873f2763ca6d0fec7a96710.tar.gz |
Update to 1.22:
1.22 Fri Mar 2 00:05:57 CST 2007
[INTERNALS]
Added new tests.
Added Perl::Critic changes and a perlcriticrc file.
1.21_04 Sat Oct 7 21:35:42 CDT 2006
[FIXES]
* $mech->content( type => 'text' ) was not freeing memory. Thanks to
Cat Okita for finding it.
[INTERNALS]
* Made the order of parms to $mech->content() not relevant.
1.21_03 Sat Oct 7 01:21:46 CDT 2006
[THINGS THAT MAY BREAK YOUR CODE]
* The methods $mech->form() and $mech->follow() have been removed.
They've been deprecated since 1.10, which was released in Feb 2005.
[ENHANCEMENTS]
* I'm trying to nail down what seems to be a memory leak on long-running
Mech programs. I'm stringifying URI::URL objects wherever I can.
[INTERNALS]
* No longer uses UNIVERSAL.
1.21_02 Wed Oct 4 13:14:30 CDT 2006
[ENHANCEMENTS THAT MAY BREAK YOUR CODE]
* The $mech->stack_depth() setting had no way to say "don't cache any
pages at all". How silly!
Now, if you set $mech->stack_depth(0), no history of pages will be kept.
In the past, it would mean "Keep all pages." This means that if you want
to set it to keep all pages, set it to some ridiculously large number.
[DOCUMENTATION]
* The docs previously refered to Compress::Gzip instead of Compress::Zlib.
1.21_01 Mon Sep 18 17:18:43 CDT 2006
[ENHANCEMENTS]
* If Compress::Zlib is installed, gzipped content is now
accepted and transparently decoded. No additional syntax needed!
This should save time and bandwidth in a number of cases.
(Mark Stosberg)
* Added a put() method. It also calls a subfunction called
_SUPER_put that will be removed once LWP::UserAgent supports put().
Diffstat (limited to 'www')
-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 1d15079bc53..4030f9b8676 100644 --- a/www/p5-WWW-Mechanize/Makefile +++ b/www/p5-WWW-Mechanize/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2007/02/18 03:21:59 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2007/03/10 15:13:27 wiz Exp $ # -DISTNAME= WWW-Mechanize-1.20 +DISTNAME= WWW-Mechanize-1.22 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 5285152f9b8..022096f98ae 100644 --- a/www/p5-WWW-Mechanize/distinfo +++ b/www/p5-WWW-Mechanize/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2007/02/18 03:21:59 wiz Exp $ +$NetBSD: distinfo,v 1.9 2007/03/10 15:13:27 wiz Exp $ -SHA1 (WWW-Mechanize-1.20.tar.gz) = 6db4869ff4978637e3d8f2e31d771a94b52fa2ea -RMD160 (WWW-Mechanize-1.20.tar.gz) = d9c593ddd055cf9b6e346029823a772e8c598628 -Size (WWW-Mechanize-1.20.tar.gz) = 106488 bytes +SHA1 (WWW-Mechanize-1.22.tar.gz) = 96967a510943857a86a5c5cd06ef497bc8351f34 +RMD160 (WWW-Mechanize-1.22.tar.gz) = a524eaf3f50479253849c3dc7911745a7c20b00d +Size (WWW-Mechanize-1.22.tar.gz) = 108193 bytes |