File tree Expand file tree Collapse file tree 12 files changed +13
-11
lines changed
Expand file tree Collapse file tree 12 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 11Revision history for HTTP-Message
22
3+ {{$NEXT}}
4+
356.14 2017-12-20 22:28:48Z
46 - Add some useful examples in HTTP::Request (GH #92) (Chase Whitener).
57 Batch requests are now explained.
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ my %WriteMakefileArgs = (
4848 " Time::Local" => 0,
4949 " Try::Tiny" => 0
5050 },
51- " VERSION" => " 6.14 " ,
51+ " VERSION" => " 6.15 " ,
5252 " test" => {
5353 " TESTS" => " t/*.t"
5454 }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package HTTP::Config;
33use strict;
44use warnings;
55
6- our $VERSION = ' 6.14 ' ;
6+ our $VERSION = ' 6.15 ' ;
77
88use URI;
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package HTTP::Headers;
33use strict;
44use warnings;
55
6- our $VERSION = ' 6.14 ' ;
6+ our $VERSION = ' 6.15 ' ;
77
88use Carp ();
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package HTTP::Headers::Auth;
33use strict;
44use warnings;
55
6- our $VERSION = ' 6.14 ' ;
6+ our $VERSION = ' 6.15 ' ;
77
88use HTTP::Headers;
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package HTTP::Headers::ETag;
33use strict;
44use warnings;
55
6- our $VERSION = ' 6.14 ' ;
6+ our $VERSION = ' 6.15 ' ;
77
88require HTTP::Date;
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package HTTP::Headers::Util;
33use strict;
44use warnings;
55
6- our $VERSION = ' 6.14 ' ;
6+ our $VERSION = ' 6.15 ' ;
77
88use base ' Exporter' ;
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package HTTP::Message;
33use strict;
44use warnings;
55
6- our $VERSION = ' 6.14 ' ;
6+ our $VERSION = ' 6.15 ' ;
77
88require HTTP::Headers;
99require Carp;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package HTTP::Request;
33use strict;
44use warnings;
55
6- our $VERSION = ' 6.14 ' ;
6+ our $VERSION = ' 6.15 ' ;
77
88use base ' HTTP::Message' ;
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package HTTP::Request::Common;
33use strict;
44use warnings;
55
6- our $VERSION = ' 6.14 ' ;
6+ our $VERSION = ' 6.15 ' ;
77
88our $DYNAMIC_FILE_UPLOAD ||= 0; # make it defined (don't know why)
99
You can’t perform that action at this time.
0 commit comments