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.55 2013-11-10

    - Specified license as 'perl' in metadata (via Makefile.PL)
    - Added github repo to metadata (via Makefile.PL)

1.54 2012-09-27

    - Fixed bug where doing multiple requests with the same instance
      would return all results from previous requests concatenated together.
      RT#79889 reported by Alex K.

1.53 2012-09-01

    - Updated Documentation and Makefile.PL to acknowledge the original
      author (Lincoln Ombelets), now I know who he is.

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