summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/TeXLive/TeXCatalogue.pm
diff options
context:
space:
mode:
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/TeXLive/TeXCatalogue.pm')
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TeXCatalogue.pm36
1 files changed, 29 insertions, 7 deletions
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TeXCatalogue.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TeXCatalogue.pm
index 8d9b31729d..ccf66b1d07 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TeXCatalogue.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TeXCatalogue.pm
@@ -1,6 +1,6 @@
-# $Id: TeXCatalogue.pm 54367 2020-03-16 22:59:15Z preining $
+# $Id: TeXCatalogue.pm 59226 2021-05-16 18:22:05Z karl $
# TeXLive::TeXCatalogue - module for accessing the TeX Catalogue
-# Copyright 2007-2020 Norbert Preining
+# Copyright 2007-2021 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
#
@@ -13,7 +13,7 @@ use Text::Unidecode;
package TeXLive::TeXCatalogue::Entry;
-my $svnrev = '$Revision: 54367 $';
+my $svnrev = '$Revision: 59226 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
@@ -21,11 +21,34 @@ sub module_revision { return $_modulerevision; }
=head1 NAME
-TeXLive::TeXCatalogue - accessing the TeX Catalogue for TeX Live
+C<TeXLive::TeXCatalogue> - TeX Live access to the TeX Catalogue from CTAN
=head1 SYNOPSIS
-missing
+ use TeXLive::TeXCatalogue;
+ my $texcat = TeXLive::TLTREE->new();
+
+ $texcat->initialize();
+ $texcat->beautify();
+ $texcat->name();
+ $texcat->license();
+ $texcat->version();
+ $texcat->caption();
+ $texcat->description();
+ $texcat->ctan();
+ $texcat->texlive();
+ $texcat->miktex();
+ $texcat->docs();
+ $texcat->entry();
+ $texcat->alias();
+ $texcat->also();
+ $texcat->topics();
+ $texcat->contact();
+ $texcat->new();
+ $texcat->initialize();
+ $texcat->quest4texlive();
+ $texcat->location();
+ $texcat->entries();
=head1 DESCRIPTION
@@ -344,7 +367,6 @@ sub entries {
1;
__END__
-
=head1 SEE ALSO
@@ -355,7 +377,7 @@ C<tl-update-tlpdb>), the documentation in C<Master/tlpkg/doc/>, etc.
=head1 AUTHORS AND COPYRIGHT
This script and its documentation were written for the TeX Live
-distribution (L<http://tug.org/texlive>) and both are licensed under the
+distribution (L<https://tug.org/texlive>) and both are licensed under the
GNU General Public License Version 2 or later.
=cut