From ef42b50b6cb2e5aa8bc7cb5e75c3199b781cd105 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 16 May 2021 17:41:12 +0000 Subject: pod-isms git-svn-id: svn://tug.org/texlive/trunk@59225 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLTREE.pm | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) (limited to 'Master/tlpkg/TeXLive/TLTREE.pm') 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 -- 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 -- 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, L, L, -- cgit v1.2.3