summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/TeXLive/TLConfFile.pm
diff options
context:
space:
mode:
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/TeXLive/TLConfFile.pm')
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLConfFile.pm13
1 files changed, 7 insertions, 6 deletions
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLConfFile.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLConfFile.pm
index 4a2a125f44..768fc07edb 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLConfFile.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLConfFile.pm
@@ -1,6 +1,6 @@
-# $Id: TLConfFile.pm 44447 2017-06-04 02:03:31Z preining $
+# $Id: TLConfFile.pm 59226 2021-05-16 18:22:05Z karl $
# TeXLive::TLConfFile.pm - reading and writing conf files
-# Copyright 2010-2017 Norbert Preining
+# Copyright 2010-2021 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
@@ -8,7 +8,7 @@ package TeXLive::TLConfFile;
use TeXLive::TLUtils;
-my $svnrev = '$Revision: 44447 $';
+my $svnrev = '$Revision: 59226 $';
my $_modulerevision;
if ($svnrev =~ m/: ([0-9]+) /) {
$_modulerevision = $1;
@@ -559,13 +559,14 @@ __END__
=head1 NAME
-C<TeXLive::TLConfFile> -- TeX Live Config File Access Module
+C<TeXLive::TLConfFile> -- TeX Live generic configuration files
=head1 SYNOPSIS
use TeXLive::TLConfFile;
- $conffile = TeXLive::TLConfFile->new($file_name, $comment_char, $separator, $type);
+ my $conffile = TeXLive::TLConfFile->new($file_name, $comment_char,
+ $separator, $type);
$conffile->file;
$conffile->cc;
$conffile->sep;
@@ -706,7 +707,7 @@ After that you can query keys:
=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