The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Furl

0.13

        - do not die when $content is empty string.

0.12

        - fixed testing issue.

0.11

        - fixed testing issue gh#6
          (reported by ichesnokov)

0.10

        - change request() to accept HTTP::Request, and remove request_with_http_request(lestrrat)
        - Furl::ConnPool.pm was renamed to Furl::ConnectionCache.pm(tokuhirom)

0.09

        - fixed packaging.

0.08

        - rewrote connection pooling strategy(tokuhirom)
          (suggested by kazuho++)
        - updated docs(tokuhirom)
        - support relative url in redirection #5(tokuhirom)

0.07

        - Do not use reference_from, it makes installing issue(reported by y).
          http://github.com/tokuhirom/p5-Furl/issues#issue/4

0.06

        - now Perl 5.8.1 or later is required.(tokuhirom)
        - High level interface is now available(tokuhirom)
        - Keep alive on HTTP/1.0(kazuho, gfx)
        - Retry requests if the connection is closed while in keep-alive(gfx)

0.05

        - use HTTP::Parser::XS
        - optimization
        - users can be set your own special headers.
        - fixed Deep recursion when redirect over max_redirects.
        - now, header_get is not public api.

0.04

        - fixed retval handling around Compress::Raw::Zlib(gfx)
        - Change chuked tests not to use Starman(gfx)
        - use binmode() for fucking win32(gfx)

0.03

        - support no_proxy
        - fixed keep-alive issue
        - fix ppport issue for perl < 5.12
        - THX fix
        - doc fix
        - micro optimization
        - a lot of tweaks

0.02

        - doc enhancements
        - micro optimization
        - more test cases

0.01    Fri Oct 15 17:03:09 2010
        - original version