texlive[58631] Master/tlpkg/tlpostcode/ptex2pdf-tlpost.pl: import

commits+karl at tug.org commits+karl at tug.org
Mon Mar 22 23:41:19 CET 2021


Revision: 58631
          http://tug.org/svn/texlive?view=revision&revision=58631
Author:   karl
Date:     2021-03-22 23:41:19 +0100 (Mon, 22 Mar 2021)
Log Message:
-----------
import debug for trans.pl

Modified Paths:
--------------
    trunk/Master/tlpkg/tlpostcode/ptex2pdf-tlpost.pl

Modified: trunk/Master/tlpkg/tlpostcode/ptex2pdf-tlpost.pl
===================================================================
--- trunk/Master/tlpkg/tlpostcode/ptex2pdf-tlpost.pl	2021-03-22 21:59:26 UTC (rev 58630)
+++ trunk/Master/tlpkg/tlpostcode/ptex2pdf-tlpost.pl	2021-03-22 22:41:19 UTC (rev 58631)
@@ -12,7 +12,7 @@
 #     - if *not* available, initialize the default one with "pLaTeX (ptex2pdf)"
 #     - if       available, read and try to set the default if not already there
 #
-# Copyright 2016-2017 Norbert Preining
+# Copyright 2016-2021 Norbert Preining
 # Copyright 2017 Japanese TeX Developer Community
 # This file is licensed under the GNU General Public License version 2
 # or any later version.
@@ -32,7 +32,8 @@
   unshift (@INC, "$texdir/tlpkg");
 }
 
-use TeXLive::TLUtils qw(win32 mkdirhier conv_to_w32_path log info tlwarn);
+use TeXLive::TLUtils qw(win32 mkdirhier conv_to_w32_path
+                        debug log info tlwarn);
 
 
 my %ptex2pdf = (



More information about the tex-live-commits mailing list.