diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/LWP/Simple.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/LWP/Simple.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/LWP/Simple.pm b/Master/tlpkg/tlperl/lib/LWP/Simple.pm index 29c538fdcdb..aa159c41d67 100644 --- a/Master/tlpkg/tlperl/lib/LWP/Simple.pm +++ b/Master/tlpkg/tlperl/lib/LWP/Simple.pm @@ -14,7 +14,7 @@ require Exporter; use HTTP::Status; push(@EXPORT, @HTTP::Status::EXPORT); -$VERSION = "6.00"; +$VERSION = "6.13"; sub import { |