diff options
author | Karl Berry <karl@freefriends.org> | 2017-12-11 22:26:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-12-11 22:26:07 +0000 |
commit | cc2ef5e95852522372fd88d95f5c394b830353c8 (patch) | |
tree | 0f59f2bd7b216591aaf300297b9c3d9f554411a3 | |
parent | adac48cfc4efd9fdcdec5c8780fcd8a8fbcaa504 (diff) |
(use vars): add $JSON::true and $JSON::false.
git-svn-id: svn://tug.org/texlive/trunk@46045 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 53e5a6237bf..5dea210221d 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -120,6 +120,7 @@ use vars qw( $TeXLive::TLDownload::net_lib_avail $::checksum_method $::gui_mode $::machinereadable $::no_execute_actions $::regenerate_all_formats + $JSON::false $JSON::true ); BEGIN { |