summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPSRC.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/TLPSRC.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/TLPSRC.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPSRC.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm
index 948792281fa..1305261ee5b 100644
--- a/Master/tlpkg/TeXLive/TLPSRC.pm
+++ b/Master/tlpkg/TeXLive/TLPSRC.pm
@@ -1256,12 +1256,12 @@ The constructor C<new> returns a new C<TLPSRC> object. The arguments
to the C<new> constructor can be in the usual hash representation for
the different keys above:
- $tlpsrc = TLPSRC->new (name => "foobar",
- shortdesc => "The foobar package");
+ $tlpsrc = TLPSRC->new(name => "foobar",
+ shortdesc => "The foobar package");
=item C<from_file("filename")>
-reads a C<tlpsrc> file from disk. C<filename> can either be a full path
+Reads a C<tlpsrc> file from disk. C<filename> can either be a full path
(if it's readable, it's used), or just a package identifier such as
C<plain>. In the latter case, the directory searched is the C<tlpsrc>
sibling of the C<TeXLive> package directory where C<TLPSRC.pm> was found.