The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl module HTTP::Client

1.52 2012-01-15

    - Neil Bowers took over maintenance
    - removed code which referred to an undeclared variable in get() method
    - the get() method was always appending a '/' to the URL, which caused
      an URL containing a filename to fail.
    - the testsuite didn't include a trailing '/' on the test URL, so once
      the previous hack was removed, the testsuite failed. This is due to
      a limitation in HTTP::Lite
    - Formatted this file according to CPAN::Changes::Spec

1.43 2005-08-23

	- original version