summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPOBJ.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/TLPOBJ.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/TLPOBJ.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPOBJ.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm
index 28f71ad125a..cb16745516f 100644
--- a/Master/tlpkg/TeXLive/TLPOBJ.pm
+++ b/Master/tlpkg/TeXLive/TLPOBJ.pm
@@ -1478,12 +1478,12 @@ C<TeXLive::TLPOBJ> -- TeX Live Package Object (C<.tlpobj>) module
use TeXLive::TLPOBJ;
- my $tlpobj=TeXLive::TLPOBJ->new(name => "foobar");
+ my $tlpobj = TeXLive::TLPOBJ->new(name => "foobar");
=head1 DESCRIPTION
The L<TeXLive::TLPOBJ> module provide access to TeX Live Package Object
-files describing a self-contained package.
+(C<.tlpobj>) files, which describe a self-contained TL package.
=head1 FILE SPECIFICATION