Skip to content

Commit 587570e

Browse files
committed
Bump version to 6.05 prior to next release
1 parent e9314e9 commit 587570e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ my %WriteMakefileArgs = (
3535
"URI" => 0,
3636
"warnings" => 0
3737
},
38-
"VERSION" => "6.04",
38+
"VERSION" => "6.05",
3939
"test" => {
4040
"TESTS" => "t/*.t"
4141
}

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ license = Perl_5
44
main_module = lib/HTTP/Cookies.pm
55
copyright_holder = Gisle Aas
66
copyright_year = 2002-2017
7-
version = 6.04
7+
version = 6.05
88

99
[Encoding]
1010
encoding = ISO-8859-1

lib/HTTP/Cookies.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use HTTP::Date qw(str2time parse_date time2str);
55
use HTTP::Headers::Util qw(_split_header_words join_header_words);
66

77
use vars qw($EPOCH_OFFSET);
8-
our $VERSION = '6.04';
8+
our $VERSION = '6.05';
99

1010
# Legacy: because "use "HTTP::Cookies" used be the ONLY way
1111
# to load the class HTTP::Cookies::Netscape.

lib/HTTP/Cookies/Microsoft.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use strict;
44

55
use vars qw(@ISA);
66

7-
our $VERSION = '6.04';
7+
our $VERSION = '6.05';
88

99
require HTTP::Cookies;
1010
@ISA=qw(HTTP::Cookies);

lib/HTTP/Cookies/Netscape.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package HTTP::Cookies::Netscape;
33
use strict;
44
use vars qw(@ISA);
55

6-
our $VERSION = '6.04';
6+
our $VERSION = '6.05';
77

88
require HTTP::Cookies;
99
@ISA=qw(HTTP::Cookies);

0 commit comments

Comments
 (0)