summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLTREE.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-16 16:50:31 +0000
committerKarl Berry <karl@freefriends.org>2021-05-16 16:50:31 +0000
commiteb5bab88c89769a2e1c477ba8271007cc41b832f (patch)
tree8d54d5a8a56d01adaa0e942f8580d64ade949300 /Master/tlpkg/TeXLive/TLTREE.pm
parentcbefb5fd0e868b4c47a9ca5d039fd51274fad30a (diff)
update pod descriptions, https
git-svn-id: svn://tug.org/texlive/trunk@59224 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLTREE.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLTREE.pm29
1 files changed, 28 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLTREE.pm b/Master/tlpkg/TeXLive/TLTREE.pm
index 7b76f1c29d1..f1abcd7fe03 100644
--- a/Master/tlpkg/TeXLive/TLTREE.pm
+++ b/Master/tlpkg/TeXLive/TLTREE.pm
@@ -1,6 +1,6 @@
# $Id$
# TeXLive::TLTREE.pm - work with the tree of all files
-# Copyright 2007-2020 Norbert Preining
+# Copyright 2007-2021 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
@@ -534,6 +534,33 @@ sub architectures {
1;
+=head1 NAME
+
+C<TeXLive::TREE> -- TeX Live tree of all files
+
+=head1 SYNOPSIS
+
+ use TeXLive::TREE;
+ TeXLive::TREE->new ();
+
+=head1 DESCRIPTION
+
+Sorry, haven't written documentation for this one yet.
+
+=head1 SEE ALSO
+
+The modules L<TeXLive::TLPSRC>, L<TeXLive::TLPOBJ>, L<TeXLive::TLPDB>,
+L<TeXLive::TLUtils>, etc., and the documentation in the repository:
+C<Master/tlpkg/doc/>.
+
+=head1 AUTHORS AND COPYRIGHT
+
+This script and its documentation were written for the TeX Live
+distribution (L<https://tug.org/texlive>) and both are licensed under the
+GNU General Public License Version 2 or later.
+
+=cut
+
### Local Variables:
### perl-indent-level: 2
### tab-width: 2