pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-WWW-Mechanize Update to 1.04, provided by Diete...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1938dfc6034a
branches:  trunk
changeset: 485548:1938dfc6034a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Dec 15 17:00:30 2004 +0000

description:
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:

 www/p5-WWW-Mechanize/Makefile |  4 ++--
 www/p5-WWW-Mechanize/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 173a7cdd5f5c -r 1938dfc6034a www/p5-WWW-Mechanize/Makefile
--- a/www/p5-WWW-Mechanize/Makefile     Wed Dec 15 16:36:43 2004 +0000
+++ b/www/p5-WWW-Mechanize/Makefile     Wed Dec 15 17:00:30 2004 +0000
@@ -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 -r 173a7cdd5f5c -r 1938dfc6034a www/p5-WWW-Mechanize/distinfo
--- a/www/p5-WWW-Mechanize/distinfo     Wed Dec 15 16:36:43 2004 +0000
+++ b/www/p5-WWW-Mechanize/distinfo     Wed Dec 15 17:00:30 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index