texlive[45738] Master/texmf-dist/scripts/texlive/tlmgr.pl: tlmgr: add

commits+preining at tug.org commits+preining at tug.org
Fri Nov 10 03:12:21 CET 2017


Revision: 45738
          http://tug.org/svn/texlive?view=revision&revision=45738
Author:   preining
Date:     2017-11-10 03:12:19 +0100 (Fri, 10 Nov 2017)
Log Message:
-----------
tlmgr: add tlpkg/TeXLive to the perl module load path

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl

Modified: trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2017-11-10 01:22:25 UTC (rev 45737)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2017-11-10 02:12:19 UTC (rev 45738)
@@ -86,6 +86,9 @@
 
   # make Perl find our packages first:
   unshift (@INC, "$Master/tlpkg");
+  # add also tlpkg/TeXLive for copied modules like JSON which
+  # requests JSON::BackportPP
+  unshift (@INC, "$Master/tlpkg/TeXLive");
   unshift (@INC, "$Master/texmf-dist/scripts/texlive");
 }
 



More information about the tex-live-commits mailing list