summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLConfFile.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-16 18:22:05 +0000
committerKarl Berry <karl@freefriends.org>2021-05-16 18:22:05 +0000
commit248607bb023f6076034784addb5070ed1f6ef843 (patch)
tree1726b0fa89c9e3e6e7fdb759d62e62011c9edc61 /Master/tlpkg/TeXLive/TLConfFile.pm
parentef42b50b6cb2e5aa8bc7cb5e75c3199b781cd105 (diff)
podisms, list missing functions
git-svn-id: svn://tug.org/texlive/trunk@59226 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLConfFile.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLConfFile.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfFile.pm b/Master/tlpkg/TeXLive/TLConfFile.pm
index ae3f01360bd..4327eba00eb 100644
--- a/Master/tlpkg/TeXLive/TLConfFile.pm
+++ b/Master/tlpkg/TeXLive/TLConfFile.pm
@@ -565,7 +565,8 @@ C<TeXLive::TLConfFile> -- TeX Live generic configuration files
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;