summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/HTTP/Headers
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/HTTP/Headers')
-rw-r--r--Master/tlpkg/tlperl/lib/HTTP/Headers/Auth.pm2
-rw-r--r--Master/tlpkg/tlperl/lib/HTTP/Headers/ETag.pm2
-rw-r--r--Master/tlpkg/tlperl/lib/HTTP/Headers/Util.pm4
3 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/tlperl/lib/HTTP/Headers/Auth.pm b/Master/tlpkg/tlperl/lib/HTTP/Headers/Auth.pm
index 1e416e2dd9a..64e204ce388 100644
--- a/Master/tlpkg/tlperl/lib/HTTP/Headers/Auth.pm
+++ b/Master/tlpkg/tlperl/lib/HTTP/Headers/Auth.pm
@@ -2,7 +2,7 @@ package HTTP::Headers::Auth;
use strict;
use vars qw($VERSION);
-$VERSION = "5.817";
+$VERSION = "6.00";
use HTTP::Headers;
diff --git a/Master/tlpkg/tlperl/lib/HTTP/Headers/ETag.pm b/Master/tlpkg/tlperl/lib/HTTP/Headers/ETag.pm
index 743da463de4..e0b2c7e255c 100644
--- a/Master/tlpkg/tlperl/lib/HTTP/Headers/ETag.pm
+++ b/Master/tlpkg/tlperl/lib/HTTP/Headers/ETag.pm
@@ -2,7 +2,7 @@ package HTTP::Headers::ETag;
use strict;
use vars qw($VERSION);
-$VERSION = "5.810";
+$VERSION = "6.00";
require HTTP::Date;
diff --git a/Master/tlpkg/tlperl/lib/HTTP/Headers/Util.pm b/Master/tlpkg/tlperl/lib/HTTP/Headers/Util.pm
index 9ae65e7faf5..fdcf501b8e5 100644
--- a/Master/tlpkg/tlperl/lib/HTTP/Headers/Util.pm
+++ b/Master/tlpkg/tlperl/lib/HTTP/Headers/Util.pm
@@ -3,7 +3,7 @@ package HTTP::Headers::Util;
use strict;
use vars qw($VERSION @ISA @EXPORT_OK);
-$VERSION = "5.817";
+$VERSION = "6.03";
require Exporter;
@ISA=qw(Exporter);
@@ -153,7 +153,7 @@ the requirement for tokens).
Each I<header> is represented by an anonymous array of key/value
pairs. The keys will be all be forced to lower case.
The value for a simple token (not part of a parameter) is C<undef>.
-Syntactically incorrect headers will not necessary be parsed as you
+Syntactically incorrect headers will not necessarily be parsed as you
would want.
This is easier to describe with some examples: