diff options
Diffstat (limited to 'Master/tlpkg/TeXLive/TLDownload.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLDownload.pm | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/Master/tlpkg/TeXLive/TLDownload.pm b/Master/tlpkg/TeXLive/TLDownload.pm index 55ea323d0f3..e22e0eb6e0c 100644 --- a/Master/tlpkg/TeXLive/TLDownload.pm +++ b/Master/tlpkg/TeXLive/TLDownload.pm @@ -4,8 +4,6 @@ # # This file is licensed under the GNU General Public License version 2 # or any later version. -# - package TeXLive::TLDownload; @@ -35,7 +33,7 @@ if ($@) { require LWP::UserAgent; require HTTP::Status; $net_lib_avail = 1; - debug("LWP available!\n"); + ddebug("LWP available, doing persistent downloads.\n"); } @@ -101,15 +99,15 @@ C<TeXLive::TLDownload> -- TeX Live Download abstraction module =head1 DESCRIPTION -The C<TeXLive::TLDownload> is a simple wrapper around the LWP modules -that allows for persistent connections and different protocols. -At loading time it checks for the existence of the LWP module(s), -and sets C<$TeXLive::TLDownload::net_lib_avail> accordingly. +The C<TeXLive::TLDownload> is a wrapper around the LWP modules that +allows for persistent connections and different protocols. At load +time it checks for the existence of the LWP module(s), and sets +C<$TeXLive::TLDownload::net_lib_avail> accordingly. =head2 Using proxies Please see C<LWP::UserAgent> for details, in a nut shell one can -specify proxies by setting C<I<protocol>_proxy> variable. +specify proxies by setting C<I<protocol>_proxy> variables. =head1 SEE ALSO |