diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-15 17:00:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-15 17:00:30 +0000 |
commit | 90cf74827b32c2fac8960cca7e360bd1cb789d27 (patch) | |
tree | e959ecb25498f2b9ed7b6baa1020603712fdac37 /www/p5-WWW-Mechanize | |
parent | bd79e4b1247abbfb9905647b976ac4e9f47bcda4 (diff) | |
download | pkgsrc-90cf74827b32c2fac8960cca7e360bd1cb789d27.tar.gz |
Update to 1.04, provided by Dieter Roelants in PR 28554.
Changes since 1.02:
[ENHANCEMENTS]
* $mech->get() now accepts a WWW::Mechanize::Link object.
* $mech->stack_depth(n) lets you set the depth of the mech
object's page stack. This way, if you have a Mech that does
lots of stuff and never/rarely goes back(), you won't be eating
up memory. Thanks to BooK and Chi-Fung. (RT #5362)
[FIXES]
* Fixed tests that fail under LWP >= 5.800.
* Added a workaround for LWP::UserAgent->clone() when ->{proxy}
is undef. (RT #6443)
* The Referer was getting passed as a URI object sometimes,
and that caused sadness. Eugene Haimov supplied a workaround.
(RT #6372)
[DOCUMENTATION]
* Added Ian Langworth's listmod and John Beppu's photobucket
uploader programs to WWW::Mechanize::Examples.
* Minor doc tweak for find_link()
* Finally added a value() func. Thanks to Spoon,
who even now, months after his passing, is still contributing
to Mechanize.
Diffstat (limited to 'www/p5-WWW-Mechanize')
-rw-r--r-- | www/p5-WWW-Mechanize/Makefile | 4 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-WWW-Mechanize/Makefile b/www/p5-WWW-Mechanize/Makefile index 8cbfbb3756c..a2169dc78bb 100644 --- a/www/p5-WWW-Mechanize/Makefile +++ b/www/p5-WWW-Mechanize/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/04/16 21:37:30 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2004/12/15 17:00:30 wiz Exp $ # -DISTNAME= WWW-Mechanize-1.02 +DISTNAME= WWW-Mechanize-1.04 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 c2bf918f800..b407b24ac01 100644 --- a/www/p5-WWW-Mechanize/distinfo +++ b/www/p5-WWW-Mechanize/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/04/16 21:37:30 minskim Exp $ +$NetBSD: distinfo,v 1.2 2004/12/15 17:00:30 wiz Exp $ -SHA1 (WWW-Mechanize-1.02.tar.gz) = 839e4b36eab00a741f14d60b45703108ac93417a -Size (WWW-Mechanize-1.02.tar.gz) = 86219 bytes +SHA1 (WWW-Mechanize-1.04.tar.gz) = c27f38c2aec0f72dad0dc8cc2e561bfba9b6541c +Size (WWW-Mechanize-1.04.tar.gz) = 90080 bytes SHA1 (patch-aa) = 1c72f07c8796b7f8593e7222dfd00f5c93a1c863 |