summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLTREE.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-16 17:41:12 +0000
committerKarl Berry <karl@freefriends.org>2021-05-16 17:41:12 +0000
commitef42b50b6cb2e5aa8bc7cb5e75c3199b781cd105 (patch)
tree84529c1bc4834a9973566f02649eb4043d6333d9 /Master/tlpkg/TeXLive/TLTREE.pm
parenteb5bab88c89769a2e1c477ba8271007cc41b832f (diff)
pod-isms
git-svn-id: svn://tug.org/texlive/trunk@59225 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLTREE.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLTREE.pm31
1 files changed, 18 insertions, 13 deletions
diff --git a/Master/tlpkg/TeXLive/TLTREE.pm b/Master/tlpkg/TeXLive/TLTREE.pm
index f1abcd7fe03..92b4914faa5 100644
--- a/Master/tlpkg/TeXLive/TLTREE.pm
+++ b/Master/tlpkg/TeXLive/TLTREE.pm
@@ -10,6 +10,24 @@ my $svnrev = '$Revision$';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
+=pod
+
+=head1 NAME
+
+C<TeXLive::TLTREE> -- TeX Live tree of all files
+
+=head1 SYNOPSIS
+
+ use TeXLive::TLTREE;
+ TeXLive::TLTREE->new ();
+ ...
+
+=head1 DESCRIPTION
+
+DOCUMENTATION MISSING, SORRY!!!
+
+=cut
+
use TeXLive::TLUtils;
sub new {
@@ -534,19 +552,6 @@ 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>,