texlive[48080] Master/tlpkg/TeXLive/TeXCatalogue.pm: add forgotten

commits+preining at tug.org commits+preining at tug.org
Sun Jun 24 04:09:06 CEST 2018


Revision: 48080
          http://tug.org/svn/texlive?view=revision&revision=48080
Author:   preining
Date:     2018-06-24 04:09:05 +0200 (Sun, 24 Jun 2018)
Log Message:
-----------
add forgotten accessor function for alias

Modified Paths:
--------------
    trunk/Master/tlpkg/TeXLive/TeXCatalogue.pm

Modified: trunk/Master/tlpkg/TeXLive/TeXCatalogue.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TeXCatalogue.pm	2018-06-23 20:56:05 UTC (rev 48079)
+++ trunk/Master/tlpkg/TeXLive/TeXCatalogue.pm	2018-06-24 02:09:05 UTC (rev 48080)
@@ -177,6 +177,12 @@
   if (@_) { $self->{'entry'} = \%newentry }
   return $self->{'entry'};
 }
+sub alias {
+  my $self = shift;
+  my @newalias = @_;
+  if (@_) { $self->{'alias'} = \@newalias }
+  return $self->{'alias'};
+}
 sub also {
   my $self = shift;
   my @newalso = @_;



More information about the tex-live-commits mailing list