[DELTA]
0.036 2013-09-25 12:10:06 America/New_York
[FIXED]
- Compile test could hang on Windows
[PREREQS]
- Dropped configure_requires for ExtUtils::MakeMaker to 6.17
[META]
- Updated support files
'HTTP::Tiny' => {
'MAINTAINER' => 'dagolden',
- 'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.035.tar.gz',
+ 'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.036.tar.gz',
'FILES' => q[cpan/HTTP-Tiny],
'EXCLUDED' => [
'cpanfile',
use strict;
use warnings;
# ABSTRACT: A small, simple, correct HTTP/1.1 client
-our $VERSION = '0.035'; # VERSION
+our $VERSION = '0.036'; # VERSION
use Carp ();
=head1 VERSION
-version 0.035
+version 0.036
=head1 SYNOPSIS
L<https://github.com/chansen/p5-http-tiny>
- git clone git://github.com/chansen/p5-http-tiny.git
+ git clone https://github.com/chansen/p5-http-tiny.git
=head1 AUTHORS