File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
55
66use URI;
77
8- our $VERSION = " 6.11 " ;
8+ our $VERSION = " 6.12 " ;
99
1010sub new {
1111 my $class = shift ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
55
66use Carp ();
77
8- our $VERSION = " 6.11 " ;
8+ our $VERSION = " 6.12 " ;
99
1010# The $TRANSLATE_UNDERSCORE variable controls whether '_' can be used
1111# as a replacement for '-' in header field names.
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.11 " ;
6+ our $VERSION = " 6.12 " ;
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.11 " ;
6+ our $VERSION = " 6.12 " ;
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.11 " ;
6+ our $VERSION = " 6.12 " ;
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.11 " ;
6+ our $VERSION = " 6.12 " ;
77
88require HTTP::Headers;
99require Carp;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
55
66use base ' HTTP::Message' ;
77
8- our $VERSION = " 6.11 " ;
8+ our $VERSION = " 6.12 " ;
99
1010sub new
1111{
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ our @EXPORT_OK = qw($DYNAMIC_FILE_UPLOAD DELETE);
1313require HTTP::Request;
1414use Carp();
1515
16- our $VERSION = " 6.11 " ;
16+ our $VERSION = " 6.12 " ;
1717
1818my $CRLF = " \015\012 " ; # "\r\n" is not portable
1919
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
55
66use base ' HTTP::Message' ;
77
8- our $VERSION = " 6.11 " ;
8+ our $VERSION = " 6.12 " ;
99
1010use HTTP::Status ();
1111
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ use base 'Exporter';
99our @EXPORT = qw( is_info is_success is_redirect is_error status_message) ;
1010our @EXPORT_OK = qw( is_client_error is_server_error) ;
1111
12- our $VERSION = " 6.11 " ;
12+ our $VERSION = " 6.12 " ;
1313
1414# Note also addition of mnemonics to @EXPORT below
1515
You can’t perform that action at this time.
0 commit comments