diff options
author | Norbert Preining <norbert@preining.info> | 2021-05-17 03:02:10 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2021-05-17 03:02:10 +0000 |
commit | d999da47ff375df843c0c9bbfd5911236dd9d40a (patch) | |
tree | 5db62e278d67073330a7237b273091634eccf365 /systems/texlive/tlnet/tlpkg/TeXLive/TLDownload.pm | |
parent | 2fc2609488764102ce43194e9288b7bd8e25f17f (diff) |
CTAN sync 202105170302
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/TeXLive/TLDownload.pm')
-rw-r--r-- | systems/texlive/tlnet/tlpkg/TeXLive/TLDownload.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLDownload.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLDownload.pm index 5d0f8490d1..94c5b38685 100644 --- a/systems/texlive/tlnet/tlpkg/TeXLive/TLDownload.pm +++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLDownload.pm @@ -1,4 +1,4 @@ -# $Id: TLDownload.pm 57809 2021-02-20 21:55:13Z karl $ +# $Id: TLDownload.pm 59224 2021-05-16 16:50:31Z karl $ # TeXLive::TLDownload.pm - module for abstracting the download modes # Copyright 2009-2021 Norbert Preining # This file is licensed under the GNU General Public License version 2 @@ -9,7 +9,7 @@ package TeXLive::TLDownload; use TeXLive::TLUtils; use TeXLive::TLConfig; -my $svnrev = '$Revision: 57809 $'; +my $svnrev = '$Revision: 59224 $'; my $_modulerevision; if ($svnrev =~ m/: ([0-9]+) /) { $_modulerevision = $1; @@ -173,7 +173,7 @@ __END__ =head1 NAME -C<TeXLive::TLDownload> -- TeX Live Download abstraction module +C<TeXLive::TLDownload> -- TeX Live persistent downloads via LWP =head1 SYNOPSIS @@ -221,7 +221,7 @@ LWP =head1 AUTHORS AND COPYRIGHT This script and its documentation were written for the TeX Live -distribution (L<http://tug.org/texlive>) and both are licensed under the +distribution (L<https://tug.org/texlive>) and both are licensed under the GNU General Public License Version 2 or later. =cut |