summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/HTTP/Cookies.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/HTTP/Cookies.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/HTTP/Cookies.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/HTTP/Cookies.pm b/Master/tlpkg/tlperl/lib/HTTP/Cookies.pm
index 831a4ace15c..79ac4f27f84 100644
--- a/Master/tlpkg/tlperl/lib/HTTP/Cookies.pm
+++ b/Master/tlpkg/tlperl/lib/HTTP/Cookies.pm
@@ -5,7 +5,7 @@ use HTTP::Date qw(str2time parse_date time2str);
use HTTP::Headers::Util qw(_split_header_words join_header_words);
use vars qw($VERSION $EPOCH_OFFSET);
-$VERSION = "5.837";
+$VERSION = "6.01";
# Legacy: because "use "HTTP::Cookies" used be the ONLY way
# to load the class HTTP::Cookies::Netscape.