File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use strict;
44use URI;
55use vars qw( $VERSION) ;
66
7- $VERSION = " 6.00 " ;
7+ $VERSION = " 6.07 " ;
88
99sub new {
1010 my $class = shift ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use strict;
44use Carp ();
55
66use vars qw( $VERSION $TRANSLATE_UNDERSCORE) ;
7- $VERSION = " 6.05 " ;
7+ $VERSION = " 6.07 " ;
88
99# The $TRANSLATE_UNDERSCORE variable controls whether '_' can be used
1010# as a replacement for '-' in header field names.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package HTTP::Headers::Auth;
22
33use strict;
44use vars qw( $VERSION) ;
5- $VERSION = " 6.00 " ;
5+ $VERSION = " 6.07 " ;
66
77use HTTP::Headers;
88
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package HTTP::Headers::ETag;
22
33use strict;
44use vars qw( $VERSION) ;
5- $VERSION = " 6.00 " ;
5+ $VERSION = " 6.07 " ;
66
77require HTTP::Date;
88
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package HTTP::Headers::Util;
33use strict;
44use vars qw( $VERSION @ISA @EXPORT_OK) ;
55
6- $VERSION = " 6.03 " ;
6+ $VERSION = " 6.07 " ;
77
88require Exporter;
99@ISA =qw( Exporter) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package HTTP::Message;
22
33use strict;
44use vars qw( $VERSION $AUTOLOAD) ;
5- $VERSION = " 6.06 " ;
5+ $VERSION = " 6.07 " ;
66
77require HTTP::Headers;
88require Carp;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package HTTP::Request;
22
33require HTTP::Message;
44@ISA = qw( HTTP::Message) ;
5- $VERSION = " 6.00 " ;
5+ $VERSION = " 6.07 " ;
66
77use strict;
88
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require Exporter;
1313require HTTP::Request;
1414use Carp();
1515
16- $VERSION = " 6.04 " ;
16+ $VERSION = " 6.07 " ;
1717
1818my $CRLF = " \015\012 " ; # "\r\n" is not portable
1919
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package HTTP::Response;
22
33require HTTP::Message;
44@ISA = qw( HTTP::Message) ;
5- $VERSION = " 6.04 " ;
5+ $VERSION = " 6.07 " ;
66
77use strict;
88use HTTP::Status ();
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require Exporter;
99@ISA = qw( Exporter) ;
1010@EXPORT = qw( is_info is_success is_redirect is_error status_message) ;
1111@EXPORT_OK = qw( is_client_error is_server_error) ;
12- $VERSION = " 6.03 " ;
12+ $VERSION = " 6.07 " ;
1313
1414# Note also addition of mnemonics to @EXPORT below
1515
You can’t perform that action at this time.
0 commit comments