Update HTTP-Tiny to CPAN version 0.029
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Fri, 24 May 2013 20:46:26 +0000 (21:46 +0100)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Fri, 24 May 2013 20:46:26 +0000 (21:46 +0100)
commit107bec06d7f6354a0c05a5301ea02c2cc9d30840
tree31b1459098d995f130a3da833be4e51c2b216cdf
parentee76e75720066eb0cd82eb280936c6b52bdddc7f
Update HTTP-Tiny to CPAN version 0.029

  [DELTA]

0.029     2013-04-17 13:49:07 America/New_York

  [FIXED]

  - Checks for new enough OpenSSL library before using SNI (otherwise
    IO::Socket::SSL throws warnings)

0.028     2013-03-05 14:11:57 America/New_York

  [SUPPORT]

  - Fix repository/issue links to reflect proper repo name

0.027     2013-03-05 12:02:58 America/New_York

  [SUPPORT]

  - Changed metadata to point to the chansen github repository
    for code and issues

  [DOCUMENTATION]

  - Added hyperlink for HTTP::CookieJar

0.026     2013-03-04 22:53:39 America/New_York

  [ADDED]

  - Added cookie support if an HTTP::CookieJar object is provided in the
    'cookie_jar' attribute [Edward Zborowski]
16 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/HTTP-Tiny/lib/HTTP/Tiny.pm
cpan/HTTP-Tiny/t/00-compile.t
cpan/HTTP-Tiny/t/001_api.t
cpan/HTTP-Tiny/t/070_cookie_jar.t [new file with mode: 0644]
cpan/HTTP-Tiny/t/160_cookies.t [new file with mode: 0644]
cpan/HTTP-Tiny/t/BrokenCookieJar.pm [new file with mode: 0644]
cpan/HTTP-Tiny/t/SimpleCookieJar.pm [new file with mode: 0644]
cpan/HTTP-Tiny/t/cases/cookies-01.txt [new file with mode: 0644]
cpan/HTTP-Tiny/t/cases/cookies-02.txt [new file with mode: 0644]
cpan/HTTP-Tiny/t/cases/cookies-03.txt [new file with mode: 0644]
cpan/HTTP-Tiny/t/cases/cookies-04.txt [new file with mode: 0644]
cpan/HTTP-Tiny/t/cases/cookies-05.txt [new file with mode: 0644]
cpan/HTTP-Tiny/t/cases/cookies-06.txt [new file with mode: 0644]
cpan/HTTP-Tiny/t/cases/cookies-07.txt [new file with mode: 0644]