File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Revision history for HTTP-Message
22
3+ {{$NEXT}}
4+
356.40 2022-10-12 15:45:52Z
46 - Fixed two typos in the doc, originally reported by FatherC
57 in RT#90716, ported over as GH#57. (GH#57) (Neil Bowers)
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ my %WriteMakefileArgs = (
5353 " lib" => 0,
5454 " overload" => 0
5555 },
56- " VERSION" => " 6.40 " ,
56+ " VERSION" => " 6.41 " ,
5757 " test" => {
5858 " TESTS" => " t/*.t"
5959 }
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.40 ' ;
6+ our $VERSION = ' 6.41 ' ;
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.40 ' ;
6+ our $VERSION = ' 6.41 ' ;
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.40 ' ;
6+ our $VERSION = ' 6.41 ' ;
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.40 ' ;
6+ our $VERSION = ' 6.41 ' ;
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.40 ' ;
6+ our $VERSION = ' 6.41 ' ;
77
88use Exporter 5.57 ' import' ;
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.40 ' ;
6+ our $VERSION = ' 6.41 ' ;
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.40 ' ;
6+ our $VERSION = ' 6.41 ' ;
77
88use parent ' 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.40 ' ;
6+ our $VERSION = ' 6.41 ' ;
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