diff options
Diffstat (limited to 'Master/tlpkg/doc/Perl-API.txt')
-rw-r--r-- | Master/tlpkg/doc/Perl-API.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Master/tlpkg/doc/Perl-API.txt b/Master/tlpkg/doc/Perl-API.txt index fdb9be418b6..6859acfa6ea 100644 --- a/Master/tlpkg/doc/Perl-API.txt +++ b/Master/tlpkg/doc/Perl-API.txt @@ -6,6 +6,8 @@ API for Perl Modules for new infra Module TeXLive::TLPSRC ---------------------- +PLEASE SEE THE MANPAGE OF TeXLive::TLPSRC which is MORE UP 2 DATE!!!! + Constructor: TeXLive::TLPSRC->new; TeXLive::TLPSRC->new( name => "foobar", shortdesc => "The foobar package", ...); @@ -39,6 +41,8 @@ Generation function Module TeXLive::TLPOBJ ---------------------- +PLEASE SEE THE MANPAGE OF TeXLive::TLPOBJ which is MORE UP 2 DATE!!!! + Package variables: &TeXLive::TLPOBJ->zipdir set/returns the default location for created zip files @@ -141,7 +145,7 @@ Read/Write functions (with argument set, without arg read) NOT FOR binfiles! -Module TeXLive::TKTREE +Module TeXLive::TLTREE ---------------------- (this one is still quite hacky) @@ -176,6 +180,12 @@ Pattern matching functions returns a ref to an array (see specification) + Note that a pattern of the form + bin/${ARCH}/foobar + also matches for arch=win32 + bin/${ARCH}/foobar.{exe,bat} + + Other functions $tltree->file_svn_lastrevision($file) |