diff options
author | Norbert Preining <preining@logic.at> | 2017-11-11 07:54:13 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2017-11-11 07:54:13 +0000 |
commit | 5dc224e1615426c46c049f66102c4386320b08d9 (patch) | |
tree | 551718c2e8feb093cffceb75a6086805ca22736b /Master/tlpkg/TeXLive/TLUtils.pm | |
parent | 4daaf989ebd5bda2420b2d635bc9ed2a46645b44 (diff) |
debug json timing: print mode and format time
git-svn-id: svn://tug.org/texlive/trunk@45749 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 0b533475ce8..0ea884a0515 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -4185,7 +4185,7 @@ my $TLFalse = \$TLFalseValue; bless $TLTrue, 'TLBOOLEAN'; bless $TLFalse, 'TLBOOLEAN'; -my $jsonmode = ""; +our $jsonmode = ""; =item C<True()> =item C<False()> |