Skip to content

Commit

Permalink
Update to 1.22:
Browse files Browse the repository at this point in the history
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().
  • Loading branch information
wiz committed Mar 10, 2007
1 parent 27ca24c commit b66dc36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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/}
Expand Down
8 changes: 4 additions & 4 deletions 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

0 comments on commit b66dc36

Please sign in to comment.